diff options
author | unknown <hf@deer.(none)> | 2003-06-18 10:34:09 +0500 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2003-06-18 10:34:09 +0500 |
commit | 4c7431dc906cd5e5dba8515ec63107b590708898 (patch) | |
tree | c7c363a4269828e42d8b8818c5c01e520b608dd5 /libmysql/client_settings.h | |
parent | 46cb15ccd477007c8ba2abaa90f86960a8adc7bd (diff) | |
download | mariadb-git-4c7431dc906cd5e5dba8515ec63107b590708898.tar.gz |
Last part of resolving conflicts after pull
Some intersections with Monty encountered
libmysql/client_settings.h:
We don't need the trick with macroses since Monty moved cli_mysql_use_result
into sql-common/client.c
libmysql/libmysql.c:
mysql_use_result moved in sql-common/client.c
sql-common/client.c:
code simplified with the moving of mysql_use_result here
sql/client_settings.h:
we don't need this #define anymore
sql/sql_client.cc:
this function was moved to sql-common/pack.c by me
i think the pack.c is the better place for it
Diffstat (limited to 'libmysql/client_settings.h')
-rw-r--r-- | libmysql/client_settings.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libmysql/client_settings.h b/libmysql/client_settings.h index d4e8be84c48..43f341c7b1c 100644 --- a/libmysql/client_settings.h +++ b/libmysql/client_settings.h @@ -41,7 +41,3 @@ my_bool send_file_to_server(MYSQL *mysql, const char *filename); #define reset_sigpipe(mysql) #endif -#define CLI_MYSQL_USE_RESULT cli_mysql_use_result - -MYSQL_RES * STDCALL cli_mysql_use_result(MYSQL *mysql); - |