mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into quad.:/mnt/raid/alik/MySQL/devel/5.1-rt
This commit is contained in:
commit
0ab3eab55c
1 changed files with 1 additions and 6 deletions
|
@ -10312,12 +10312,6 @@ TEXT_STRING_filesystem:
|
|||
|
||||
ident:
|
||||
IDENT_sys { $$=$1; }
|
||||
| READ_ONLY_SYM
|
||||
{
|
||||
THD *thd= YYTHD;
|
||||
$$.str= thd->strmake("read_only",9);
|
||||
$$.length= 9;
|
||||
}
|
||||
| keyword
|
||||
{
|
||||
THD *thd= YYTHD;
|
||||
|
@ -10622,6 +10616,7 @@ keyword_sp:
|
|||
| QUARTER_SYM {}
|
||||
| QUERY_SYM {}
|
||||
| QUICK {}
|
||||
| READ_ONLY_SYM {}
|
||||
| REBUILD_SYM {}
|
||||
| RECOVER_SYM {}
|
||||
| REDO_BUFFER_SIZE_SYM {}
|
||||
|
|
Loading…
Reference in a new issue