diff options
author | unknown <knielsen@knielsen-hq.org> | 2009-12-06 18:34:54 +0100 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2009-12-06 18:34:54 +0100 |
commit | 961821d7aee482fcf4edb57a98fe9a2d580200ec (patch) | |
tree | 1afffd31e7380eed160ae5230aad827a36032f92 /vio | |
parent | d8e44ef589964a7afc28ffd7c1398be168a9d693 (diff) | |
download | mariadb-git-961821d7aee482fcf4edb57a98fe9a2d580200ec.tar.gz |
Fix some compiler warnings.
Fix bad merge causing error when specifying test case in non-default suite for mysql-test-run.
Implement the ability to add extra flags and configure options when running BUILD/xxx scripts.
Improve unclear help text in mysql-test-run
BUILD/FINISH.sh:
Implement the ability to add extra flags and configure options when running BUILD/xxx scripts.
BUILD/SETUP.sh:
Implement the ability to add extra flags and configure options when running BUILD/xxx scripts.
extra/yassl/taocrypt/include/block.hpp:
Fix some compiler warnings.
mysql-test/lib/mtr_cases.pm:
Fix bad merge causing error when specifying test case in non-default suite for mysql-test-run.
Also remove some non-essential differences to mysql version to simplify future merges.
mysql-test/mysql-test-run.pl:
Improve help texts.
plugin/fulltext/plugin_example.c:
Fix some compiler warnings.
vio/viosslfactories.c:
Fix some compiler warnings.
Diffstat (limited to 'vio')
-rw-r--r-- | vio/viosslfactories.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vio/viosslfactories.c b/vio/viosslfactories.c index 51d049b18b9..d0a0a69f70b 100644 --- a/vio/viosslfactories.c +++ b/vio/viosslfactories.c @@ -19,7 +19,6 @@ static my_bool ssl_algorithms_added = FALSE; static my_bool ssl_error_strings_loaded= FALSE; -static int verify_depth = 0; static unsigned char dh512_p[]= { |