diff options
author | unknown <paul@teton.kitebird.com> | 2003-07-15 14:37:22 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2003-07-15 14:37:22 -0500 |
commit | 6b52f58255dd67a91d7cd0afa45f69607f498d0a (patch) | |
tree | 93328bd4f71c62536e2889fcc71e97584048f4a3 /mysql-test/t/openssl_1.test | |
parent | cb8e29cb43e927f110b16ac959ee7afde82bf5df (diff) | |
download | mariadb-git-6b52f58255dd67a91d7cd0afa45f69607f498d0a.tar.gz |
Update openssl_1 test.
Diffstat (limited to 'mysql-test/t/openssl_1.test')
-rw-r--r-- | mysql-test/t/openssl_1.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/openssl_1.test b/mysql-test/t/openssl_1.test index 3af7406cef3..c1c818efb70 100644 --- a/mysql-test/t/openssl_1.test +++ b/mysql-test/t/openssl_1.test @@ -2,7 +2,9 @@ # Use mysql-test-run with --with-openssl option. -- source include/have_openssl_1.inc +--disable_warnings drop table if exists t1; +--enable_warnings create table t1(f1 int); insert into t1 values (5); |