Commit 2b58ea12 authored by Sergei Golubchik's avatar Sergei Golubchik

always run information_schema_all_engines without safemalloc

(otherwise it often times out)
parent 1f68cb45
...@@ -12,7 +12,7 @@ use INFORMATION_SCHEMA; ...@@ -12,7 +12,7 @@ use INFORMATION_SCHEMA;
show tables; 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 SELECT t.table_name, c1.column_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment