mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.1
This commit is contained in:
commit
809d419145
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ opt_table_options:
|
|||
|
||||
table_options:
|
||||
table_option { $$=$1; }
|
||||
| table_option table_options { $$= $1 | $2 }
|
||||
| table_option table_options { $$= $1 | $2; }
|
||||
|
||||
table_option:
|
||||
TEMPORARY { $$=HA_LEX_CREATE_TMP_TABLE; }
|
||||
|
|
Loading…
Add table
Reference in a new issue