• unknown's avatar
    Fixed a bug in make test, non-debug version. · 75d312bc
    unknown authored
    
    sql/slave.cc:
      Released some variables in non-debug version. These are needed
      in mysqld.cc my_getopt struct, which defines some options,
      which are used by mysql_test in a non-debug version.
    sql/sql_repl.cc:
      Released some variables in non-debug version. These are needed
      in mysqld.cc my_getopt struct, which defines some options,
      which are used by mysql_test in a non-debug version.
    75d312bc
sql_repl.cc 26.9 KB