diff options
author | unknown <wax@mysql.com> | 2003-07-31 04:14:36 +0600 |
---|---|---|
committer | unknown <wax@mysql.com> | 2003-07-31 04:14:36 +0600 |
commit | d4494c9f21a4650a9d82cd00d0bd7c7412c58d5e (patch) | |
tree | 2cdabb16714278d546ecfb7c0b802f6f535363ed /include/config-win.h | |
parent | e8d5bb189500ca968f4653ad9bfb1a97aba25a93 (diff) | |
download | mariadb-git-d4494c9f21a4650a9d82cd00d0bd7c7412c58d5e.tar.gz |
BUG
Add functions SetFilePointerEx and SetEndOfFile for huge
tables instead of chsize
Move chsize to right place
include/config-win.h:
add HAVE_SETFILEPOINTER
mysys/my_chsize.c:
Add functions SetFilePointerEx and SetEndOfFile for huge tables
Move chsize to right place
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'include/config-win.h')
-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..cde77a6e0aa 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 /* SetFilePointer function for huge files */ #ifdef NOT_USED #define HAVE_SNPRINTF /* Gave link error */ |