summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/innodb_bug56947.result
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-02-08 10:06:18 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-02-08 12:36:07 +0200
commit9fa20716b6dc47e28a8c99c5ecd5795c9088d811 (patch)
treeca3652c6c660cc30a3f973de1a38e8103df39af6 /mysql-test/suite/innodb/r/innodb_bug56947.result
parenta75633b5bdd88a239b2227de237d2f23003d8ea8 (diff)
downloadmariadb-git-9fa20716b6dc47e28a8c99c5ecd5795c9088d811.tar.gz
Remove some more error log spam.
Do not effectively set DEBUG_DBUG='d' by setting DEBUG_DBUG='-d,...'. Instead, restore the saved value of DEBUG_DBUG. Also, split the test innodb_fts.innodb_fts_misc_debug into innodb_fts.crash_recovery and innodb_fts.misc_debug, and enable these tests for --valgrind, the latter test for --embedded, and the former tests for the non-debug server.
Diffstat (limited to 'mysql-test/suite/innodb/r/innodb_bug56947.result')
-rw-r--r--mysql-test/suite/innodb/r/innodb_bug56947.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/innodb_bug56947.result b/mysql-test/suite/innodb/r/innodb_bug56947.result
index 878450144a2..4248013b088 100644
--- a/mysql-test/suite/innodb/r/innodb_bug56947.result
+++ b/mysql-test/suite/innodb/r/innodb_bug56947.result
@@ -3,7 +3,6 @@ create table bug56947(a int not null) engine = innodb;
SET DEBUG_DBUG='+d,ib_rebuild_cannot_rename';
alter table bug56947 add unique index (a);
ERROR HY000: Got error 11 "xxx" from storage engine InnoDB
-SET DEBUG_DBUG='-d,ib_rebuild_cannot_rename';
check table bug56947;
Table Op Msg_type Msg_text
test.bug56947 check status OK