mariadb/mysql-test/extra
8fb14b6df1 Bug #45214 get_master_version_and_clock does not report error when queries fail
The "get_master_version_and_clock(...)" function in sql/slave.cc ignores 
error and passes directly when queries fail, or queries succeed 
but the result retrieved is empty.
  
The "get_master_version_and_clock(...)" function should try to reconnect master
if queries fail because of transient network problems, and fail otherwise.
The I/O thread should print a warning if the some system variables do not 
exist on master (very old master)
2009-07-16 14:56:43 +08:00
..
binlog_tests Fix for bug#45998: database crashes when running 2009-07-14 20:07:29 +05:00
rpl_tests Bug #45214 get_master_version_and_clock does not report error when queries fail 2009-07-16 14:56:43 +08:00