diff options
Diffstat (limited to 'mysql-test/suite/maria/maria3.test')
-rw-r--r-- | mysql-test/suite/maria/maria3.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/suite/maria/maria3.test b/mysql-test/suite/maria/maria3.test index b4e3e30d63f..fd0d5c67a57 100644 --- a/mysql-test/suite/maria/maria3.test +++ b/mysql-test/suite/maria/maria3.test @@ -258,9 +258,8 @@ update t1 set s1=2 where seq=1; check table t1 extended; drop table t1; -# Fix if we are using safemalloc ---replace_result 8388572 8388600 134217692 134217720 -select lower(variable_name) as Variable_name, Variable_value as Value from information_schema.session_variables where variable_name like "aria%" and variable_name not like "aria_used_for_temp_tables" order by 1; +--replace_column 2 # +select lower(variable_name) as Variable_name, Variable_value as Value from information_schema.session_variables where variable_name like "aria%" order by 1; --replace_column 2 # show status like 'aria%'; |