diff options
author | Georg Richter <georg@mariadb.com> | 2021-07-08 13:25:38 +0200 |
---|---|---|
committer | Georg Richter <georg@mariadb.com> | 2021-07-08 16:29:10 +0200 |
commit | 76e0e9a7561de3d5a021f98c4178768a34dbacdc (patch) | |
tree | efe651b873bcf61e61023c0e03b48daa0ad47eed /mysql-test/suite/binlog_encryption/rpl_sync.result | |
parent | 621fae3cbc79eb4d0277c40993328faa4019e95f (diff) | |
download | mariadb-git-bb-10.2-MDEV26113.tar.gz |
MDEV-26113: Replace MariaDB Connector/C 3.1bb-10.2-MDEV26113
Since MariaDB Connector / C 3.1 has reached the end
of its term, it has been replaced by the current
version 3.2.
Due to the integration of the tasks MDEV-8334
(rename utf8 to utf8mb3) and MDEV-22189 (change error
messages) in MariaDB Connector / C 3.2, numerous tests
had to be adapted.
Diffstat (limited to 'mysql-test/suite/binlog_encryption/rpl_sync.result')
-rw-r--r-- | mysql-test/suite/binlog_encryption/rpl_sync.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/binlog_encryption/rpl_sync.result b/mysql-test/suite/binlog_encryption/rpl_sync.result index 1240c446164..5fa3a07a4e7 100644 --- a/mysql-test/suite/binlog_encryption/rpl_sync.result +++ b/mysql-test/suite/binlog_encryption/rpl_sync.result @@ -22,7 +22,7 @@ connection slave; include/stop_slave_io.inc SET SESSION debug_dbug="d,crash_before_rotate_relaylog"; FLUSH LOGS; -ERROR HY000: Lost connection to MySQL server during query +ERROR HY000: Lost connection to server during query include/rpl_reconnect.inc =====Dumping and comparing tables=======; include/start_slave.inc @@ -40,7 +40,7 @@ insert into t1(a) values(9); connection slave; SET SESSION debug_dbug="d,crash_before_rotate_relaylog"; FLUSH LOGS; -ERROR HY000: Lost connection to MySQL server during query +ERROR HY000: Lost connection to server during query include/rpl_reconnect.inc =====Dumping and comparing tables=======; include/start_slave.inc |