1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Bug #45214 get_master_version_and_clock does not report error when queries fail

Append the patch for resolving the problems, which have been brought by commiting bug#45214.
This commit is contained in:
2009-07-17 13:07:43 +08:00
parent e9dcd96f0c
commit 28e66cdd81
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
#
source include/master-slave.inc;
source include/have_debug.inc;
#Test case 1: Try to get the value of the UNIX_TIMESTAMP from master under network disconnection
connection slave;
let $debug_saved= `select @@global.debug`;