From 5658ff8237dc6e08e07154ef2a9a7c0ce3e0a453 Mon Sep 17 00:00:00 2001 From: "tonu@volk.internalnet" <> Date: Sun, 30 Sep 2001 10:46:20 +0800 Subject: SSL compiles and works as far as can see. Continue testing.. --- mysql-test/install_test_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/install_test_db.sh') diff --git a/mysql-test/install_test_db.sh b/mysql-test/install_test_db.sh index 0535b66e289..f810d2d9ad4 100644 --- a/mysql-test/install_test_db.sh +++ b/mysql-test/install_test_db.sh @@ -134,7 +134,7 @@ then c_u="$c_u References_priv enum('N','Y') DEFAULT 'N' NOT NULL," c_u="$c_u Index_priv enum('N','Y') DEFAULT 'N' NOT NULL," c_u="$c_u Alter_priv enum('N','Y') DEFAULT 'N' NOT NULL," - c_u="$c_u ssl_type enum('none', 'cipher', 'x509','issuer','subject') NOT NULL," + c_u="$c_u ssl_type enum('NONE','ANY', 'X509', 'SPECIFIED') NOT NULL," c_u="$c_u ssl_cipher char(60) NULL," c_u="$c_u x509_issuer blob NULL," c_u="$c_u x509_subject blob NULL," -- cgit v1.2.1