diff options
author | monty@donna.mysql.com <> | 2000-11-29 05:09:28 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-11-29 05:09:28 +0200 |
commit | 08a2c58ed1fb3c11484681d1eabe8906cfd1d001 (patch) | |
tree | ee9a533ec9c7faa983b88519569d772d4c829bc1 /sql-bench/limits/msql.cfg | |
parent | af297a21c369ab2d97623513316a7a81af9dc7b7 (diff) | |
download | mariadb-git-08a2c58ed1fb3c11484681d1eabe8906cfd1d001.tar.gz |
Fixed bug in 'drop table'
Portability fixes
Diffstat (limited to 'sql-bench/limits/msql.cfg')
-rw-r--r-- | sql-bench/limits/msql.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/limits/msql.cfg b/sql-bench/limits/msql.cfg index 028eb4cd399..382f3e2ae81 100644 --- a/sql-bench/limits/msql.cfg +++ b/sql-bench/limits/msql.cfg @@ -97,7 +97,7 @@ multi_drop=no # many tables to drop table multi_strings=no # Multiple line strings multi_table_delete=no # DELETE FROM table1,table2... multi_table_update=no # Update with many tables -multi_value_insert=no # Value lists in INSERT +insert_multi_value=no # Value lists in INSERT natural_join=no # natural join natural_left_outer_join=no # natural left outer join no_primary_key=yes # Tables without primary key |