summaryrefslogtreecommitdiff
path: root/mysql-test/t/openssl_1.test
diff options
context:
space:
mode:
authorpaul@teton.kitebird.com <>2003-07-15 14:37:22 -0500
committerpaul@teton.kitebird.com <>2003-07-15 14:37:22 -0500
commit27a82c836c1c2ce271c9bf17a12be5dd1219a190 (patch)
tree93328bd4f71c62536e2889fcc71e97584048f4a3 /mysql-test/t/openssl_1.test
parent96689393e51fd08e43b225f17c456df049e5d6d5 (diff)
downloadmariadb-git-27a82c836c1c2ce271c9bf17a12be5dd1219a190.tar.gz
Update openssl_1 test.
Diffstat (limited to 'mysql-test/t/openssl_1.test')
-rw-r--r--mysql-test/t/openssl_1.test2
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);