summaryrefslogtreecommitdiff
path: root/mysql-test/t/information_schema.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/information_schema.test')
-rw-r--r--mysql-test/t/information_schema.test8
1 files changed, 7 insertions, 1 deletions
diff --git a/mysql-test/t/information_schema.test b/mysql-test/t/information_schema.test
index b2e18097c65..62b09ebd15f 100644
--- a/mysql-test/t/information_schema.test
+++ b/mysql-test/t/information_schema.test
@@ -30,7 +30,13 @@ grant select, update on test.* to mysqltest_1@localhost;
create user mysqltest_3@localhost;
create user mysqltest_3;
-
+#
+# Added below replace to avoid
+# MDEV-8487: mysql-test - main.information_schema 'xtradb' fails
+# when server built with -DDEFAULT_CHARSET=utf8
+# -DDEFAULT_COLLATION=utf8_general_ci
+#
+--replace_column 3 latin1 4 latin1_swedish_ci
select * from information_schema.SCHEMATA where schema_name > 'm';
select schema_name from information_schema.schemata;
show databases like 't%';