mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35: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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue