summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-03-18 14:53:38 +0200
committermonty@mysql.com <>2004-03-18 14:53:38 +0200
commit75dda82526d8257962b952bf411da7edcaee5cf1 (patch)
tree1aa4a724b10969054f71296f6c52b946d7fb468d /sql-common
parent2b16cf783f05f30ef820e03c739609e682c28766 (diff)
downloadmariadb-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.c1
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;