summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-05-18 12:15:28 +0200
committerunknown <kent@mysql.com>2005-05-18 12:15:28 +0200
commit17f37d95be4542b6b82bf1c765444441ef591837 (patch)
tree4c62bb396d10168f837a89bd3b8fc3cf70a6f1ed /client
parent37e5df797cd986ccffc4f998ff1cd1d3e0cb8aab (diff)
downloadmariadb-git-17f37d95be4542b6b82bf1c765444441ef591837.tar.gz
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
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index c3e79384938..9cdc270e8ed 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -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");