mysql_affected_rows()
- Section 27.8.5, “C API Data Structures”
- Section 27.8.6, “C API Function Overview”
- Section 14.2.1, “CALL Syntax”
- Section 13.14, “Information Functions”
- Section 14.2.5, “INSERT Syntax”
- Section 27.8.7.1, “mysql_affected_rows()”
- Section 27.8.7.47, “mysql_next_result()”
- Section 27.8.7.49, “mysql_num_rows()”
- Section 27.8.11.1, “mysql_stmt_affected_rows()”
- Section 27.8.7.77, “mysql_use_result()”
- Section 14.2.8, “REPLACE Syntax”
- Section 27.8.15.2, “What Results You Can Get from a Query”
mysql_errno()
- Section 27.8.7, “C API Function Descriptions”
- Section 27.8.6, “C API Function Overview”
- Section 27.8.14.1, “mysql_client_find_plugin()”
- Section 27.8.14.2, “mysql_client_register_plugin()”
- Section 27.8.7.7, “mysql_connect()”
- Section 27.8.7.13, “mysql_eof()”
- Section 27.8.7.14, “mysql_errno()”
- Section 27.8.7.22, “mysql_field_count()”
- Section 27.8.14.3, “mysql_load_plugin()”
- Section 27.8.7.48, “mysql_num_fields()”
- Section 27.8.7.72, “mysql_sqlstate()”
- Section 27.8.7.75, “mysql_store_result()”
- Section 27.8.7.77, “mysql_use_result()”
- Section 14.6.7.5.1, “Signal Condition Information Items”
- Section 7.5.5.4, “The Audit Log File”
- Section B.2, “Types of Error Values”
- Section 27.8.15.1, “Why mysql_store_result() Sometimes Returns NULL After mysql_query()
Returns Success”
mysql_error()
- Section 27.8.7, “C API Function Descriptions”
- Section 27.8.6, “C API Function Overview”
- Section 27.8.14.1, “mysql_client_find_plugin()”
- Section 27.8.14.2, “mysql_client_register_plugin()”
- Section 27.8.7.7, “mysql_connect()”
- Section 27.8.7.13, “mysql_eof()”
- Section 27.8.7.15, “mysql_error()”
- Section 27.8.14.3, “mysql_load_plugin()”
- Section 27.8.7.75, “mysql_store_result()”
- Section 27.8.7.77, “mysql_use_result()”
- Section 14.6.7.5.1, “Signal Condition Information Items”
- Section B.2, “Types of Error Values”
- Section 27.8.15.1, “Why mysql_store_result() Sometimes Returns NULL After mysql_query()
Returns Success”
mysql_fetch_row()
- Section 27.8.5, “C API Data Structures”
- Section 27.8.6, “C API Function Overview”
- Section 16.8.1, “FEDERATED Storage Engine Overview”
- Section 27.8.7.13, “mysql_eof()”
- Section 27.8.7.14, “mysql_errno()”
- Section 27.8.7.20, “mysql_fetch_lengths()”
- Section 27.8.7.21, “mysql_fetch_row()”
- Section 27.8.7.63, “mysql_row_tell()”
- Section 27.8.7.75, “mysql_store_result()”
- Section 27.8.7.77, “mysql_use_result()”
- Section 27.8.15.2, “What Results You Can Get from a Query”
mysql_free_result()
- Section 27.8.6, “C API Function Overview”
- Section 27.8.10, “C API Prepared Statement Function Overview”
- Section B.5.2.14, “Commands out of sync”
- Section 27.8.7.25, “mysql_free_result()”
- Section 27.8.7.42, “mysql_list_dbs()”
- Section 27.8.7.43, “mysql_list_fields()”
- Section 27.8.7.44, “mysql_list_processes()”
- Section 27.8.7.45, “mysql_list_tables()”
- Section 27.8.7.47, “mysql_next_result()”
- Section 27.8.11.23, “mysql_stmt_result_metadata()”
- Section 27.8.7.75, “mysql_store_result()”
- Section 27.8.7.77, “mysql_use_result()”
mysql_init()
- Section 27.8.6, “C API Function Overview”
- Section 27.8.12.1, “my_init()”
- Section 27.8.7.5, “mysql_close()”
- Section 27.8.7.34, “mysql_get_ssl_cipher()”
- Section 27.8.7.37, “mysql_init()”
- Section 27.8.7.41, “mysql_library_init()”
- Section 27.8.7.50, “mysql_options()”
- Section 27.8.7.54, “mysql_real_connect()”
- Section 27.8.7.73, “mysql_ssl_set()”
- Section 27.8.12.3, “mysql_thread_init()”
- Section 27.8.4.3, “Writing C API Threaded Client Programs”
mysql_insert_id()
- Section 27.8.5, “C API Data Structures”
- Section 27.8.6, “C API Function Overview”
- Section 14.1.18, “CREATE TABLE Syntax”
- Section 27.8.15.3, “How to Get the Unique ID for the Last Inserted Row”
- Section 13.14, “Information Functions”
- Section 14.2.5, “INSERT Syntax”
- Section 27.8.7.38, “mysql_insert_id()”
- Section 6.1.5, “Server System Variables”
- Section 4.6.9, “Using AUTO_INCREMENT”
- Section 27.8.15.2, “What Results You Can Get from a Query”
mysql_library_init()
- Section 27.8.13, “C API Embedded Server Function Descriptions”
- Section 27.8.6, “C API Function Overview”
- Section 27.7, “libmysqld, the Embedded MySQL Server Library”
- Section 27.8.12.1, “my_init()”
- Section 27.8.7.37, “mysql_init()”
- Section 27.8.7.41, “mysql_library_init()”
- Section 27.8.14.3, “mysql_load_plugin()”
- Section 27.8.13.1, “mysql_server_init()”
- Section 27.8.12.3, “mysql_thread_init()”
- Section 27.7.3, “Options with the Embedded Server”
- Section 27.8.4.3, “Writing C API Threaded Client Programs”
mysql_options()
- Section 27.8.14, “C API Client Plugin Functions”
- Section 27.8.6, “C API Function Overview”
- Section 27.8.9, “C API Prepared Statement Data Structures”
- Section 28.2.4.2.3, “Client Plugin Descriptors”
- Section 7.4.4, “Configuring MySQL to Use Secure Connections”
- Section 11.1.4, “Connection Character Sets and Collations”
- Section 27.8.16, “Controlling Automatic Reconnection Behavior”
- Section B.5.2.9, “MySQL server has gone away”
- Section 27.8.7.30, “mysql_get_option()”
- Section 27.8.7.50, “mysql_options()”
- Section 27.8.7.51, “mysql_options4()”
- Section 27.8.7.52, “mysql_ping()”
- Section 27.8.7.54, “mysql_real_connect()”
- Section 27.8.7.73, “mysql_ssl_set()”
- Section 27.8.11.11, “mysql_stmt_fetch()”
- Section 7.3.7, “Password Expiration and Sandbox Mode”
- Section 25.10.9, “Performance Schema Connection Attribute Tables”
- Section 28.2.3, “Plugin API Components”
- Section 7.1.6, “Security Issues with LOAD DATA LOCAL”
- Section 7.5.1.8, “The Cleartext Client-Side Authentication Plugin”
- Section 25.10.9.1, “The session_account_connect_attrs Table”
- Section 25.10.9.2, “The session_connect_attrs Table”
- Section 7.3.1, “User Names and Passwords”
- Section 6.6.4, “Using Client Programs in a Multiple-Server Environment”
- Section 7.4, “Using Secure Connections”
- Section 28.2.4.9.3, “Using the Authentication Plugins”
- Section 28.2.4.11.2, “Using Your Own Protocol Trace Plugins”
- Section 1.4, “What Is New in MySQL 5.7”
mysql_query()
- Section 27.8.6, “C API Function Overview”
- Section 27.8.17, “C API Support for Multiple Statement Execution”
- Section 14.2.1, “CALL Syntax”
- Section 27.8.15.3, “How to Get the Unique ID for the Last Inserted Row”
- Section 27.8.7.1, “mysql_affected_rows()”
- Section 27.8.7.8, “mysql_create_db()”
- Section 27.8.7.11, “mysql_drop_db()”
- Section 27.8.7.17, “mysql_fetch_field()”
- Section 27.8.7.39, “mysql_kill()”
- Section 27.8.7.43, “mysql_list_fields()”
- Section 27.8.7.44, “mysql_list_processes()”
- Section 27.8.7.47, “mysql_next_result()”
- Section 27.8.7.53, “mysql_query()”
- Section 27.8.7.54, “mysql_real_connect()”
- Section 27.8.7.57, “mysql_real_query()”
- Section 27.8.7.58, “mysql_refresh()”
- Section 27.8.7.59, “mysql_reload()”
- Section 27.8.7.69, “mysql_set_local_infile_handler()”
- Section 27.8.7.70, “mysql_set_server_option()”
- Section 27.8.7.71, “mysql_shutdown()”
- Section 27.8.7.75, “mysql_store_result()”
- Section 27.8.7.77, “mysql_use_result()”
- Section 1.4, “What Is New in MySQL 5.7”
- Section 27.8.15.1, “Why mysql_store_result() Sometimes Returns NULL After mysql_query()
Returns Success”
- Section 27.8.4.3, “Writing C API Threaded Client Programs”
mysql_real_connect()
- Section 27.8.6, “C API Function Overview”
- Section 27.8.17, “C API Support for Multiple Statement Execution”
- Section 14.2.1, “CALL Syntax”
- Section 7.4.4, “Configuring MySQL to Use Secure Connections”
- Chapter 13, Functions and Operators
- Section 13.14, “Information Functions”
- Section 14.2.5.3, “INSERT ... ON DUPLICATE KEY UPDATE Syntax”
- Section 14.2.5, “INSERT Syntax”
- Section 27.8.7.1, “mysql_affected_rows()”
- Section 27.8.7.3, “mysql_change_user()”
- Section 27.8.7.7, “mysql_connect()”
- Section 27.8.7.37, “mysql_init()”
- Section 27.8.7.47, “mysql_next_result()”
- Section 27.8.7.50, “mysql_options()”
- Section 27.8.7.54, “mysql_real_connect()”
- Section 27.8.7.70, “mysql_set_server_option()”
- Section 27.8.7.72, “mysql_sqlstate()”
- Section 27.8.7.73, “mysql_ssl_set()”
- Section 7.3.7, “Password Expiration and Sandbox Mode”
- Section 14.5, “Prepared SQL Statement Syntax”
- Section 6.1.5, “Server System Variables”
- Section 23.2.1, “Stored Routine Syntax”
- Section 6.6.4, “Using Client Programs in a Multiple-Server Environment”
mysql_real_query()
- Section 27.8.6, “C API Function Overview”
- Section 27.8.17, “C API Support for Multiple Statement Execution”
- Section 14.2.1, “CALL Syntax”
- Section 16.8.1, “FEDERATED Storage Engine Overview”
- Section 27.8.7.1, “mysql_affected_rows()”
- Section 27.8.7.47, “mysql_next_result()”
- Section 27.8.7.53, “mysql_query()”
- Section 27.8.7.54, “mysql_real_connect()”
- Section 27.8.7.57, “mysql_real_query()”
- Section 27.8.7.70, “mysql_set_server_option()”
- Section 27.8.7.75, “mysql_store_result()”
- Section 27.8.7.77, “mysql_use_result()”
mysql_stmt_execute()
- Section 27.8.9, “C API Prepared Statement Data Structures”
- Section 27.8.10, “C API Prepared Statement Function Overview”
- Section 27.8.19, “C API Prepared Statement Handling of Date and Time Values”
- Section 27.8.9.2, “C API Prepared Statement Type Conversions”
- Section 9.10.3.1, “How the Query Cache Operates”
- Section 27.8.11.1, “mysql_stmt_affected_rows()”
- Section 27.8.11.3, “mysql_stmt_attr_set()”
- Section 27.8.11.10, “mysql_stmt_execute()”
- Section 27.8.11.11, “mysql_stmt_fetch()”
- Section 27.8.11.17, “mysql_stmt_next_result()”
- Section 27.8.11.26, “mysql_stmt_send_long_data()”
- Section 27.8.11.28, “mysql_stmt_store_result()”
- Section 25.10.6.4, “The prepared_statements_instances Table”
mysql_stmt_prepare()
- Section 27.8.9, “C API Prepared Statement Data Structures”
- Section 27.8.10, “C API Prepared Statement Function Overview”
- Section 27.8.19, “C API Prepared Statement Handling of Date and Time Values”
- Section 9.10.4, “Caching of Prepared Statements and Stored Programs”
- Section 9.10.3.1, “How the Query Cache Operates”
- Section 27.8.11.4, “mysql_stmt_bind_param()”
- Section 27.8.11.10, “mysql_stmt_execute()”
- Section 27.8.11.13, “mysql_stmt_field_count()”
- Section 27.8.11.21, “mysql_stmt_prepare()”
- Section 27.8.11.22, “mysql_stmt_reset()”
- Section 27.8.11.23, “mysql_stmt_result_metadata()”
- Section 14.5, “Prepared SQL Statement Syntax”
- Section 25.10.6.4, “The prepared_statements_instances Table”
mysql_store_result()
- Section 27.8.5, “C API Data Structures”
- Section 27.8.6, “C API Function Overview”
- Section B.5.2.14, “Commands out of sync”
- Section 16.8.1, “FEDERATED Storage Engine Overview”
- Section 5.5.1, “mysql — The MySQL Command-Line Tool”
- Section 27.8.7.1, “mysql_affected_rows()”
- Section 27.8.7.9, “mysql_data_seek()”
- Section 27.8.7.13, “mysql_eof()”
- Section 27.8.7.17, “mysql_fetch_field()”
- Section 27.8.7.21, “mysql_fetch_row()”
- Section 27.8.7.22, “mysql_field_count()”
- Section 27.8.7.25, “mysql_free_result()”
- Section 27.8.7.47, “mysql_next_result()”
- Section 27.8.7.48, “mysql_num_fields()”
- Section 27.8.7.49, “mysql_num_rows()”
- Section 27.8.7.62, “mysql_row_seek()”
- Section 27.8.7.63, “mysql_row_tell()”
- Section 27.8.11.10, “mysql_stmt_execute()”
- Section 27.8.11.23, “mysql_stmt_result_metadata()”
- Section 27.8.7.75, “mysql_store_result()”
- Section 27.8.7.77, “mysql_use_result()”
- Section 27.8.15.2, “What Results You Can Get from a Query”
- Section 27.8.15.1, “Why mysql_store_result() Sometimes Returns NULL After mysql_query()
Returns Success”
- Section 27.8.4.3, “Writing C API Threaded Client Programs”
mysql_use_result()
- Section 27.8.5, “C API Data Structures”
- Section 27.8.6, “C API Function Overview”
- Section B.5.2.14, “Commands out of sync”
- Section 5.5.1, “mysql — The MySQL Command-Line Tool”
- Section 27.8.7.9, “mysql_data_seek()”
- Section 27.8.7.13, “mysql_eof()”
- Section 27.8.7.21, “mysql_fetch_row()”
- Section 27.8.7.25, “mysql_free_result()”
- Section 27.8.7.47, “mysql_next_result()”
- Section 27.8.7.48, “mysql_num_fields()”
- Section 27.8.7.49, “mysql_num_rows()”
- Section 27.8.7.62, “mysql_row_seek()”
- Section 27.8.7.63, “mysql_row_tell()”
- Section 27.8.11.10, “mysql_stmt_execute()”
- Section 27.8.7.75, “mysql_store_result()”
- Section 27.8.7.77, “mysql_use_result()”
- Section B.5.2.8, “Out of memory”
- Section 27.8.15.2, “What Results You Can Get from a Query”
- Section 27.8.4.3, “Writing C API Threaded Client Programs”