<< previous page   --   table of contents   --   next page >>
| | | | | | | |
  • Return to Table of Contents
  • Table of Contents

    1. General Information
    2. MySQL Installation
    3. Tutorial Introduction
    4. Database Administration
    5. MySQL Optimisation
    6. MySQL Language Reference
    7. MySQL Table Types
    8. MySQL APIs
    9. Extending MySQL

    600 MySQL Technical Reference for Version 4.0.3 Description This function needs to be called for each created thread to initialise thread speci c variables. This is automatically called by my_init() and mysql_connect(). Return Values None. 8.4.4.3  mysql_thread_end() void mysql_thread_end(void) Description This function needs to be called before calling pthread_exit() to free memory allocated by mysql_thread_init(). Note that this function is not invoked automatically by the client library.  It must be called explicitly to avoid a memory leak. Return Values None. 8.4.4.4  mysql_thread_safe() unsigned int mysql_thread_safe(void) Description This function indicates whether the client is compiled as thread-safe. Return Values 1 is the client is thread-safe, 0 otherwise. 8.4.5  C Embedded Server Function Descriptions You  must  use  the  following  functions  if  you  want  to  allow  your  application  to  be  linked against the embedded MySQL server library.  See Section 8.4.9 [libmysqld], page 605. If the program is linked with -lmysqlclient instead of -lmysqld, these functions do noth- ing.  This makes it possible to choose between using the embedded MySQL server and a stand-alone server without modifying any code.
     

    Customer Support CentreMySQL Reference Manual

    Web Hosting Services
    UNIX WEB HOSTING
    MERCHANT ACCOUNTS
    DEDICATED SERVERS
    E-COMMERCE HOSTING
    SUPPORT & FAQ's
    TERMS OF USE
    Domain Services
    DOMAIN
    REGISTRATION
    MANAGE
    YOUR ACCOUNT
    SUPPORT & FAQ's
    TERMS OF USE
    Corporate Info
    ABOUT US
    OUR NETWORK
    CONTACT US
    SITE MAP
    Copyright © 2002 Dyntex Group, Inc. All Rights Reserved
  • Return to Table of Contents
  • Back to top

  • Web Hosting: Manuals & FAQ's

    1. Unix-Based Web Hosting
    2. Unix Dedicated Servers
    3. Windows Dedicated Servers
    4. CuteFTP User’s Guide
    5. CuteHTML User’s Guide
    6. WS_FTP Pro User's Guide
    7. Miva Order User's Guide
    8. Miva Merchant User's Guide