mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge work:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
commit
6cffc526b5
4 changed files with 7 additions and 1 deletions
|
|
@ -1716,6 +1716,7 @@ mysql_execute_command(void)
|
|||
case SQLCOM_BEGIN:
|
||||
thd->options|= OPTION_BEGIN;
|
||||
thd->server_status|= SERVER_STATUS_IN_TRANS;
|
||||
send_ok(&thd->net);
|
||||
break;
|
||||
case SQLCOM_COMMIT:
|
||||
thd->options&= ~OPTION_BEGIN;
|
||||
|
|
|
|||
|
|
@ -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