• unknown's avatar
    bug #25890 (mysqltest_embedded crashes on start) · a00d38e9
    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
mysqld.cc 295 KB