mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Fix for autobuild failure: forgotten ';' (bison 1.875 accepts if it's not there, but 1.75 does not)
This commit is contained in:
parent
f9a51b66ae
commit
91a40d4220
1 changed files with 1 additions and 0 deletions
|
@ -2111,6 +2111,7 @@ start_transaction_opts:
|
|||
{
|
||||
$$= MYSQL_START_TRANS_OPT_WITH_CONS_SNAPSHOT;
|
||||
}
|
||||
;
|
||||
|
||||
slave_thread_opts:
|
||||
{ Lex->slave_thd_opt= 0; }
|
||||
|
|
Loading…
Reference in a new issue