summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/dropdb.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/dropdb.result')
-rw-r--r--mysql-test/suite/innodb/r/dropdb.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/r/dropdb.result b/mysql-test/suite/innodb/r/dropdb.result
index 6b11b5e5205..e612b02b4c8 100644
--- a/mysql-test/suite/innodb/r/dropdb.result
+++ b/mysql-test/suite/innodb/r/dropdb.result
@@ -1,3 +1,5 @@
+SET NAMES utf8;
+call mtr.add_suppression("Invalid .old.. table or database name");
#
# Bug #19929435 DROP DATABASE HANGS WITH MALFORMED TABLE
#
@@ -6,4 +8,5 @@ create database `b`;
use `b`;
create table `#mysql50#q.q` select 1;
ERROR 42000: Incorrect table name '#mysql50#q.q'
+create table `#mysql50#q·q` select 1;
drop database `b`;