summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_ndb_circular.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/rpl_ndb_circular.result')
-rw-r--r--mysql-test/r/rpl_ndb_circular.result8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_ndb_circular.result b/mysql-test/r/rpl_ndb_circular.result
index 88516b757df..e4b5e9b9216 100644
--- a/mysql-test/r/rpl_ndb_circular.result
+++ b/mysql-test/r/rpl_ndb_circular.result
@@ -52,6 +52,10 @@ Master_SSL_Cipher
Master_SSL_Key
Seconds_Behind_Master #
Master_SSL_Verify_Server_Cert No
+Last_IO_Errno 0
+Last_IO_Error
+Last_SQL_Errno 0
+Last_SQL_Error
SELECT * FROM t1 ORDER BY a;
a b
1 2
@@ -91,5 +95,9 @@ Master_SSL_Cipher
Master_SSL_Key
Seconds_Behind_Master #
Master_SSL_Verify_Server_Cert No
+Last_IO_Errno 0
+Last_IO_Error
+Last_SQL_Errno 0
+Last_SQL_Error
STOP SLAVE;
DROP TABLE t1;