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 /config/ac-macros/openssl.m4 | |
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 'config/ac-macros/openssl.m4')
-rw-r--r-- | config/ac-macros/openssl.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/ac-macros/openssl.m4 b/config/ac-macros/openssl.m4 index 9da0e38f2ba..6541a492247 100644 --- a/config/ac-macros/openssl.m4 +++ b/config/ac-macros/openssl.m4 @@ -89,9 +89,6 @@ AC_MSG_CHECKING(for OpenSSL) fi MYSQL_FIND_OPENSSL([$openssl_includes], [$openssl_libs]) #force VIO use - vio_dir="vio" - vio_libs="../vio/libvio.la" - AC_DEFINE([HAVE_VIO], [1], [Virtual IO]) AC_MSG_RESULT(yes) openssl_libs="-L$OPENSSL_LIB -lssl -lcrypto" # Don't set openssl_includes to /usr/include as this gives us a lot of |