diff options
author | monty@donna.mysql.com <> | 2000-08-15 20:09:37 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-08-15 20:09:37 +0300 |
commit | ea013c2152301e459504451efdb17f4c9bb30877 (patch) | |
tree | 5f72e7444fbc3c8d944a66b54b26550a04e4f0be /vio | |
parent | 807460bbceceec25bf97352bc5e232c3e766d70f (diff) | |
download | mariadb-git-ea013c2152301e459504451efdb17f4c9bb30877.tar.gz |
Fixed for Ia64 + delayed key creation + a lot of small bug fixes
Diffstat (limited to 'vio')
-rw-r--r-- | vio/viotest-ssl.cc | 2 | ||||
-rw-r--r-- | vio/viotest-sslconnect.cc | 2 | ||||
-rw-r--r-- | vio/viotest.cc | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/vio/viotest-ssl.cc b/vio/viotest-ssl.cc index a708831ba67..a3ad92a7c9c 100644 --- a/vio/viotest-ssl.cc +++ b/vio/viotest-ssl.cc @@ -6,8 +6,6 @@ #include <unistd.h> -VIO_RCSID(vio, viotest_ssl, "$Id$") - void fatal_error( const char* r) { diff --git a/vio/viotest-sslconnect.cc b/vio/viotest-sslconnect.cc index 505aac024f7..89e1a6e7dfe 100644 --- a/vio/viotest-sslconnect.cc +++ b/vio/viotest-sslconnect.cc @@ -13,8 +13,6 @@ #include <unistd.h> -VIO_RCSID(vio, viotest_sslconnect, "$Id$") - void fatal_error( const char* r) { diff --git a/vio/viotest.cc b/vio/viotest.cc index f675267665d..490a9ca6694 100644 --- a/vio/viotest.cc +++ b/vio/viotest.cc @@ -11,8 +11,6 @@ #include <string.h> -VIO_RCSID(vio, Vio, "$Id$") - VIO_NS_USING; int |