diff options
Diffstat (limited to 'mysql-test/suite/innodb/t/alter_algorithm.combinations')
-rw-r--r-- | mysql-test/suite/innodb/t/alter_algorithm.combinations | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/alter_algorithm.combinations b/mysql-test/suite/innodb/t/alter_algorithm.combinations new file mode 100644 index 00000000..af644d65 --- /dev/null +++ b/mysql-test/suite/innodb/t/alter_algorithm.combinations @@ -0,0 +1,15 @@ +[COPY] +--alter_algorithm=copy +--skip-innodb-read-only-compressed + +[INPLACE] +--alter_algorithm=inplace +--skip-innodb-read-only-compressed + +[NOCOPY] +--alter_algorithm=nocopy +--skip-innodb-read-only-compressed + +[INSTANT] +--alter_algorithm=instant +--skip-innodb-read-only-compressed |