diff options
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/information_schema_all_engines-master.opt | 1 | ||||
-rw-r--r-- | mysql-test/t/information_schema_all_engines.test | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/information_schema_all_engines-master.opt b/mysql-test/t/information_schema_all_engines-master.opt new file mode 100644 index 00000000000..959cf74c816 --- /dev/null +++ b/mysql-test/t/information_schema_all_engines-master.opt @@ -0,0 +1 @@ +--skip-safemalloc diff --git a/mysql-test/t/information_schema_all_engines.test b/mysql-test/t/information_schema_all_engines.test index b3b1d2d2f6b..b20ce60985c 100644 --- a/mysql-test/t/information_schema_all_engines.test +++ b/mysql-test/t/information_schema_all_engines.test @@ -12,7 +12,7 @@ use INFORMATION_SCHEMA; show tables; # -# Bug#18925: subqueries with MIN/MAX functions on INFORMARTION_SCHEMA +# Bug#18925: subqueries with MIN/MAX functions on INFORMATION_SCHEMA # SELECT t.table_name, c1.column_name |