Welcome to EZDefinition.com
Technological Concepts, Abbreviations & Definitions
Main Menu
Main categories
  • Operating Systems
  • Computer Hardware
  • Internet
  • Programming Languages
  • Multimedia
  • Software
  • Security and Encryption
  • Communications and Networking
  • Organizations
  • Books
  • Databases
  • Games
  • E-commerce

    [an error occurred while processing this directive]

  • EZDefinition Sponsor
    Please visit our sponsor Parosoft.com
    Related Links to Threaded Function Descriptions
    [an error occurred while processing this directive]
    Threaded Function Descriptions
    [an error occurred while processing this directive]
    Computer Technologies  Databases  MySQL Threaded Function Descriptions

    Threaded Function Descriptions

    Threaded Function Descriptions

    You need to use the following functions when you want to create a threaded client.

    my_init()

    Description

    This function needs to be called once in the program before calling any MySQL function. This initializes some global variables that MySQL needs. If you are using a thread safe client library, this will also call my_thread_init() for this thread.
    This is automaticly called by mysql_init() and mysql_connect().

    Return Values

    none.

    my_thread_init()

    Description

    This function needs to be called for each created thread to initialize thread specific variables.
    This is automaticly called by my_init() and mysql_connect().

    Return Values

    none.

    my_thread_end()

    Description

    This function needs to be called before calling pthread_exit() to freed memory allocated by my_thread_init().
    Note that this function is NOT invoked automaticly be the client library!

    Return Values



    [an error occurred while processing this directive]

    [an error occurred while processing this directive]
     

    All Rights Reserved

    Terms of usage   Please read our privacy stetment
    Copyright © 1999-2006 EZDefinition.com

     

    [an error occurred while processing this directive]