diff options
author | monty@mysql.com <> | 2004-03-18 14:53:38 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-18 14:53:38 +0200 |
commit | 75dda82526d8257962b952bf411da7edcaee5cf1 (patch) | |
tree | 1aa4a724b10969054f71296f6c52b946d7fb468d /sql-common | |
parent | 2b16cf783f05f30ef820e03c739609e682c28766 (diff) | |
download | mariadb-git-75dda82526d8257962b952bf411da7edcaee5cf1.tar.gz |
Removed compiler warning
Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-common/client.c b/sql-common/client.c index 6d0da338543..27492e8d405 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -2233,6 +2233,7 @@ void STDCALL mysql_close(MYSQL *mysql) DBUG_VOID_RETURN; } + static my_bool cli_read_query_result(MYSQL *mysql) { uchar *pos; |