diff options
author | unknown <monty@mysql.com> | 2004-03-18 14:53:38 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-03-18 14:53:38 +0200 |
commit | 5b624042b86fc7661fcfebea24e60426e1ebcd81 (patch) | |
tree | 1aa4a724b10969054f71296f6c52b946d7fb468d /sql-common | |
parent | 93ca1bfac6d5607cba6775e20e8f302ad0faf9b8 (diff) | |
download | mariadb-git-5b624042b86fc7661fcfebea24e60426e1ebcd81.tar.gz |
Removed compiler warning
Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
include/m_ctype.h:
Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
include/mysql.h:
Removed compiler warning
libmysqld/lib_sql.cc:
Removed compiler warning
mysys/charset2html.c:
Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
regex/regcomp.c:
Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
sql-common/client.c:
Indentation fix
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; |