mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fixed bug in 'drop table'
Portability fixes
This commit is contained in:
parent
af297a21c3
commit
08a2c58ed1
53 changed files with 811 additions and 301 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue