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/print-limit-table | |
parent | af297a21c369ab2d97623513316a7a81af9dc7b7 (diff) | |
download | mariadb-git-08a2c58ed1fb3c11484681d1eabe8906cfd1d001.tar.gz |
Fixed bug in 'drop table'
Portability fixes
Diffstat (limited to 'sql-bench/print-limit-table')
-rwxr-xr-x | sql-bench/print-limit-table | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sql-bench/print-limit-table b/sql-bench/print-limit-table index 183f2453175..53b62ae3397 100755 --- a/sql-bench/print-limit-table +++ b/sql-bench/print-limit-table @@ -163,10 +163,14 @@ print_match("String handling","string|select_constant|quote_with|double_quotes|e print_match("Quoting","quote"); print_match("Name limits","name","alter"); print_match("Index limits",'index|primary|unique'); -print_match("Type limits",'char|float|binary|text_size|date|end_space'); -print_match("Expression limits",'expression|conditions|select_limit'); +print_match("Type limits",'char|float|text_size|date|end_space','atomic'); +print_match("Expressions",'expression|conditions|select_limit|binary|hex|cast|logical|true_false'); print_match("Comments",'comment'); print_match("ALTER TABLE",'alter'); +print_match("CREATE and DROP",'create|drop|rowid|temporary|domains|truncate'); +print_match("SELECT",'alias|compute|select|table_wildcard'); +print_match("Sets",'intersect|minus|union|except'); +print_match("INSERT",'insert'); print_options("Other features"); print_match("Other limits",'\S'); |