<< 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

    Chapter 8:  MySQL APIs 579 Errors None. 8.4.3.27  mysql_get_server_info() char *mysql_get_server_info(MYSQL *mysql) Description Returns a string that represents the server version number. Return Values A character string that represents the server version number. Errors None. 8.4.3.28  mysql_info() char *mysql_info(MYSQL *mysql) Description Retrieves a string providing information about the most recently executed query, but only for  the  statements  listed  here.   For  other  statements,  mysql_info()  returns  NULL.   The format of the string varies depending on the type of query, as described here.  The numbers are illustrative only; the string will contain values appropriate for the query. INSERT INTO ... SELECT ... String format:  Records: 100 Duplicates: 0 Warnings: 0 INSERT INTO ... VALUES (...),(...),(...)... String format:  Records: 3 Duplicates: 0 Warnings: 0 LOAD DATA INFILE ... String format:  Records: 1 Deleted: 0 Skipped: 0 Warnings: 0 ALTER TABLE String format:  Records: 3 Duplicates: 0 Warnings: 0 UPDATE String format:  Rows matched: 40 Changed: 40 Warnings: 0 Note that  mysql_info()  returns a non-NULL  value for the  INSERT ... VALUES  statement only if multiple value lists are speci ed in the statement.
     

    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