summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqlcheck.result
diff options
context:
space:
mode:
authorMagnus Svensson <msvensson@mysql.com>2009-01-26 15:20:33 +0100
committerMagnus Svensson <msvensson@mysql.com>2009-01-26 15:20:33 +0100
commit2bea349becb02b21d6ce97a6291648a486bf01a9 (patch)
tree4a738571fdc0549c35d3c9896f4173142d37e49f /mysql-test/r/mysqlcheck.result
parentccca3dfa4efe2fc82f1ac5e2adb7da78925a1f9c (diff)
downloadmariadb-git-2bea349becb02b21d6ce97a6291648a486bf01a9.tar.gz
WL#4189 mtr.pl v2
- rewrite "check warnings" to be faster by not creating a full join between error_log and suspicious_patterns while running REGEXP. Instead add a column to error_log that will be set to 1 to indicate a warning and run the 6 REGEXP's we have for suspicious lines as 6 separate full table scans. - Remove the "suspicious_patterns" table from mtr db - Use 'xykls37' as separator when loading the error log, that line should hopefully never exist in a line that should be a warning
Diffstat (limited to 'mysql-test/r/mysqlcheck.result')
-rw-r--r--mysql-test/r/mysqlcheck.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/mysqlcheck.result b/mysql-test/r/mysqlcheck.result
index b98a800fb36..c25275cb75a 100644
--- a/mysql-test/r/mysqlcheck.result
+++ b/mysql-test/r/mysqlcheck.result
@@ -2,7 +2,6 @@ DROP TABLE IF EXISTS t1, `t``1`, `t 1`;
drop view if exists v1;
drop database if exists client_test_db;
mtr.global_suppressions OK
-mtr.suspicious_patterns OK
mtr.test_suppressions OK
mysql.columns_priv OK
mysql.db OK