summaryrefslogtreecommitdiff
path: root/sql-bench/print-limit-table
diff options
context:
space:
mode:
Diffstat (limited to 'sql-bench/print-limit-table')
-rwxr-xr-xsql-bench/print-limit-table2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/print-limit-table b/sql-bench/print-limit-table
index 787eb88ae07..183f2453175 100755
--- a/sql-bench/print-limit-table
+++ b/sql-bench/print-limit-table
@@ -161,7 +161,7 @@ print_match("Order by and group by","order|having|group");
print_match("Join methods",'join|subqueries|multi_table|select_table_update');
print_match("String handling","string|select_constant|quote_with|double_quotes|end_space");
print_match("Quoting","quote");
-print_match("Name limits","name");
+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');