bug #25890 (mysqltest_embedded crashes on start)
binlog_filter and rpl_filter are initialized in server's 'main' function which doesn't work in the embedded server. So this code moved to function working in both cases. sql/mysqld.cc: rpl_filter/binlog_filter initializations moved to init_common_variables() function. That will be called by both 'standalone' and 'embedded' servers
Showing
Please register or sign in to comment