Added ending ';' for the start_transaction_opts:

This commit is contained in:
ram@gw.mysql.r18.ru 2004-11-11 10:50:46 +04:00
commit 582f9a8900

View file

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