summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
authorunknown <wax@mysql.com>2003-07-31 04:14:36 +0600
committerunknown <wax@mysql.com>2003-07-31 04:14:36 +0600
commitd4494c9f21a4650a9d82cd00d0bd7c7412c58d5e (patch)
tree2cdabb16714278d546ecfb7c0b802f6f535363ed /include/config-win.h
parente8d5bb189500ca968f4653ad9bfb1a97aba25a93 (diff)
downloadmariadb-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.h1
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 */