diff options
author | unknown <tonu@volk.internalnet> | 2001-09-22 22:32:43 +0800 |
---|---|---|
committer | unknown <tonu@volk.internalnet> | 2001-09-22 22:32:43 +0800 |
commit | a6397f17f7d28a45f38956971a0cbfa9fbc5a371 (patch) | |
tree | 87ae13dc38b8ce2245346961c9fe7466017f83af /Build-tools | |
parent | ce7075e82cb6b91fb9baaa900e5fce1a80cc26e1 (diff) | |
download | mariadb-git-a6397f17f7d28a45f38956971a0cbfa9fbc5a371.tar.gz |
SSL parser changes to allow SSL specific GRANT commands
Build-tools/Do-all-build-steps:
We need to test SSL stuff. Now we do it.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index cb7bb999513..e17e6acf305 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -65,6 +65,8 @@ aclocal; autoheader; aclocal; automake; autoconf --enable-thread-safe-client \ --with-berkeley-db \ --with-innodb \ + --with-openssl \ + --with-vio \ --without-pstack \ --with-extra-tools \ --with-embedded-server |