Commit 91a40d42 authored by guilhem@mysql.com's avatar guilhem@mysql.com

Fix for autobuild failure: forgotten ';' (bison 1.875 accepts if it's not there, but 1.75 does not)

parent f9a51b66
......@@ -2111,6 +2111,7 @@ start_transaction_opts:
{
$$= MYSQL_START_TRANS_OPT_WITH_CONS_SNAPSHOT;
}
;
slave_thread_opts:
{ Lex->slave_thd_opt= 0; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment