summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-03-18 14:53:38 +0200
committerunknown <monty@mysql.com>2004-03-18 14:53:38 +0200
commit5b624042b86fc7661fcfebea24e60426e1ebcd81 (patch)
tree1aa4a724b10969054f71296f6c52b946d7fb468d /include/mysql.h
parent93ca1bfac6d5607cba6775e20e8f302ad0faf9b8 (diff)
downloadmariadb-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 'include/mysql.h')
-rw-r--r--include/mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 1bcc2a58534..e14381a94de 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -590,7 +590,7 @@ typedef struct st_mysql_methods
int (*unbuffered_fetch)(MYSQL *mysql, char **row);
void (*free_embedded_thd)(MYSQL *mysql);
const char *(*read_statistics)(MYSQL *mysql);
- int (*next_result)(MYSQL *mysql);
+ my_bool (*next_result)(MYSQL *mysql);
int (*read_change_user_result)(MYSQL *mysql, char *buff, const char *passwd);
#endif
} MYSQL_METHODS;