diff options
author | monty@hundin.mysql.fi <> | 2001-12-23 02:43:46 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-23 02:43:46 +0200 |
commit | d2cae5740207c503ef545e64fc1a0d88faec5bf1 (patch) | |
tree | c49964609935e7b3c7d648539cf1122a6b4a39b9 /sql-bench | |
parent | 95a3bfac1d5a3e6e1f9482a936d05f970eafcf46 (diff) | |
download | mariadb-git-d2cae5740207c503ef545e64fc1a0d88faec5bf1.tar.gz |
Limit created keys to MAX_KEY_LENGTH.
Fix problem with query cache and database names
Diffstat (limited to 'sql-bench')
-rw-r--r-- | sql-bench/test-wisconsin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-wisconsin.sh b/sql-bench/test-wisconsin.sh index e7e3a0f235a..adc3e5b5aa4 100644 --- a/sql-bench/test-wisconsin.sh +++ b/sql-bench/test-wisconsin.sh @@ -242,7 +242,7 @@ sub init_data { @onek= $server->create("onek", - ["unique1 int(4) NOT NULL", + ["unique1 int(5) NOT NULL", "unique2 int(4) NOT NULL", "two int(4)", "four int(4)", |