mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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"
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