Commit e9c2a370 authored by guilhem@mysql.com's avatar guilhem@mysql.com

LOCAL is an alias of NO_WRITE_TO_BINLOG

parent 3d784a41
......@@ -1796,6 +1796,7 @@ optimize:
opt_no_write_to_binlog:
/* empty */ { $$= 0; }
| NO_WRITE_TO_BINLOG { $$= 1; }
| LOCAL_SYM { $$= 1; }
;
rename:
......
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