Author: paul
Date: 2007-10-04 04:12:37 +0200 (Thu, 04 Oct 2007)
New Revision: 7965
Log:
r25306@frost: paul | 2007-10-03 21:06:58 -0500
Drop superfluous periods.
Modified:
trunk/refman-4.1/apis-c.xml
trunk/refman-5.0/apis-c.xml
trunk/refman-5.1/apis-c.xml
trunk/refman-5.2/apis-c.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:30608
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:25305
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:30608
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:25306
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005
Modified: trunk/refman-4.1/apis-c.xml
===================================================================
--- trunk/refman-4.1/apis-c.xml 2007-10-04 02:09:12 UTC (rev 7964)
+++ trunk/refman-4.1/apis-c.xml 2007-10-04 02:12:37 UTC (rev 7965)
Changed blocks: 3, Lines Added: 105, Lines Deleted: 105; 32422 bytes
@@ -808,307 +808,307 @@
</row>
<row>
<entry><emphasis role="bold"><link linkend="my-init">my_init()</link></emphasis></entry>
- <entry>Initialize global variables, and thread handler in thread-safe programs.</entry>
+ <entry>Initialize global variables, and thread handler in thread-safe programs</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-affected-rows">mysql_affected_rows()</link></emphasis></entry>
<entry>Returns the number of rows changed/deleted/inserted by the last
<literal>UPDATE</literal>, <literal>DELETE</literal>, or
- <literal>INSERT</literal> query.</entry>
+ <literal>INSERT</literal> query</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-autocommit">mysql_autocommit()</link></emphasis></entry>
- <entry>Toggles autocommit mode on/off.</entry>
+ <entry>Toggles autocommit mode on/off</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-change-user">mysql_change_user()</link></emphasis></entry>
- <entry>Changes user and database on an open connection.</entry>
+ <entry>Changes user and database on an open connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-close">mysql_close()</link></emphasis></entry>
- <entry>Closes a server connection.</entry>
+ <entry>Closes a server connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-commit">mysql_commit()</link></emphasis></entry>
- <entry>Commits the transaction.</entry>
+ <entry>Commits the transaction</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-connect">mysql_connect()</link></emphasis></entry>
- <entry>Connects to a MySQL server. This function is deprecated; use
- <literal>mysql_real_connect()</literal> instead.</entry>
+ <entry>Connects to a MySQL server (this function is deprecated; use
+ <literal>mysql_real_connect()</literal> instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-create-db">mysql_create_db()</link></emphasis></entry>
- <entry>Creates a database. This function is deprecated; use the SQL statement
- <literal>CREATE DATABASE</literal> instead.</entry>
+ <entry>Creates a database (this function is deprecated; use the SQL statement
+ <literal>CREATE DATABASE</literal> instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-data-seek">mysql_data_seek()</link></emphasis></entry>
- <entry>Seeks to an arbitrary row number in a query result set.</entry>
+ <entry>Seeks to an arbitrary row number in a query result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-debug">mysql_debug()</link></emphasis></entry>
- <entry>Does a <literal>DBUG_PUSH</literal> with the given string.</entry>
+ <entry>Does a <literal>DBUG_PUSH</literal> with the given string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-drop-db">mysql_drop_db()</link></emphasis></entry>
- <entry>Drops a database. This function is deprecated; use the SQL statement
- <literal>DROP DATABASE</literal> instead.</entry>
+ <entry>Drops a database (this function is deprecated; use the SQL statement
+ <literal>DROP DATABASE</literal> instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-dump-debug-info">mysql_dump_debug_info()</link></emphasis></entry>
- <entry>Makes the server write debug information to the log.</entry>
+ <entry>Makes the server write debug information to the log</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-eof">mysql_eof()</link></emphasis></entry>
- <entry>Determines whether the last row of a result set has been read. This
+ <entry>Determines whether the last row of a result set has been read (this
function is deprecated; <literal>mysql_errno()</literal>
- or <literal>mysql_error()</literal> may be used instead.</entry>
+ or <literal>mysql_error()</literal> may be used instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-errno">mysql_errno()</link></emphasis></entry>
- <entry>Returns the error number for the most recently invoked MySQL function.</entry>
+ <entry>Returns the error number for the most recently invoked MySQL function</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-error">mysql_error()</link></emphasis></entry>
- <entry>Returns the error message for the most recently invoked MySQL function.</entry>
+ <entry>Returns the error message for the most recently invoked MySQL function</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-escape-string">mysql_escape_string()</link></emphasis></entry>
- <entry>Escapes special characters in a string for use in an SQL statement.</entry>
+ <entry>Escapes special characters in a string for use in an SQL statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-field">mysql_fetch_field()</link></emphasis></entry>
- <entry>Returns the type of the next table field.</entry>
+ <entry>Returns the type of the next table field</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-field-direct">mysql_fetch_field_direct()</link></emphasis></entry>
- <entry>Returns the type of a table field, given a field number.</entry>
+ <entry>Returns the type of a table field, given a field number</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-fields">mysql_fetch_fields()</link></emphasis></entry>
- <entry>Returns an array of all field structures.</entry>
+ <entry>Returns an array of all field structures</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-lengths">mysql_fetch_lengths()</link></emphasis></entry>
- <entry>Returns the lengths of all columns in the current row.</entry>
+ <entry>Returns the lengths of all columns in the current row</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-row">mysql_fetch_row()</link></emphasis></entry>
- <entry>Fetches the next row from the result set.</entry>
+ <entry>Fetches the next row from the result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-field-seek">mysql_field_seek()</link></emphasis></entry>
- <entry>Puts the column cursor on a specified column.</entry>
+ <entry>Puts the column cursor on a specified column</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-field-count">mysql_field_count()</link></emphasis></entry>
- <entry>Returns the number of result columns for the most recent statement.</entry>
+ <entry>Returns the number of result columns for the most recent statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-field-tell">mysql_field_tell()</link></emphasis></entry>
<entry>Returns the position of the field cursor used for the last
- <literal>mysql_fetch_field()</literal>.</entry>
+ <literal>mysql_fetch_field()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-free-result">mysql_free_result()</link></emphasis></entry>
- <entry>Frees memory used by a result set.</entry>
+ <entry>Frees memory used by a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-client-info">mysql_get_client_info()</link></emphasis></entry>
- <entry>Returns client version information as a string.</entry>
+ <entry>Returns client version information as a string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-client-version">mysql_get_client_version()</link></emphasis></entry>
- <entry>Returns client version information as an integer.</entry>
+ <entry>Returns client version information as an integer</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-host-info">mysql_get_host_info()</link></emphasis></entry>
- <entry>Returns a string describing the connection.</entry>
+ <entry>Returns a string describing the connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-server-version">mysql_get_server_version()</link></emphasis></entry>
- <entry>Returns version number of server as an integer (new in 4.1).</entry>
+ <entry>Returns version number of server as an integer (new in 4.1)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-proto-info">mysql_get_proto_info()</link></emphasis></entry>
- <entry>Returns the protocol version used by the connection.</entry>
+ <entry>Returns the protocol version used by the connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-server-info">mysql_get_server_info()</link></emphasis></entry>
- <entry>Returns the server version number.</entry>
+ <entry>Returns the server version number</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-info">mysql_info()</link></emphasis></entry>
- <entry>Returns information about the most recently executed query.</entry>
+ <entry>Returns information about the most recently executed query</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-init">mysql_init()</link></emphasis></entry>
- <entry>Gets or initializes a <literal>MYSQL</literal> structure.</entry>
+ <entry>Gets or initializes a <literal>MYSQL</literal> structure</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-insert-id">mysql_insert_id()</link></emphasis></entry>
<entry>Returns the ID generated for an <literal>AUTO_INCREMENT</literal> column
- by the previous query.</entry>
+ by the previous query</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-kill">mysql_kill()</link></emphasis></entry>
- <entry>Kills a given thread.</entry>
+ <entry>Kills a given thread</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-library-end">mysql_library_end()</link></emphasis></entry>
- <entry>Finalize the MySQL C API library.</entry>
+ <entry>Finalize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-library-init">mysql_library_init()</link></emphasis></entry>
- <entry>Initialize the MySQL C API library.</entry>
+ <entry>Initialize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-dbs">mysql_list_dbs()</link></emphasis></entry>
- <entry>Returns database names matching a simple regular expression.</entry>
+ <entry>Returns database names matching a simple regular expression</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-fields">mysql_list_fields()</link></emphasis></entry>
- <entry>Returns field names matching a simple regular expression.</entry>
+ <entry>Returns field names matching a simple regular expression</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-processes">mysql_list_processes()</link></emphasis></entry>
- <entry>Returns a list of the current server threads.</entry>
+ <entry>Returns a list of the current server threads</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-tables">mysql_list_tables()</link></emphasis></entry>
- <entry>Returns table names matching a simple regular expression.</entry>
+ <entry>Returns table names matching a simple regular expression</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-more-results">mysql_more_results()</link></emphasis></entry>
- <entry>Checks whether any more results exist.</entry>
+ <entry>Checks whether any more results exist</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-next-result">mysql_next_result()</link></emphasis></entry>
- <entry>Returns/initiates the next result in multiple-statement executions.</entry>
+ <entry>Returns/initiates the next result in multiple-statement executions</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-num-fields">mysql_num_fields()</link></emphasis></entry>
- <entry>Returns the number of columns in a result set.</entry>
+ <entry>Returns the number of columns in a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-num-rows">mysql_num_rows()</link></emphasis></entry>
- <entry>Returns the number of rows in a result set.</entry>
+ <entry>Returns the number of rows in a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-options">mysql_options()</link></emphasis></entry>
- <entry>Sets connect options for <literal>mysql_connect()</literal>.</entry>
+ <entry>Sets connect options for <literal>mysql_connect()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-ping">mysql_ping()</link></emphasis></entry>
<entry>Checks whether the connection to the server is working, reconnecting as
- necessary.</entry>
+ necessary</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-query">mysql_query()</link></emphasis></entry>
- <entry>Executes an SQL query specified as a null-terminated string.</entry>
+ <entry>Executes an SQL query specified as a null-terminated string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-real-connect">mysql_real_connect()</link></emphasis></entry>
- <entry>Connects to a MySQL server.</entry>
+ <entry>Connects to a MySQL server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-real-escape-string">mysql_real_escape_string()</link></emphasis></entry>
<entry>Escapes special characters in a string for use in an SQL statement,
taking into account the current character set of the
- connection.</entry>
+ connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-real-query">mysql_real_query()</link></emphasis></entry>
- <entry>Executes an SQL query specified as a counted string.</entry>
+ <entry>Executes an SQL query specified as a counted string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-refresh">mysql_refresh()</link></emphasis></entry>
- <entry>Flush or reset tables and caches.</entry>
+ <entry>Flush or reset tables and caches</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-reload">mysql_reload()</link></emphasis></entry>
- <entry>Tells the server to reload the grant tables.</entry>
+ <entry>Tells the server to reload the grant tables</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-rollback">mysql_rollback()</link></emphasis></entry>
- <entry>Rolls back the transaction.</entry>
+ <entry>Rolls back the transaction</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-row-seek">mysql_row_seek()</link></emphasis></entry>
<entry>Seeks to a row offset in a result set, using value returned from
- <literal>mysql_row_tell()</literal>.</entry>
+ <literal>mysql_row_tell()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-row-tell">mysql_row_tell()</link></emphasis></entry>
- <entry>Returns the row cursor position.</entry>
+ <entry>Returns the row cursor position</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-select-db">mysql_select_db()</link></emphasis></entry>
- <entry>Selects a database.</entry>
+ <entry>Selects a database</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-server-end">mysql_server_end()</link></emphasis></entry>
- <entry>Finalize the MySQL C API library.</entry>
+ <entry>Finalize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-server-init">mysql_server_init()</link></emphasis></entry>
- <entry>Initialize the MySQL C API library.</entry>
+ <entry>Initialize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-set-local-infile-default">mysql_set_local_infile_default()</link></emphasis></entry>
<entry>Set the <literal>LOAD DATA LOCAL INFILE</literal> handler callbacks to
- their default values.</entry>
+ their default values</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-set-local-infile-handler">mysql_set_local_infile_handler()</link></emphasis></entry>
<entry>Install application-specific <literal>LOAD DATA LOCAL INFILE</literal>
- handler callbacks.</entry>
+ handler callbacks</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-set-server-option">mysql_set_server_option()</link></emphasis></entry>
<entry>Sets an option for the connection (like
- <literal>multi-statements</literal>).</entry>
+ <literal>multi-statements</literal>)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-sqlstate">mysql_sqlstate()</link></emphasis></entry>
- <entry>Returns the SQLSTATE error code for the last error.</entry>
+ <entry>Returns the SQLSTATE error code for the last error</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-shutdown">mysql_shutdown()</link></emphasis></entry>
- <entry>Shuts down the database server.</entry>
+ <entry>Shuts down the database server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stat">mysql_stat()</link></emphasis></entry>
- <entry>Returns the server status as a string.</entry>
+ <entry>Returns the server status as a string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-store-result">mysql_store_result()</link></emphasis></entry>
- <entry>Retrieves a complete result set to the client.</entry>
+ <entry>Retrieves a complete result set to the client</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-end">mysql_thread_end()</link></emphasis></entry>
- <entry>Finalize thread handler.</entry>
+ <entry>Finalize thread handler</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-id">mysql_thread_id()</link></emphasis></entry>
- <entry>Returns the current thread ID.</entry>
+ <entry>Returns the current thread ID</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-init">mysql_thread_init()</link></emphasis></entry>
- <entry>Initialize thread handler.</entry>
+ <entry>Initialize thread handler</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-safe">mysql_thread_safe()</link></emphasis></entry>
- <entry>Returns 1 if the clients are compiled as thread-safe.</entry>
+ <entry>Returns 1 if the clients are compiled as thread-safe</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-use-result">mysql_use_result()</link></emphasis></entry>
- <entry>Initiates a row-by-row result set retrieval.</entry>
+ <entry>Initiates a row-by-row result set retrieval</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-warning-count">mysql_warning_count()</link></emphasis></entry>
- <entry>Returns the warning count for the previous SQL statement.</entry>
+ <entry>Returns the warning count for the previous SQL statement</entry>
</row>
</tbody>
</tgroup>
@@ -7118,11 +7118,11 @@
<tbody>
<row>
<entry>MYSQL_OPTION_MULTI_STATEMENTS_ON</entry>
- <entry>Enable multiple-statement support.</entry>
+ <entry>Enable multiple-statement support</entry>
</row>
<row>
<entry>MYSQL_OPTION_MULTI_STATEMENTS_OFF</entry>
- <entry>Disable multiple-statement support.</entry>
+ <entry>Disable multiple-statement support</entry>
</row>
</tbody>
</tgroup>
@@ -8967,117 +8967,117 @@
<entry><emphasis role="bold"><link linkend="mysql-stmt-affected-rows">mysql_stmt_affected_rows()</link></emphasis></entry>
<entry>Returns the number of rows changed, deleted, or inserted by prepared
<literal>UPDATE</literal>, <literal>DELETE</literal>, or
- <literal>INSERT</literal> statement.</entry>
+ <literal>INSERT</literal> statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-attr-get">mysql_stmt_attr_get()</link></emphasis></entry>
- <entry>Get value of an attribute for a prepared statement.</entry>
+ <entry>Get value of an attribute for a prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-attr-set">mysql_stmt_attr_set()</link></emphasis></entry>
- <entry>Sets an attribute for a prepared statement.</entry>
+ <entry>Sets an attribute for a prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-bind-param">mysql_stmt_bind_param()</link></emphasis></entry>
<entry>Associates application data buffers with the parameter markers in a
- prepared SQL statement.</entry>
+ prepared SQL statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-bind-result">mysql_stmt_bind_result()</link></emphasis></entry>
- <entry>Associates application data buffers with columns in the result set.</entry>
+ <entry>Associates application data buffers with columns in the result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-close">mysql_stmt_close()</link></emphasis></entry>
- <entry>Frees memory used by prepared statement.</entry>
+ <entry>Frees memory used by prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-data-seek">mysql_stmt_data_seek()</link></emphasis></entry>
- <entry>Seeks to an arbitrary row number in a statement result set.</entry>
+ <entry>Seeks to an arbitrary row number in a statement result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-errno">mysql_stmt_errno()</link></emphasis></entry>
- <entry>Returns the error number for the last statement execution.</entry>
+ <entry>Returns the error number for the last statement execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-error">mysql_stmt_error()</link></emphasis></entry>
- <entry>Returns the error message for the last statement execution.</entry>
+ <entry>Returns the error message for the last statement execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-execute">mysql_stmt_execute()</link></emphasis></entry>
- <entry>Executes the prepared statement.</entry>
+ <entry>Executes the prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-fetch">mysql_stmt_fetch()</link></emphasis></entry>
<entry>Fetches the next row of data from the result set and returns data for
- all bound columns.</entry>
+ all bound columns</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-fetch-column">mysql_stmt_fetch_column()</link></emphasis></entry>
- <entry>Fetch data for one column of the current row of the result set.</entry>
+ <entry>Fetch data for one column of the current row of the result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-field-count">mysql_stmt_field_count()</link></emphasis></entry>
- <entry>Returns the number of result columns for the most recent statement.</entry>
+ <entry>Returns the number of result columns for the most recent statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-free-result">mysql_stmt_free_result()</link></emphasis></entry>
- <entry>Free the resources allocated to the statement handle.</entry>
+ <entry>Free the resources allocated to the statement handle</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-init">mysql_stmt_init()</link></emphasis></entry>
<entry>Allocates memory for <literal>MYSQL_STMT</literal> structure and
- initializes it.</entry>
+ initializes it</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-insert-id">mysql_stmt_insert_id()</link></emphasis></entry>
<entry>Returns the ID generated for an <literal>AUTO_INCREMENT</literal> column
- by prepared statement.</entry>
+ by prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-num-rows">mysql_stmt_num_rows()</link></emphasis></entry>
- <entry>Returns total row count from the buffered statement result set.</entry>
+ <entry>Returns total row count from the buffered statement result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-param-count">mysql_stmt_param_count()</link></emphasis></entry>
- <entry>Returns the number of parameters in a prepared SQL statement.</entry>
+ <entry>Returns the number of parameters in a prepared SQL statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-param-metadata">mysql_stmt_param_metadata()</link></emphasis></entry>
<entry>(Return parameter metadata in the form of a result set.) Currently, this
- function does nothing.</entry>
+ function does nothing</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-prepare">mysql_stmt_prepare()</link></emphasis></entry>
- <entry>Prepares an SQL string for execution.</entry>
+ <entry>Prepares an SQL string for execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-reset">mysql_stmt_reset()</link></emphasis></entry>
- <entry>Reset the statement buffers in the server.</entry>
+ <entry>Reset the statement buffers in the server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-result-metadata">mysql_stmt_result_metadata()</link></emphasis></entry>
- <entry>Returns prepared statement metadata in the form of a result set.</entry>
+ <entry>Returns prepared statement metadata in the form of a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-row-seek">mysql_stmt_row_seek()</link></emphasis></entry>
<entry>Seeks to a row offset in a statement result set, using value returned
- from <literal>mysql_stmt_row_tell()</literal>.</entry>
+ from <literal>mysql_stmt_row_tell()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-row-tell">mysql_stmt_row_tell()</link></emphasis></entry>
- <entry>Returns the statement row cursor position.</entry>
+ <entry>Returns the statement row cursor position</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-send-long-data">mysql_stmt_send_long_data()</link></emphasis></entry>
- <entry>Sends long data in chunks to server.</entry>
+ <entry>Sends long data in chunks to server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-sqlstate">mysql_stmt_sqlstate()</link></emphasis></entry>
- <entry>Returns the SQLSTATE error code for the last statement execution.</entry>
+ <entry>Returns the SQLSTATE error code for the last statement execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-store-result">mysql_stmt_store_result()</link></emphasis></entry>
- <entry>Retrieves the complete result set to the client.</entry>
+ <entry>Retrieves the complete result set to the client</entry>
</row>
</tbody>
</tgroup>
Modified: trunk/refman-5.0/apis-c.xml
===================================================================
--- trunk/refman-5.0/apis-c.xml 2007-10-04 02:09:12 UTC (rev 7964)
+++ trunk/refman-5.0/apis-c.xml 2007-10-04 02:12:37 UTC (rev 7965)
Changed blocks: 3, Lines Added: 105, Lines Deleted: 105; 32396 bytes
@@ -827,307 +827,307 @@
</row>
<row>
<entry><emphasis role="bold"><link linkend="my-init">my_init()</link></emphasis></entry>
- <entry>Initialize global variables, and thread handler in thread-safe programs.</entry>
+ <entry>Initialize global variables, and thread handler in thread-safe programs</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-affected-rows">mysql_affected_rows()</link></emphasis></entry>
<entry>Returns the number of rows changed/deleted/inserted by the last
<literal>UPDATE</literal>, <literal>DELETE</literal>, or
- <literal>INSERT</literal> query.</entry>
+ <literal>INSERT</literal> query</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-autocommit">mysql_autocommit()</link></emphasis></entry>
- <entry>Toggles autocommit mode on/off.</entry>
+ <entry>Toggles autocommit mode on/off</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-change-user">mysql_change_user()</link></emphasis></entry>
- <entry>Changes user and database on an open connection.</entry>
+ <entry>Changes user and database on an open connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-close">mysql_close()</link></emphasis></entry>
- <entry>Closes a server connection.</entry>
+ <entry>Closes a server connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-commit">mysql_commit()</link></emphasis></entry>
- <entry>Commits the transaction.</entry>
+ <entry>Commits the transaction</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-connect">mysql_connect()</link></emphasis></entry>
- <entry>Connects to a MySQL server. This function is deprecated; use
- <literal>mysql_real_connect()</literal> instead.</entry>
+ <entry>Connects to a MySQL server (this function is deprecated; use
+ <literal>mysql_real_connect()</literal> instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-create-db">mysql_create_db()</link></emphasis></entry>
- <entry>Creates a database. This function is deprecated; use the SQL statement
- <literal>CREATE DATABASE</literal> instead.</entry>
+ <entry>Creates a database (this function is deprecated; use the SQL statement
+ <literal>CREATE DATABASE</literal> instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-data-seek">mysql_data_seek()</link></emphasis></entry>
- <entry>Seeks to an arbitrary row number in a query result set.</entry>
+ <entry>Seeks to an arbitrary row number in a query result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-debug">mysql_debug()</link></emphasis></entry>
- <entry>Does a <literal>DBUG_PUSH</literal> with the given string.</entry>
+ <entry>Does a <literal>DBUG_PUSH</literal> with the given string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-drop-db">mysql_drop_db()</link></emphasis></entry>
- <entry>Drops a database. This function is deprecated; use the SQL statement
- <literal>DROP DATABASE</literal> instead.</entry>
+ <entry>Drops a database (this function is deprecated; use the SQL statement
+ <literal>DROP DATABASE</literal> instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-dump-debug-info">mysql_dump_debug_info()</link></emphasis></entry>
- <entry>Makes the server write debug information to the log.</entry>
+ <entry>Makes the server write debug information to the log</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-eof">mysql_eof()</link></emphasis></entry>
- <entry>Determines whether the last row of a result set has been read. This
+ <entry>Determines whether the last row of a result set has been read (this
function is deprecated; <literal>mysql_errno()</literal>
- or <literal>mysql_error()</literal> may be used instead.</entry>
+ or <literal>mysql_error()</literal> may be used instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-errno">mysql_errno()</link></emphasis></entry>
- <entry>Returns the error number for the most recently invoked MySQL function.</entry>
+ <entry>Returns the error number for the most recently invoked MySQL function</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-error">mysql_error()</link></emphasis></entry>
- <entry>Returns the error message for the most recently invoked MySQL function.</entry>
+ <entry>Returns the error message for the most recently invoked MySQL function</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-escape-string">mysql_escape_string()</link></emphasis></entry>
- <entry>Escapes special characters in a string for use in an SQL statement.</entry>
+ <entry>Escapes special characters in a string for use in an SQL statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-field">mysql_fetch_field()</link></emphasis></entry>
- <entry>Returns the type of the next table field.</entry>
+ <entry>Returns the type of the next table field</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-field-direct">mysql_fetch_field_direct()</link></emphasis></entry>
- <entry>Returns the type of a table field, given a field number.</entry>
+ <entry>Returns the type of a table field, given a field number</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-fields">mysql_fetch_fields()</link></emphasis></entry>
- <entry>Returns an array of all field structures.</entry>
+ <entry>Returns an array of all field structures</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-lengths">mysql_fetch_lengths()</link></emphasis></entry>
- <entry>Returns the lengths of all columns in the current row.</entry>
+ <entry>Returns the lengths of all columns in the current row</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-row">mysql_fetch_row()</link></emphasis></entry>
- <entry>Fetches the next row from the result set.</entry>
+ <entry>Fetches the next row from the result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-field-seek">mysql_field_seek()</link></emphasis></entry>
- <entry>Puts the column cursor on a specified column.</entry>
+ <entry>Puts the column cursor on a specified column</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-field-count">mysql_field_count()</link></emphasis></entry>
- <entry>Returns the number of result columns for the most recent statement.</entry>
+ <entry>Returns the number of result columns for the most recent statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-field-tell">mysql_field_tell()</link></emphasis></entry>
<entry>Returns the position of the field cursor used for the last
- <literal>mysql_fetch_field()</literal>.</entry>
+ <literal>mysql_fetch_field()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-free-result">mysql_free_result()</link></emphasis></entry>
- <entry>Frees memory used by a result set.</entry>
+ <entry>Frees memory used by a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-client-info">mysql_get_client_info()</link></emphasis></entry>
- <entry>Returns client version information as a string.</entry>
+ <entry>Returns client version information as a string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-client-version">mysql_get_client_version()</link></emphasis></entry>
- <entry>Returns client version information as an integer.</entry>
+ <entry>Returns client version information as an integer</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-host-info">mysql_get_host_info()</link></emphasis></entry>
- <entry>Returns a string describing the connection.</entry>
+ <entry>Returns a string describing the connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-server-version">mysql_get_server_version()</link></emphasis></entry>
- <entry>Returns version number of server as an integer.</entry>
+ <entry>Returns version number of server as an integer</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-proto-info">mysql_get_proto_info()</link></emphasis></entry>
- <entry>Returns the protocol version used by the connection.</entry>
+ <entry>Returns the protocol version used by the connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-server-info">mysql_get_server_info()</link></emphasis></entry>
- <entry>Returns the server version number.</entry>
+ <entry>Returns the server version number</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-info">mysql_info()</link></emphasis></entry>
- <entry>Returns information about the most recently executed query.</entry>
+ <entry>Returns information about the most recently executed query</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-init">mysql_init()</link></emphasis></entry>
- <entry>Gets or initializes a <literal>MYSQL</literal> structure.</entry>
+ <entry>Gets or initializes a <literal>MYSQL</literal> structure</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-insert-id">mysql_insert_id()</link></emphasis></entry>
<entry>Returns the ID generated for an <literal>AUTO_INCREMENT</literal> column
- by the previous query.</entry>
+ by the previous query</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-kill">mysql_kill()</link></emphasis></entry>
- <entry>Kills a given thread.</entry>
+ <entry>Kills a given thread</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-library-end">mysql_library_end()</link></emphasis></entry>
- <entry>Finalize the MySQL C API library.</entry>
+ <entry>Finalize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-library-init">mysql_library_init()</link></emphasis></entry>
- <entry>Initialize the MySQL C API library.</entry>
+ <entry>Initialize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-dbs">mysql_list_dbs()</link></emphasis></entry>
- <entry>Returns database names matching a simple regular expression.</entry>
+ <entry>Returns database names matching a simple regular expression</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-fields">mysql_list_fields()</link></emphasis></entry>
- <entry>Returns field names matching a simple regular expression.</entry>
+ <entry>Returns field names matching a simple regular expression</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-processes">mysql_list_processes()</link></emphasis></entry>
- <entry>Returns a list of the current server threads.</entry>
+ <entry>Returns a list of the current server threads</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-tables">mysql_list_tables()</link></emphasis></entry>
- <entry>Returns table names matching a simple regular expression.</entry>
+ <entry>Returns table names matching a simple regular expression</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-more-results">mysql_more_results()</link></emphasis></entry>
- <entry>Checks whether any more results exist.</entry>
+ <entry>Checks whether any more results exist</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-next-result">mysql_next_result()</link></emphasis></entry>
- <entry>Returns/initiates the next result in multiple-statement executions.</entry>
+ <entry>Returns/initiates the next result in multiple-statement executions</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-num-fields">mysql_num_fields()</link></emphasis></entry>
- <entry>Returns the number of columns in a result set.</entry>
+ <entry>Returns the number of columns in a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-num-rows">mysql_num_rows()</link></emphasis></entry>
- <entry>Returns the number of rows in a result set.</entry>
+ <entry>Returns the number of rows in a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-options">mysql_options()</link></emphasis></entry>
- <entry>Sets connect options for <literal>mysql_connect()</literal>.</entry>
+ <entry>Sets connect options for <literal>mysql_connect()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-ping">mysql_ping()</link></emphasis></entry>
<entry>Checks whether the connection to the server is working, reconnecting as
- necessary.</entry>
+ necessary</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-query">mysql_query()</link></emphasis></entry>
- <entry>Executes an SQL query specified as a null-terminated string.</entry>
+ <entry>Executes an SQL query specified as a null-terminated string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-real-connect">mysql_real_connect()</link></emphasis></entry>
- <entry>Connects to a MySQL server.</entry>
+ <entry>Connects to a MySQL server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-real-escape-string">mysql_real_escape_string()</link></emphasis></entry>
<entry>Escapes special characters in a string for use in an SQL statement,
taking into account the current character set of the
- connection.</entry>
+ connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-real-query">mysql_real_query()</link></emphasis></entry>
- <entry>Executes an SQL query specified as a counted string.</entry>
+ <entry>Executes an SQL query specified as a counted string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-refresh">mysql_refresh()</link></emphasis></entry>
- <entry>Flush or reset tables and caches.</entry>
+ <entry>Flush or reset tables and caches</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-reload">mysql_reload()</link></emphasis></entry>
- <entry>Tells the server to reload the grant tables.</entry>
+ <entry>Tells the server to reload the grant tables</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-rollback">mysql_rollback()</link></emphasis></entry>
- <entry>Rolls back the transaction.</entry>
+ <entry>Rolls back the transaction</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-row-seek">mysql_row_seek()</link></emphasis></entry>
<entry>Seeks to a row offset in a result set, using value returned from
- <literal>mysql_row_tell()</literal>.</entry>
+ <literal>mysql_row_tell()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-row-tell">mysql_row_tell()</link></emphasis></entry>
- <entry>Returns the row cursor position.</entry>
+ <entry>Returns the row cursor position</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-select-db">mysql_select_db()</link></emphasis></entry>
- <entry>Selects a database.</entry>
+ <entry>Selects a database</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-server-end">mysql_server_end()</link></emphasis></entry>
- <entry>Finalize the MySQL C API library.</entry>
+ <entry>Finalize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-server-init">mysql_server_init()</link></emphasis></entry>
- <entry>Initialize the MySQL C API library.</entry>
+ <entry>Initialize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-set-local-infile-default">mysql_set_local_infile_default()</link></emphasis></entry>
<entry>Set the <literal>LOAD DATA LOCAL INFILE</literal> handler callbacks to
- their default values.</entry>
+ their default values</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-set-local-infile-handler">mysql_set_local_infile_handler()</link></emphasis></entry>
<entry>Install application-specific <literal>LOAD DATA LOCAL INFILE</literal>
- handler callbacks.</entry>
+ handler callbacks</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-set-server-option">mysql_set_server_option()</link></emphasis></entry>
<entry>Sets an option for the connection (like
- <literal>multi-statements</literal>).</entry>
+ <literal>multi-statements</literal>)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-sqlstate">mysql_sqlstate()</link></emphasis></entry>
- <entry>Returns the SQLSTATE error code for the last error.</entry>
+ <entry>Returns the SQLSTATE error code for the last error</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-shutdown">mysql_shutdown()</link></emphasis></entry>
- <entry>Shuts down the database server.</entry>
+ <entry>Shuts down the database server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stat">mysql_stat()</link></emphasis></entry>
- <entry>Returns the server status as a string.</entry>
+ <entry>Returns the server status as a string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-store-result">mysql_store_result()</link></emphasis></entry>
- <entry>Retrieves a complete result set to the client.</entry>
+ <entry>Retrieves a complete result set to the client</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-end">mysql_thread_end()</link></emphasis></entry>
- <entry>Finalize thread handler.</entry>
+ <entry>Finalize thread handler</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-id">mysql_thread_id()</link></emphasis></entry>
- <entry>Returns the current thread ID.</entry>
+ <entry>Returns the current thread ID</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-init">mysql_thread_init()</link></emphasis></entry>
- <entry>Initialize thread handler.</entry>
+ <entry>Initialize thread handler</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-safe">mysql_thread_safe()</link></emphasis></entry>
- <entry>Returns 1 if the clients are compiled as thread-safe.</entry>
+ <entry>Returns 1 if the clients are compiled as thread-safe</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-use-result">mysql_use_result()</link></emphasis></entry>
- <entry>Initiates a row-by-row result set retrieval.</entry>
+ <entry>Initiates a row-by-row result set retrieval</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-warning-count">mysql_warning_count()</link></emphasis></entry>
- <entry>Returns the warning count for the previous SQL statement.</entry>
+ <entry>Returns the warning count for the previous SQL statement</entry>
</row>
</tbody>
</tgroup>
@@ -7268,11 +7268,11 @@
<tbody>
<row>
<entry>MYSQL_OPTION_MULTI_STATEMENTS_ON</entry>
- <entry>Enable multiple-statement support.</entry>
+ <entry>Enable multiple-statement support</entry>
</row>
<row>
<entry>MYSQL_OPTION_MULTI_STATEMENTS_OFF</entry>
- <entry>Disable multiple-statement support.</entry>
+ <entry>Disable multiple-statement support</entry>
</row>
</tbody>
</tgroup>
@@ -9128,117 +9128,117 @@
<entry><emphasis role="bold"><link linkend="mysql-stmt-affected-rows">mysql_stmt_affected_rows()</link></emphasis></entry>
<entry>Returns the number of rows changed, deleted, or inserted by prepared
<literal>UPDATE</literal>, <literal>DELETE</literal>, or
- <literal>INSERT</literal> statement.</entry>
+ <literal>INSERT</literal> statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-attr-get">mysql_stmt_attr_get()</link></emphasis></entry>
- <entry>Get value of an attribute for a prepared statement.</entry>
+ <entry>Get value of an attribute for a prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-attr-set">mysql_stmt_attr_set()</link></emphasis></entry>
- <entry>Sets an attribute for a prepared statement.</entry>
+ <entry>Sets an attribute for a prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-bind-param">mysql_stmt_bind_param()</link></emphasis></entry>
<entry>Associates application data buffers with the parameter markers in a
- prepared SQL statement.</entry>
+ prepared SQL statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-bind-result">mysql_stmt_bind_result()</link></emphasis></entry>
- <entry>Associates application data buffers with columns in the result set.</entry>
+ <entry>Associates application data buffers with columns in the result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-close">mysql_stmt_close()</link></emphasis></entry>
- <entry>Frees memory used by prepared statement.</entry>
+ <entry>Frees memory used by prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-data-seek">mysql_stmt_data_seek()</link></emphasis></entry>
- <entry>Seeks to an arbitrary row number in a statement result set.</entry>
+ <entry>Seeks to an arbitrary row number in a statement result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-errno">mysql_stmt_errno()</link></emphasis></entry>
- <entry>Returns the error number for the last statement execution.</entry>
+ <entry>Returns the error number for the last statement execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-error">mysql_stmt_error()</link></emphasis></entry>
- <entry>Returns the error message for the last statement execution.</entry>
+ <entry>Returns the error message for the last statement execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-execute">mysql_stmt_execute()</link></emphasis></entry>
- <entry>Executes the prepared statement.</entry>
+ <entry>Executes the prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-fetch">mysql_stmt_fetch()</link></emphasis></entry>
<entry>Fetches the next row of data from the result set and returns data for
- all bound columns.</entry>
+ all bound columns</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-fetch-column">mysql_stmt_fetch_column()</link></emphasis></entry>
- <entry>Fetch data for one column of the current row of the result set.</entry>
+ <entry>Fetch data for one column of the current row of the result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-field-count">mysql_stmt_field_count()</link></emphasis></entry>
- <entry>Returns the number of result columns for the most recent statement.</entry>
+ <entry>Returns the number of result columns for the most recent statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-free-result">mysql_stmt_free_result()</link></emphasis></entry>
- <entry>Free the resources allocated to the statement handle.</entry>
+ <entry>Free the resources allocated to the statement handle</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-init">mysql_stmt_init()</link></emphasis></entry>
<entry>Allocates memory for <literal>MYSQL_STMT</literal> structure and
- initializes it.</entry>
+ initializes it</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-insert-id">mysql_stmt_insert_id()</link></emphasis></entry>
<entry>Returns the ID generated for an <literal>AUTO_INCREMENT</literal> column
- by prepared statement.</entry>
+ by prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-num-rows">mysql_stmt_num_rows()</link></emphasis></entry>
- <entry>Returns total row count from the buffered statement result set.</entry>
+ <entry>Returns total row count from the buffered statement result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-param-count">mysql_stmt_param_count()</link></emphasis></entry>
- <entry>Returns the number of parameters in a prepared SQL statement.</entry>
+ <entry>Returns the number of parameters in a prepared SQL statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-param-metadata">mysql_stmt_param_metadata()</link></emphasis></entry>
<entry>(Return parameter metadata in the form of a result set.) Currently, this
- function does nothing.</entry>
+ function does nothing</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-prepare">mysql_stmt_prepare()</link></emphasis></entry>
- <entry>Prepares an SQL string for execution.</entry>
+ <entry>Prepares an SQL string for execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-reset">mysql_stmt_reset()</link></emphasis></entry>
- <entry>Reset the statement buffers in the server.</entry>
+ <entry>Reset the statement buffers in the server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-result-metadata">mysql_stmt_result_metadata()</link></emphasis></entry>
- <entry>Returns prepared statement metadata in the form of a result set.</entry>
+ <entry>Returns prepared statement metadata in the form of a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-row-seek">mysql_stmt_row_seek()</link></emphasis></entry>
<entry>Seeks to a row offset in a statement result set, using value returned
- from <literal>mysql_stmt_row_tell()</literal>.</entry>
+ from <literal>mysql_stmt_row_tell()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-row-tell">mysql_stmt_row_tell()</link></emphasis></entry>
- <entry>Returns the statement row cursor position.</entry>
+ <entry>Returns the statement row cursor position</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-send-long-data">mysql_stmt_send_long_data()</link></emphasis></entry>
- <entry>Sends long data in chunks to server.</entry>
+ <entry>Sends long data in chunks to server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-sqlstate">mysql_stmt_sqlstate()</link></emphasis></entry>
- <entry>Returns the SQLSTATE error code for the last statement execution.</entry>
+ <entry>Returns the SQLSTATE error code for the last statement execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-store-result">mysql_stmt_store_result()</link></emphasis></entry>
- <entry>Retrieves the complete result set to the client.</entry>
+ <entry>Retrieves the complete result set to the client</entry>
</row>
</tbody>
</tgroup>
Modified: trunk/refman-5.1/apis-c.xml
===================================================================
--- trunk/refman-5.1/apis-c.xml 2007-10-04 02:09:12 UTC (rev 7964)
+++ trunk/refman-5.1/apis-c.xml 2007-10-04 02:12:37 UTC (rev 7965)
Changed blocks: 3, Lines Added: 105, Lines Deleted: 105; 32396 bytes
@@ -820,307 +820,307 @@
</row>
<row>
<entry><emphasis role="bold"><link linkend="my-init">my_init()</link></emphasis></entry>
- <entry>Initialize global variables, and thread handler in thread-safe programs.</entry>
+ <entry>Initialize global variables, and thread handler in thread-safe programs</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-affected-rows">mysql_affected_rows()</link></emphasis></entry>
<entry>Returns the number of rows changed/deleted/inserted by the last
<literal>UPDATE</literal>, <literal>DELETE</literal>, or
- <literal>INSERT</literal> query.</entry>
+ <literal>INSERT</literal> query</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-autocommit">mysql_autocommit()</link></emphasis></entry>
- <entry>Toggles autocommit mode on/off.</entry>
+ <entry>Toggles autocommit mode on/off</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-change-user">mysql_change_user()</link></emphasis></entry>
- <entry>Changes user and database on an open connection.</entry>
+ <entry>Changes user and database on an open connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-close">mysql_close()</link></emphasis></entry>
- <entry>Closes a server connection.</entry>
+ <entry>Closes a server connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-commit">mysql_commit()</link></emphasis></entry>
- <entry>Commits the transaction.</entry>
+ <entry>Commits the transaction</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-connect">mysql_connect()</link></emphasis></entry>
- <entry>Connects to a MySQL server. This function is deprecated; use
- <literal>mysql_real_connect()</literal> instead.</entry>
+ <entry>Connects to a MySQL server (this function is deprecated; use
+ <literal>mysql_real_connect()</literal> instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-create-db">mysql_create_db()</link></emphasis></entry>
- <entry>Creates a database. This function is deprecated; use the SQL statement
- <literal>CREATE DATABASE</literal> instead.</entry>
+ <entry>Creates a database (this function is deprecated; use the SQL statement
+ <literal>CREATE DATABASE</literal> instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-data-seek">mysql_data_seek()</link></emphasis></entry>
- <entry>Seeks to an arbitrary row number in a query result set.</entry>
+ <entry>Seeks to an arbitrary row number in a query result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-debug">mysql_debug()</link></emphasis></entry>
- <entry>Does a <literal>DBUG_PUSH</literal> with the given string.</entry>
+ <entry>Does a <literal>DBUG_PUSH</literal> with the given string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-drop-db">mysql_drop_db()</link></emphasis></entry>
- <entry>Drops a database. This function is deprecated; use the SQL statement
- <literal>DROP DATABASE</literal> instead.</entry>
+ <entry>Drops a database (this function is deprecated; use the SQL statement
+ <literal>DROP DATABASE</literal> instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-dump-debug-info">mysql_dump_debug_info()</link></emphasis></entry>
- <entry>Makes the server write debug information to the log.</entry>
+ <entry>Makes the server write debug information to the log</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-eof">mysql_eof()</link></emphasis></entry>
- <entry>Determines whether the last row of a result set has been read. This
+ <entry>Determines whether the last row of a result set has been read (this
function is deprecated; <literal>mysql_errno()</literal>
- or <literal>mysql_error()</literal> may be used instead.</entry>
+ or <literal>mysql_error()</literal> may be used instead)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-errno">mysql_errno()</link></emphasis></entry>
- <entry>Returns the error number for the most recently invoked MySQL function.</entry>
+ <entry>Returns the error number for the most recently invoked MySQL function</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-error">mysql_error()</link></emphasis></entry>
- <entry>Returns the error message for the most recently invoked MySQL function.</entry>
+ <entry>Returns the error message for the most recently invoked MySQL function</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-escape-string">mysql_escape_string()</link></emphasis></entry>
- <entry>Escapes special characters in a string for use in an SQL statement.</entry>
+ <entry>Escapes special characters in a string for use in an SQL statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-field">mysql_fetch_field()</link></emphasis></entry>
- <entry>Returns the type of the next table field.</entry>
+ <entry>Returns the type of the next table field</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-field-direct">mysql_fetch_field_direct()</link></emphasis></entry>
- <entry>Returns the type of a table field, given a field number.</entry>
+ <entry>Returns the type of a table field, given a field number</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-fields">mysql_fetch_fields()</link></emphasis></entry>
- <entry>Returns an array of all field structures.</entry>
+ <entry>Returns an array of all field structures</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-lengths">mysql_fetch_lengths()</link></emphasis></entry>
- <entry>Returns the lengths of all columns in the current row.</entry>
+ <entry>Returns the lengths of all columns in the current row</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-fetch-row">mysql_fetch_row()</link></emphasis></entry>
- <entry>Fetches the next row from the result set.</entry>
+ <entry>Fetches the next row from the result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-field-seek">mysql_field_seek()</link></emphasis></entry>
- <entry>Puts the column cursor on a specified column.</entry>
+ <entry>Puts the column cursor on a specified column</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-field-count">mysql_field_count()</link></emphasis></entry>
- <entry>Returns the number of result columns for the most recent statement.</entry>
+ <entry>Returns the number of result columns for the most recent statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-field-tell">mysql_field_tell()</link></emphasis></entry>
<entry>Returns the position of the field cursor used for the last
- <literal>mysql_fetch_field()</literal>.</entry>
+ <literal>mysql_fetch_field()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-free-result">mysql_free_result()</link></emphasis></entry>
- <entry>Frees memory used by a result set.</entry>
+ <entry>Frees memory used by a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-client-info">mysql_get_client_info()</link></emphasis></entry>
- <entry>Returns client version information as a string.</entry>
+ <entry>Returns client version information as a string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-client-version">mysql_get_client_version()</link></emphasis></entry>
- <entry>Returns client version information as an integer.</entry>
+ <entry>Returns client version information as an integer</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-host-info">mysql_get_host_info()</link></emphasis></entry>
- <entry>Returns a string describing the connection.</entry>
+ <entry>Returns a string describing the connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-server-version">mysql_get_server_version()</link></emphasis></entry>
- <entry>Returns version number of server as an integer.</entry>
+ <entry>Returns version number of server as an integer</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-proto-info">mysql_get_proto_info()</link></emphasis></entry>
- <entry>Returns the protocol version used by the connection.</entry>
+ <entry>Returns the protocol version used by the connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-get-server-info">mysql_get_server_info()</link></emphasis></entry>
- <entry>Returns the server version number.</entry>
+ <entry>Returns the server version number</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-info">mysql_info()</link></emphasis></entry>
- <entry>Returns information about the most recently executed query.</entry>
+ <entry>Returns information about the most recently executed query</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-init">mysql_init()</link></emphasis></entry>
- <entry>Gets or initializes a <literal>MYSQL</literal> structure.</entry>
+ <entry>Gets or initializes a <literal>MYSQL</literal> structure</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-insert-id">mysql_insert_id()</link></emphasis></entry>
<entry>Returns the ID generated for an <literal>AUTO_INCREMENT</literal> column
- by the previous query.</entry>
+ by the previous query</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-kill">mysql_kill()</link></emphasis></entry>
- <entry>Kills a given thread.</entry>
+ <entry>Kills a given thread</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-library-end">mysql_library_end()</link></emphasis></entry>
- <entry>Finalize the MySQL C API library.</entry>
+ <entry>Finalize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-library-init">mysql_library_init()</link></emphasis></entry>
- <entry>Initialize the MySQL C API library.</entry>
+ <entry>Initialize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-dbs">mysql_list_dbs()</link></emphasis></entry>
- <entry>Returns database names matching a simple regular expression.</entry>
+ <entry>Returns database names matching a simple regular expression</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-fields">mysql_list_fields()</link></emphasis></entry>
- <entry>Returns field names matching a simple regular expression.</entry>
+ <entry>Returns field names matching a simple regular expression</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-processes">mysql_list_processes()</link></emphasis></entry>
- <entry>Returns a list of the current server threads.</entry>
+ <entry>Returns a list of the current server threads</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-list-tables">mysql_list_tables()</link></emphasis></entry>
- <entry>Returns table names matching a simple regular expression.</entry>
+ <entry>Returns table names matching a simple regular expression</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-more-results">mysql_more_results()</link></emphasis></entry>
- <entry>Checks whether any more results exist.</entry>
+ <entry>Checks whether any more results exist</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-next-result">mysql_next_result()</link></emphasis></entry>
- <entry>Returns/initiates the next result in multiple-statement executions.</entry>
+ <entry>Returns/initiates the next result in multiple-statement executions</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-num-fields">mysql_num_fields()</link></emphasis></entry>
- <entry>Returns the number of columns in a result set.</entry>
+ <entry>Returns the number of columns in a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-num-rows">mysql_num_rows()</link></emphasis></entry>
- <entry>Returns the number of rows in a result set.</entry>
+ <entry>Returns the number of rows in a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-options">mysql_options()</link></emphasis></entry>
- <entry>Sets connect options for <literal>mysql_connect()</literal>.</entry>
+ <entry>Sets connect options for <literal>mysql_connect()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-ping">mysql_ping()</link></emphasis></entry>
<entry>Checks whether the connection to the server is working, reconnecting as
- necessary.</entry>
+ necessary</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-query">mysql_query()</link></emphasis></entry>
- <entry>Executes an SQL query specified as a null-terminated string.</entry>
+ <entry>Executes an SQL query specified as a null-terminated string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-real-connect">mysql_real_connect()</link></emphasis></entry>
- <entry>Connects to a MySQL server.</entry>
+ <entry>Connects to a MySQL server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-real-escape-string">mysql_real_escape_string()</link></emphasis></entry>
<entry>Escapes special characters in a string for use in an SQL statement,
taking into account the current character set of the
- connection.</entry>
+ connection</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-real-query">mysql_real_query()</link></emphasis></entry>
- <entry>Executes an SQL query specified as a counted string.</entry>
+ <entry>Executes an SQL query specified as a counted string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-refresh">mysql_refresh()</link></emphasis></entry>
- <entry>Flush or reset tables and caches.</entry>
+ <entry>Flush or reset tables and caches</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-reload">mysql_reload()</link></emphasis></entry>
- <entry>Tells the server to reload the grant tables.</entry>
+ <entry>Tells the server to reload the grant tables</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-rollback">mysql_rollback()</link></emphasis></entry>
- <entry>Rolls back the transaction.</entry>
+ <entry>Rolls back the transaction</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-row-seek">mysql_row_seek()</link></emphasis></entry>
<entry>Seeks to a row offset in a result set, using value returned from
- <literal>mysql_row_tell()</literal>.</entry>
+ <literal>mysql_row_tell()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-row-tell">mysql_row_tell()</link></emphasis></entry>
- <entry>Returns the row cursor position.</entry>
+ <entry>Returns the row cursor position</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-select-db">mysql_select_db()</link></emphasis></entry>
- <entry>Selects a database.</entry>
+ <entry>Selects a database</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-server-end">mysql_server_end()</link></emphasis></entry>
- <entry>Finalize the MySQL C API library.</entry>
+ <entry>Finalize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-server-init">mysql_server_init()</link></emphasis></entry>
- <entry>Initialize the MySQL C API library.</entry>
+ <entry>Initialize the MySQL C API library</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-set-local-infile-default">mysql_set_local_infile_default()</link></emphasis></entry>
<entry>Set the <literal>LOAD DATA LOCAL INFILE</literal> handler callbacks to
- their default values.</entry>
+ their default values</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-set-local-infile-handler">mysql_set_local_infile_handler()</link></emphasis></entry>
<entry>Install application-specific <literal>LOAD DATA LOCAL INFILE</literal>
- handler callbacks.</entry>
+ handler callbacks</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-set-server-option">mysql_set_server_option()</link></emphasis></entry>
<entry>Sets an option for the connection (like
- <literal>multi-statements</literal>).</entry>
+ <literal>multi-statements</literal>)</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-sqlstate">mysql_sqlstate()</link></emphasis></entry>
- <entry>Returns the SQLSTATE error code for the last error.</entry>
+ <entry>Returns the SQLSTATE error code for the last error</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-shutdown">mysql_shutdown()</link></emphasis></entry>
- <entry>Shuts down the database server.</entry>
+ <entry>Shuts down the database server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stat">mysql_stat()</link></emphasis></entry>
- <entry>Returns the server status as a string.</entry>
+ <entry>Returns the server status as a string</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-store-result">mysql_store_result()</link></emphasis></entry>
- <entry>Retrieves a complete result set to the client.</entry>
+ <entry>Retrieves a complete result set to the client</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-end">mysql_thread_end()</link></emphasis></entry>
- <entry>Finalize thread handler.</entry>
+ <entry>Finalize thread handler</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-id">mysql_thread_id()</link></emphasis></entry>
- <entry>Returns the current thread ID.</entry>
+ <entry>Returns the current thread ID</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-init">mysql_thread_init()</link></emphasis></entry>
- <entry>Initialize thread handler.</entry>
+ <entry>Initialize thread handler</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-thread-safe">mysql_thread_safe()</link></emphasis></entry>
- <entry>Returns 1 if the clients are compiled as thread-safe.</entry>
+ <entry>Returns 1 if the clients are compiled as thread-safe</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-use-result">mysql_use_result()</link></emphasis></entry>
- <entry>Initiates a row-by-row result set retrieval.</entry>
+ <entry>Initiates a row-by-row result set retrieval</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-warning-count">mysql_warning_count()</link></emphasis></entry>
- <entry>Returns the warning count for the previous SQL statement.</entry>
+ <entry>Returns the warning count for the previous SQL statement</entry>
</row>
</tbody>
</tgroup>
@@ -7342,11 +7342,11 @@
<tbody>
<row>
<entry>MYSQL_OPTION_MULTI_STATEMENTS_ON</entry>
- <entry>Enable multiple-statement support.</entry>
+ <entry>Enable multiple-statement support</entry>
</row>
<row>
<entry>MYSQL_OPTION_MULTI_STATEMENTS_OFF</entry>
- <entry>Disable multiple-statement support.</entry>
+ <entry>Disable multiple-statement support</entry>
</row>
</tbody>
</tgroup>
@@ -9250,117 +9250,117 @@
<entry><emphasis role="bold"><link linkend="mysql-stmt-affected-rows">mysql_stmt_affected_rows()</link></emphasis></entry>
<entry>Returns the number of rows changed, deleted, or inserted by prepared
<literal>UPDATE</literal>, <literal>DELETE</literal>, or
- <literal>INSERT</literal> statement.</entry>
+ <literal>INSERT</literal> statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-attr-get">mysql_stmt_attr_get()</link></emphasis></entry>
- <entry>Get value of an attribute for a prepared statement.</entry>
+ <entry>Get value of an attribute for a prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-attr-set">mysql_stmt_attr_set()</link></emphasis></entry>
- <entry>Sets an attribute for a prepared statement.</entry>
+ <entry>Sets an attribute for a prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-bind-param">mysql_stmt_bind_param()</link></emphasis></entry>
<entry>Associates application data buffers with the parameter markers in a
- prepared SQL statement.</entry>
+ prepared SQL statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-bind-result">mysql_stmt_bind_result()</link></emphasis></entry>
- <entry>Associates application data buffers with columns in the result set.</entry>
+ <entry>Associates application data buffers with columns in the result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-close">mysql_stmt_close()</link></emphasis></entry>
- <entry>Frees memory used by prepared statement.</entry>
+ <entry>Frees memory used by prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-data-seek">mysql_stmt_data_seek()</link></emphasis></entry>
- <entry>Seeks to an arbitrary row number in a statement result set.</entry>
+ <entry>Seeks to an arbitrary row number in a statement result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-errno">mysql_stmt_errno()</link></emphasis></entry>
- <entry>Returns the error number for the last statement execution.</entry>
+ <entry>Returns the error number for the last statement execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-error">mysql_stmt_error()</link></emphasis></entry>
- <entry>Returns the error message for the last statement execution.</entry>
+ <entry>Returns the error message for the last statement execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-execute">mysql_stmt_execute()</link></emphasis></entry>
- <entry>Executes the prepared statement.</entry>
+ <entry>Executes the prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-fetch">mysql_stmt_fetch()</link></emphasis></entry>
<entry>Fetches the next row of data from the result set and returns data for
- all bound columns.</entry>
+ all bound columns</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-fetch-column">mysql_stmt_fetch_column()</link></emphasis></entry>
- <entry>Fetch data for one column of the current row of the result set.</entry>
+ <entry>Fetch data for one column of the current row of the result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-field-count">mysql_stmt_field_count()</link></emphasis></entry>
- <entry>Returns the number of result columns for the most recent statement.</entry>
+ <entry>Returns the number of result columns for the most recent statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-free-result">mysql_stmt_free_result()</link></emphasis></entry>
- <entry>Free the resources allocated to the statement handle.</entry>
+ <entry>Free the resources allocated to the statement handle</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-init">mysql_stmt_init()</link></emphasis></entry>
<entry>Allocates memory for <literal>MYSQL_STMT</literal> structure and
- initializes it.</entry>
+ initializes it</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-insert-id">mysql_stmt_insert_id()</link></emphasis></entry>
<entry>Returns the ID generated for an <literal>AUTO_INCREMENT</literal> column
- by prepared statement.</entry>
+ by prepared statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-num-rows">mysql_stmt_num_rows()</link></emphasis></entry>
- <entry>Returns total row count from the buffered statement result set.</entry>
+ <entry>Returns total row count from the buffered statement result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-param-count">mysql_stmt_param_count()</link></emphasis></entry>
- <entry>Returns the number of parameters in a prepared SQL statement.</entry>
+ <entry>Returns the number of parameters in a prepared SQL statement</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-param-metadata">mysql_stmt_param_metadata()</link></emphasis></entry>
<entry>(Return parameter metadata in the form of a result set.) Currently, this
- function does nothing.</entry>
+ function does nothing</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-prepare">mysql_stmt_prepare()</link></emphasis></entry>
- <entry>Prepares an SQL string for execution.</entry>
+ <entry>Prepares an SQL string for execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-reset">mysql_stmt_reset()</link></emphasis></entry>
- <entry>Reset the statement buffers in the server.</entry>
+ <entry>Reset the statement buffers in the server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-result-metadata">mysql_stmt_result_metadata()</link></emphasis></entry>
- <entry>Returns prepared statement metadata in the form of a result set.</entry>
+ <entry>Returns prepared statement metadata in the form of a result set</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-row-seek">mysql_stmt_row_seek()</link></emphasis></entry>
<entry>Seeks to a row offset in a statement result set, using value returned
- from <literal>mysql_stmt_row_tell()</literal>.</entry>
+ from <literal>mysql_stmt_row_tell()</literal></entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-row-tell">mysql_stmt_row_tell()</link></emphasis></entry>
- <entry>Returns the statement row cursor position.</entry>
+ <entry>Returns the statement row cursor position</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-send-long-data">mysql_stmt_send_long_data()</link></emphasis></entry>
- <entry>Sends long data in chunks to server.</entry>
+ <entry>Sends long data in chunks to server</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-sqlstate">mysql_stmt_sqlstate()</link></emphasis></entry>
- <entry>Returns the SQLSTATE error code for the last statement execution.</entry>
+ <entry>Returns the SQLSTATE error code for the last statement execution</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-store-result">mysql_stmt_store_result()</link></emphasis></entry>
- <entry>Retrieves the complete result set to the client.</entry>
+ <entry>Retrieves the complete result set to the client</entry>
</row>
</tbody>
</tgroup>
Modified: trunk/refman-5.2/apis-c.xml
===================================================================
--- trunk/refman-5.2/apis-c.xml 2007-10-04 02:09:12 UTC (rev 7964)
+++ trunk/refman-5.2/apis-c.xml 2007-10-04 02:12:37 UTC (rev 7965)
Changed blocks: 2, Lines Added: 76, Lines Deleted: 76; 20145 bytes
@@ -812,301 +812,301 @@
<entry><function role="capi">mysql_affected_rows()</function></entry>
<entry>Returns the number of rows changed/deleted/inserted by the last
<literal>UPDATE</literal>, <literal>DELETE</literal>, or
- <literal>INSERT</literal> query.</entry>
+ <literal>INSERT</literal> query</entry>
</row>
<row>
<entry><function role="capi">mysql_autocommit()</function></entry>
- <entry>Toggles autocommit mode on/off.</entry>
+ <entry>Toggles autocommit mode on/off</entry>
</row>
<row>
<entry><function role="capi">mysql_change_user()</function></entry>
- <entry>Changes user and database on an open connection.</entry>
+ <entry>Changes user and database on an open connection</entry>
</row>
<row>
<entry><function role="capi">mysql_close()</function></entry>
- <entry>Closes a server connection.</entry>
+ <entry>Closes a server connection</entry>
</row>
<row>
<entry><function role="capi">mysql_commit()</function></entry>
- <entry>Commits the transaction.</entry>
+ <entry>Commits the transaction</entry>
</row>
<row>
<entry><function role="capi">mysql_connect()</function></entry>
- <entry>Connects to a MySQL server. This function is deprecated; use
- <literal>mysql_real_connect()</literal> instead.</entry>
+ <entry>Connects to a MySQL server (this function is deprecated; use
+ <literal>mysql_real_connect()</literal> instead)</entry>
</row>
<row>
<entry><function role="capi">mysql_create_db()</function></entry>
- <entry>Creates a database. This function is deprecated; use the SQL statement
- <literal>CREATE DATABASE</literal> instead.</entry>
+ <entry>Creates a database (this function is deprecated; use the SQL statement
+ <literal>CREATE DATABASE</literal> instead)</entry>
</row>
<row>
<entry><function role="capi">mysql_data_seek()</function></entry>
- <entry>Seeks to an arbitrary row number in a query result set.</entry>
+ <entry>Seeks to an arbitrary row number in a query result set</entry>
</row>
<row>
<entry><function role="capi">mysql_debug()</function></entry>
- <entry>Does a <literal>DBUG_PUSH</literal> with the given string.</entry>
+ <entry>Does a <literal>DBUG_PUSH</literal> with the given string</entry>
</row>
<row>
<entry><function role="capi">mysql_drop_db()</function></entry>
- <entry>Drops a database. This function is deprecated; use the SQL statement
- <literal>DROP DATABASE</literal> instead.</entry>
+ <entry>Drops a database (this function is deprecated; use the SQL statement
+ <literal>DROP DATABASE</literal> instead)</entry>
</row>
<row>
<entry><function role="capi">mysql_dump_debug_info()</function></entry>
- <entry>Makes the server write debug information to the log.</entry>
+ <entry>Makes the server write debug information to the log</entry>
</row>
<row>
<entry><function role="capi">mysql_eof()</function></entry>
<entry>Determines whether the last row of a result set has been read. This
function is deprecated; <literal>mysql_errno()</literal>
- or <literal>mysql_error()</literal> may be used instead.</entry>
+ or <literal>mysql_error()</literal> may be used instead</entry>
</row>
<row>
<entry><function role="capi">mysql_errno()</function></entry>
- <entry>Returns the error number for the most recently invoked MySQL function.</entry>
+ <entry>Returns the error number for the most recently invoked MySQL function</entry>
</row>
<row>
<entry><function role="capi">mysql_error()</function></entry>
- <entry>Returns the error message for the most recently invoked MySQL function.</entry>
+ <entry>Returns the error message for the most recently invoked MySQL function</entry>
</row>
<row>
<entry><function role="capi">mysql_escape_string()</function></entry>
- <entry>Escapes special characters in a string for use in an SQL statement.</entry>
+ <entry>Escapes special characters in a string for use in an SQL statement</entry>
</row>
<row>
<entry><function role="capi">mysql_fetch_field()</function></entry>
- <entry>Returns the type of the next table field.</entry>
+ <entry>Returns the type of the next table field</entry>
</row>
<row>
<entry><function role="capi">mysql_fetch_field_direct()</function></entry>
- <entry>Returns the type of a table field, given a field number.</entry>
+ <entry>Returns the type of a table field, given a field number</entry>
</row>
<row>
<entry><function role="capi">mysql_fetch_fields()</function></entry>
- <entry>Returns an array of all field structures.</entry>
+ <entry>Returns an array of all field structures</entry>
</row>
<row>
<entry><function role="capi">mysql_fetch_lengths()</function></entry>
- <entry>Returns the lengths of all columns in the current row.</entry>
+ <entry>Returns the lengths of all columns in the current row</entry>
</row>
<row>
<entry><function role="capi">mysql_fetch_row()</function></entry>
- <entry>Fetches the next row from the result set.</entry>
+ <entry>Fetches the next row from the result set</entry>
</row>
<row>
<entry><function role="capi">mysql_field_seek()</function></entry>
- <entry>Puts the column cursor on a specified column.</entry>
+ <entry>Puts the column cursor on a specified column</entry>
</row>
<row>
<entry><function role="capi">mysql_field_count()</function></entry>
- <entry>Returns the number of result columns for the most recent statement.</entry>
+ <entry>Returns the number of result columns for the most recent statement</entry>
</row>
<row>
<entry><function role="capi">mysql_field_tell()</function></entry>
<entry>Returns the position of the field cursor used for the last
- <literal>mysql_fetch_field()</literal>.</entry>
+ <literal>mysql_fetch_field()</literal></entry>
</row>
<row>
<entry><function role="capi">mysql_free_result()</function></entry>
- <entry>Frees memory used by a result set.</entry>
+ <entry>Frees memory used by a result set</entry>
</row>
<row>
<entry><function role="capi">mysql_get_client_info()</function></entry>
- <entry>Returns client version information as a string.</entry>
+ <entry>Returns client version information as a string</entry>
</row>
<row>
<entry><function role="capi">mysql_get_client_version()</function></entry>
- <entry>Returns client version information as an integer.</entry>
+ <entry>Returns client version information as an integer</entry>
</row>
<row>
<entry><function role="capi">mysql_get_host_info()</function></entry>
- <entry>Returns a string describing the connection.</entry>
+ <entry>Returns a string describing the connection</entry>
</row>
<row>
<entry><function role="capi">mysql_get_server_version()</function></entry>
- <entry>Returns version number of server as an integer.</entry>
+ <entry>Returns version number of server as an integer</entry>
</row>
<row>
<entry><function role="capi">mysql_get_proto_info()</function></entry>
- <entry>Returns the protocol version used by the connection.</entry>
+ <entry>Returns the protocol version used by the connection</entry>
</row>
<row>
<entry><function role="capi">mysql_get_server_info()</function></entry>
- <entry>Returns the server version number.</entry>
+ <entry>Returns the server version number</entry>
</row>
<row>
<entry><function role="capi">mysql_info()</function></entry>
- <entry>Returns information about the most recently executed query.</entry>
+ <entry>Returns information about the most recently executed query</entry>
</row>
<row>
<entry><function role="capi">mysql_init()</function></entry>
- <entry>Gets or initializes a <literal>MYSQL</literal> structure.</entry>
+ <entry>Gets or initializes a <literal>MYSQL</literal> structure</entry>
</row>
<row>
<entry><function role="capi">mysql_insert_id()</function></entry>
<entry>Returns the ID generated for an <literal>AUTO_INCREMENT</literal> column
- by the previous query.</entry>
+ by the previous query</entry>
</row>
<row>
<entry><function role="capi">mysql_kill()</function></entry>
- <entry>Kills a given thread.</entry>
+ <entry>Kills a given thread</entry>
</row>
<row>
<entry><function role="capi">mysql_library_end()</function></entry>
- <entry>Finalize the MySQL C API library.</entry>
+ <entry>Finalize the MySQL C API library</entry>
</row>
<row>
<entry><function role="capi">mysql_library_init()</function></entry>
- <entry>Initialize the MySQL C API library.</entry>
+ <entry>Initialize the MySQL C API library</entry>
</row>
<row>
<entry><function role="capi">mysql_list_dbs()</function></entry>
- <entry>Returns database names matching a simple regular expression.</entry>
+ <entry>Returns database names matching a simple regular expression</entry>
</row>
<row>
<entry><function role="capi">mysql_list_fields()</function></entry>
- <entry>Returns field names matching a simple regular expression.</entry>
+ <entry>Returns field names matching a simple regular expression</entry>
</row>
<row>
<entry><function role="capi">mysql_list_processes()</function></entry>
- <entry>Returns a list of the current server threads.</entry>
+ <entry>Returns a list of the current server threads</entry>
</row>
<row>
<entry><function role="capi">mysql_list_tables()</function></entry>
- <entry>Returns table names matching a simple regular expression.</entry>
+ <entry>Returns table names matching a simple regular expression</entry>
</row>
<row>
<entry><function role="capi">mysql_more_results()</function></entry>
- <entry>Checks whether any more results exist.</entry>
+ <entry>Checks whether any more results exist</entry>
</row>
<row>
<entry><function role="capi">mysql_next_result()</function></entry>
- <entry>Returns/initiates the next result in multiple-statement executions.</entry>
+ <entry>Returns/initiates the next result in multiple-statement executions</entry>
</row>
<row>
<entry><function role="capi">mysql_num_fields()</function></entry>
- <entry>Returns the number of columns in a result set.</entry>
+ <entry>Returns the number of columns in a result set</entry>
</row>
<row>
<entry><function role="capi">mysql_num_rows()</function></entry>
- <entry>Returns the number of rows in a result set.</entry>
+ <entry>Returns the number of rows in a result set</entry>
</row>
<row>
<entry><function role="capi">mysql_options()</function></entry>
- <entry>Sets connect options for <literal>mysql_connect()</literal>.</entry>
+ <entry>Sets connect options for <literal>mysql_connect()</literal></entry>
</row>
<row>
<entry><function role="capi">mysql_ping()</function></entry>
<entry>Checks whether the connection to the server is working, reconnecting as
- necessary.</entry>
+ necessary</entry>
</row>
<row>
<entry><function role="capi">mysql_query()</function></entry>
- <entry>Executes an SQL query specified as a null-terminated string.</entry>
+ <entry>Executes an SQL query specified as a null-terminated string</entry>
</row>
<row>
<entry><function role="capi">mysql_real_connect()</function></entry>
- <entry>Connects to a MySQL server.</entry>
+ <entry>Connects to a MySQL server</entry>
</row>
<row>
<entry><function role="capi">mysql_real_escape_string()</function></entry>
<entry>Escapes special characters in a string for use in an SQL statement,
taking into account the current character set of the
- connection.</entry>
+ connection</entry>
</row>
<row>
<entry><function role="capi">mysql_real_query()</function></entry>
- <entry>Executes an SQL query specified as a counted string.</entry>
+ <entry>Executes an SQL query specified as a counted string</entry>
</row>
<row>
<entry><function role="capi">mysql_refresh()</function></entry>
- <entry>Flush or reset tables and caches.</entry>
+ <entry>Flush or reset tables and caches</entry>
</row>
<row>
<entry><function role="capi">mysql_reload()</function></entry>
- <entry>Tells the server to reload the grant tables.</entry>
+ <entry>Tells the server to reload the grant tables</entry>
</row>
<row>
<entry><function role="capi">mysql_rollback()</function></entry>
- <entry>Rolls back the transaction.</entry>
+ <entry>Rolls back the transaction</entry>
</row>
<row>
<entry><function role="capi">mysql_row_seek()</function></entry>
<entry>Seeks to a row offset in a result set, using value returned from
- <literal>mysql_row_tell()</literal>.</entry>
+ <literal>mysql_row_tell()</literal></entry>
</row>
<row>
<entry><function role="capi">mysql_row_tell()</function></entry>
- <entry>Returns the row cursor position.</entry>
+ <entry>Returns the row cursor position</entry>
</row>
<row>
<entry><function role="capi">mysql_select_db()</function></entry>
- <entry>Selects a database.</entry>
+ <entry>Selects a database</entry>
</row>
<row>
<entry><function role="capi">mysql_server_end()</function></entry>
- <entry>Finalize the MySQL C API library.</entry>
+ <entry>Finalize the MySQL C API library</entry>
</row>
<row>
<entry><function role="capi">mysql_server_init()</function></entry>
- <entry>Initialize the MySQL C API library.</entry>
+ <entry>Initialize the MySQL C API library</entry>
</row>
<row>
<entry><function role="capi">mysql_set_local_infile_default()</function></entry>
<entry>Set the <literal>LOAD DATA LOCAL INFILE</literal> handler callbacks to
- their default values.</entry>
+ their default values</entry>
</row>
<row>
<entry><function role="capi">mysql_set_local_infile_handler()</function></entry>
<entry>Install application-specific <literal>LOAD DATA LOCAL INFILE</literal>
- handler callbacks.</entry>
+ handler callbacks</entry>
</row>
<row>
<entry><function role="capi">mysql_set_server_option()</function></entry>
<entry>Sets an option for the connection (like
- <literal>multi-statements</literal>).</entry>
+ <literal>multi-statements</literal>)</entry>
</row>
<row>
<entry><function role="capi">mysql_sqlstate()</function></entry>
- <entry>Returns the SQLSTATE error code for the last error.</entry>
+ <entry>Returns the SQLSTATE error code for the last error</entry>
</row>
<row>
<entry><function role="capi">mysql_shutdown()</function></entry>
- <entry>Shuts down the database server.</entry>
+ <entry>Shuts down the database server</entry>
</row>
<row>
<entry><function role="capi">mysql_stat()</function></entry>
- <entry>Returns the server status as a string.</entry>
+ <entry>Returns the server status as a string</entry>
</row>
<row>
<entry><function role="capi">mysql_store_result()</function></entry>
- <entry>Retrieves a complete result set to the client.</entry>
+ <entry>Retrieves a complete result set to the client</entry>
</row>
<row>
<entry><function role="capi">mysql_thread_end()</function></entry>
- <entry>Finalize thread handler.</entry>
+ <entry>Finalize thread handler</entry>
</row>
<row>
<entry><function role="capi">mysql_thread_id()</function></entry>
- <entry>Returns the current thread ID.</entry>
+ <entry>Returns the current thread ID</entry>
</row>
<row>
<entry><function role="capi">mysql_thread_init()</function></entry>
- <entry>Initialize thread handler.</entry>
+ <entry>Initialize thread handler</entry>
</row>
<row>
<entry><function role="capi">mysql_thread_safe()</function></entry>
- <entry>Returns 1 if the clients are compiled as thread-safe.</entry>
+ <entry>Returns 1 if the clients are compiled as thread-safe</entry>
</row>
<row>
<entry><function role="capi">mysql_use_result()</function></entry>
- <entry>Initiates a row-by-row result set retrieval.</entry>
+ <entry>Initiates a row-by-row result set retrieval</entry>
</row>
<row>
<entry><function role="capi">mysql_warning_count()</function></entry>
- <entry>Returns the warning count for the previous SQL statement.</entry>
+ <entry>Returns the warning count for the previous SQL statement</entry>
</row>
</tbody>
</tgroup>
@@ -7299,11 +7299,11 @@
<tbody>
<row>
<entry>MYSQL_OPTION_MULTI_STATEMENTS_ON</entry>
- <entry>Enable multiple-statement support.</entry>
+ <entry>Enable multiple-statement support</entry>
</row>
<row>
<entry>MYSQL_OPTION_MULTI_STATEMENTS_OFF</entry>
- <entry>Disable multiple-statement support.</entry>
+ <entry>Disable multiple-statement support</entry>
</row>
</tbody>
</tgroup>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7965 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2 | paul | 4 Oct |