diff options
author | unknown <ramil/ram@mysql.com/myoffice.izhnet.ru> | 2006-11-03 15:27:37 +0400 |
---|---|---|
committer | unknown <ramil/ram@mysql.com/myoffice.izhnet.ru> | 2006-11-03 15:27:37 +0400 |
commit | bc9f90116925395be44ca511e1c562a2f3daa837 (patch) | |
tree | fdea56ca877de5aeb535e0923ee75dee34fca32c /mysql-test/r/binlog.result | |
parent | 7018da5490394ba44022eef6485b40df99df5cae (diff) | |
download | mariadb-git-bc9f90116925395be44ca511e1c562a2f3daa837.tar.gz |
Fix for bug #19736 VIEW: column names not quoted properly when view is replicated
When we write 'query=...' string to a frm file for views on a slave,
indentifiers are not properly quoted due to missing OPTION_QUOTE_SHOW_CREATE
flag in the thd->options.
Fix: properly set thd->options for the slave thread.
mysql-test/r/rpl_view.result:
Fix for bug #19736 VIEW: column names not quoted properly when view is replicated
- result adjusted.
sql/slave.cc:
Fix for bug #19736 VIEW: column names not quoted properly when view is replicated
- properly set thd->options only in one place (in the set_slave_thread_options()),
using thd_startup_options. As a side effect we have OPTION_BIG_SELECTS flag set
after the set_slave_thread_options() call from the
log_enevt.cc:Rotate_log_event::exec_event().
Diffstat (limited to 'mysql-test/r/binlog.result')
0 files changed, 0 insertions, 0 deletions