diff options
author | unknown <monty@mashka.mysql.fi> | 2003-08-15 09:54:19 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-08-15 09:54:19 +0300 |
commit | e95557a045b0a35e8938e15924d9a7a8cb51a407 (patch) | |
tree | 8af6b315e91238a5e5102bbf069129cfc58554b0 /include | |
parent | 6d538e69f78c1b5226ca1d87841c66a19bf843ef (diff) | |
download | mariadb-git-e95557a045b0a35e8938e15924d9a7a8cb51a407.tar.gz |
Cleanups to recent patches
Fix packet error when using wrong GRANT command
include/config-win.h:
Changed back to test for HAVE_SETFILEPOINTER instead of operating system
mysql-test/r/grant.result:
Extra test to catch wrong packet bug
mysql-test/t/grant.test:
Extra test to catch wrong packet bug
mysys/my_chsize.c:
Cleanup
sql/opt_range.cc:
Fix to recent BETWEEN patch
sql/sql_acl.cc:
Fix packet error when using wrong GRANT command
sql/sql_select.cc:
Cleanups
Added not critical out-of-memory check
Diffstat (limited to 'include')
-rw-r--r-- | include/config-win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index 69020636893..9f903b3bcd2 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -276,6 +276,7 @@ inline double ulonglong2double(ulonglong value) #define HAVE_ISAM /* We want to have support for ISAM in 4.0 */ #define HAVE_QUERY_CACHE #define SPRINTF_RETURNS_INT +#define HAVE_SETFILEPOINTER #ifdef NOT_USED #define HAVE_SNPRINTF /* Gave link error */ |