diff options
author | peter@mysql.com <> | 2002-11-24 17:07:53 +0300 |
---|---|---|
committer | peter@mysql.com <> | 2002-11-24 17:07:53 +0300 |
commit | 35ccfd0b4271336049e06e130fbfa1086ba51945 (patch) | |
tree | db7cb82e2166048d043214a331a5ad63bc7d0621 /mysql-test/install_test_db.sh | |
parent | 961317599eb1ca18547e2a6fa6c1174c6e546ab8 (diff) | |
download | mariadb-git-35ccfd0b4271336049e06e130fbfa1086ba51945.tar.gz |
SCRUM: Main change for Secure connection handling. Still needs some more coding. Commit
done for merge with newer version of code.
Diffstat (limited to 'mysql-test/install_test_db.sh')
-rw-r--r-- | mysql-test/install_test_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/install_test_db.sh b/mysql-test/install_test_db.sh index 8f90301d2d8..990c763efc8 100644 --- a/mysql-test/install_test_db.sh +++ b/mysql-test/install_test_db.sh @@ -123,7 +123,7 @@ then c_u="$c_u CREATE TABLE user (" c_u="$c_u Host char(60) binary DEFAULT '' NOT NULL," c_u="$c_u User char(16) binary DEFAULT '' NOT NULL," - c_u="$c_u Password char(16) binary DEFAULT '' NOT NULL," + c_u="$c_u Password char(45) binary DEFAULT '' NOT NULL," c_u="$c_u Select_priv enum('N','Y') DEFAULT 'N' NOT NULL," c_u="$c_u Insert_priv enum('N','Y') DEFAULT 'N' NOT NULL," c_u="$c_u Update_priv enum('N','Y') DEFAULT 'N' NOT NULL," |