mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
default.c:
Disabled use of GetSystemWindowsDirectory() when compiled with VC6 mysql.cc: Removed unused variable 'field' from print_warnings() libmysql.dsp: Added "my_chsize.c" and "my_seek.c" mysqlclient.dsp: Added "my_chsize.c" VC++Files/client/mysqlclient.dsp: Added "my_chsize.c" VC++Files/libmysql/libmysql.dsp: Added "my_chsize.c" and "my_seek.c" client/mysql.cc: Removed unused variable 'field' from print_warnings() mysys/default.c: Disabled use of GetSystemWindowsDirectory() when compiled with VC6
This commit is contained in:
@ -2244,7 +2244,6 @@ print_warnings()
|
||||
char query[30];
|
||||
MYSQL_RES *result;
|
||||
MYSQL_ROW cur;
|
||||
MYSQL_FIELD *field;
|
||||
|
||||
/* Get the warnings */
|
||||
strmov(query,"show warnings");
|
||||
|
Reference in New Issue
Block a user