mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Merge work:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
This commit is contained in:
commit
dbd04cab86
2 changed files with 2 additions and 1 deletions
|
|
@ -2851,7 +2851,7 @@ grant_option:
|
|||
| WITH GRANT OPTION { Lex->grant |= GRANT_ACL;}
|
||||
|
||||
begin:
|
||||
BEGIN_SYM { Lex->sql_command = SQLCOM_COMMIT;} opt_work
|
||||
BEGIN_SYM { Lex->sql_command = SQLCOM_BEGIN;} opt_work
|
||||
|
||||
opt_work:
|
||||
/* empty */ {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue