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

This commit is contained in:
guilhem@mysql.com 2004-11-11 10:24:16 +01:00
parent f9a51b66ae
commit 91a40d4220

View file

@ -2111,6 +2111,7 @@ start_transaction_opts:
{
$$= MYSQL_START_TRANS_OPT_WITH_CONS_SNAPSHOT;
}
;
slave_thread_opts:
{ Lex->slave_thd_opt= 0; }