diff options
author | unknown <konstantin@oak.local> | 2004-03-10 20:12:24 +0300 |
---|---|---|
committer | unknown <konstantin@oak.local> | 2004-03-10 20:12:24 +0300 |
commit | 188535bba0964652678c3ce82b2dae3a1ef8bb25 (patch) | |
tree | 69304247ddae3015341c3c1173b35f5476fd9e88 /sql-common | |
parent | fc654d9ae1e48d55785caf68b406a504a92def9d (diff) | |
download | mariadb-git-188535bba0964652678c3ce82b2dae3a1ef8bb25.tar.gz |
Rename:
read_statistic -> read_statistics
(statistic is adjective)
include/mysql.h:
read_statistic -> read_statistics
libmysql/client_settings.h:
read_statistic -> read_statistics
libmysql/libmysql.c:
read_statistic -> read_statistics
libmysqld/lib_sql.cc:
read_statistic -> read_statistics
sql-common/client.c:
read_statistic -> read_statistics
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/client.c b/sql-common/client.c index 1425275443c..76f4ab49849 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -1422,7 +1422,7 @@ static MYSQL_METHODS client_methods= cli_read_binary_rows, cli_unbuffered_fetch, NULL, - cli_read_statistic, + cli_read_statistics, cli_read_query_result, cli_read_change_user_result #endif |