From 9ad7aedb41feeddc5a872cf330197d6e3efc14ed Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 29 May 2001 13:46:17 +0300 Subject: Fixed problems with decimals withing IF() Force add of FN_LIBCHAR to symlinks on windows Docs/manual.texi: Cleanup & Changelog client/mysqladmin.c: Added quoting for 'drop database' client/mysqlcheck.c: Fixed wrong comment syntax libmysql/net.c: Cleanup mysql-test/mysql-test-run.sh: Better error message. mysql-test/r/func_test.result: test for if() mysql-test/t/func_test.test: test for if() mysys/mf_pack.c: Force add of FN_LIBCHAR to symlinks on windows. sql/item_cmpfunc.cc: Fixed problems with decimals withing IF() sql/mysqlbinlog.cc: Better error messages. sql/sql_repl.cc: Better error messages. --- libmysql/net.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmysql/net.c') diff --git a/libmysql/net.c b/libmysql/net.c index f60a2a20ce0..11497cc7077 100644 --- a/libmysql/net.c +++ b/libmysql/net.c @@ -34,7 +34,6 @@ #include #include #include -#include #ifdef MYSQL_SERVER ulong max_allowed_packet=65536; -- cgit v1.2.1