1
0
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:
kent@mysql.com
2005-05-18 12:15:28 +02:00
parent 4dca62401c
commit 318c41e94d
4 changed files with 15 additions and 1 deletions

View File

@@ -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");