Commit fc491b24 authored by Marko Mäkelä's avatar Marko Mäkelä

Reduce instant_alter.test for now

parent b8a57e22
......@@ -43,7 +43,8 @@ SET @old_instant=
(SELECT variable_value FROM information_schema.global_status
WHERE variable_name = 'innodb_instant_alter_column');
let $format= 3;
# MDEV-15562 FIXME: implement ROW_FORMAT=REDUNDANT as well!
let $format= 2;
while ($format) {
let $engine= `SELECT CONCAT('ENGINE=InnoDB ROW_FORMAT=',CASE $format
WHEN 1 THEN 'DYNAMIC'
......
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