-
unknown authored
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
a00d38e9