diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-09-10 16:04:44 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-09-10 16:04:44 +0200 |
commit | d019af402cdaa80bd03ad8a5cf2c11cf54443248 (patch) | |
tree | bcbe5acdb8804a3087639b6d9de70c3d1149cb65 /mysql-test/mysql-test-run.pl | |
parent | d8cbad069acd171c0b9d417fbda74aaf1f3c96a1 (diff) | |
download | mariadb-git-d019af402cdaa80bd03ad8a5cf2c11cf54443248.tar.gz |
misc after-merge changes:
* remove new InnoDB-specific ER_ and HA_ERR_ codes
* renamed few old ER_ and HA_ERR_ error messages to be less MyISAM-specific
* remove duplicate enum definitions (durability_properties, icp_result)
* move new mysql-test include files to their owner suite
* rename xtradb.rdiff files to *-disabled
* remove mistakenly committed helper perl module
* remove long obsolete handler::ha_statistic_increment() method
* restore the standard C xid_t structure to not have setters and getters
* remove xid_t::reset that was cleaning too much
* move MySQL-5.7 ER_ codes where they belong
* fir innodb to include service_wsrep.h not internal wsrep headers
* update tests and results
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index afad786358b..cf54d9e7a3f 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -4400,7 +4400,6 @@ sub extract_warning_lines ($$) { qr/Slave SQL thread retried transaction/, qr/Slave \(additional info\)/, qr/Incorrect information in file/, - qr/Incorrect key file for table .*crashed.*/, qr/Slave I\/O: Get master SERVER_ID failed with error:.*/, qr/Slave I\/O: Get master clock failed with error:.*/, qr/Slave I\/O: Get master COLLATION_SERVER failed with error:.*/, |