diff options
author | konstantin@mysql.com <> | 2005-03-06 00:10:08 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-03-06 00:10:08 +0300 |
commit | 0f1d024461161f200800626f0020daf048c10cbf (patch) | |
tree | 431745f4c1466da5a5fa719302ab3a443eb8f819 /include/config-win.h | |
parent | e25a5877e02f5140a7a23a88493e484003bdbbad (diff) | |
download | mariadb-git-0f1d024461161f200800626f0020daf048c10cbf.tar.gz |
Porting of "buffered read" patch to 5.0 and post-review fixes.
The patch implements the idea suggested by Olaf van der Spek in
thread "Client: many small reads?" (internals@lists.mysql.com).
Now small reads performed by the client library are buffered.
The buffering gives up to 2 times speedup when retrieving
one-column tables.
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config-win.h b/include/config-win.h index e86e0f08596..4ef5c9323e7 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -308,7 +308,7 @@ inline double ulonglong2double(ulonglong value) #define HAVE_QUERY_CACHE #define SPRINTF_RETURNS_INT #define HAVE_SETFILEPOINTER -#define HAVE_VIO +#define HAVE_VIO_READ_BUFF #ifdef NOT_USED #define HAVE_SNPRINTF /* Gave link error */ |