28 lines
567 B
Plaintext
28 lines
567 B
Plaintext
--source include/have_innodb_max_16k.inc
|
|
|
|
# Test the redundant format
|
|
LET $file_per_table='off';
|
|
LET $row_format=REDUNDANT;
|
|
|
|
--source include/innodb_gis_row_format_basic.inc
|
|
|
|
|
|
# Test the compressed format
|
|
LET $file_per_table='on';
|
|
LET $row_format=COMPRESSED;
|
|
|
|
--source include/innodb_gis_row_format_basic.inc
|
|
|
|
|
|
# Test the dynamic format
|
|
LET $file_per_table='on';
|
|
LET $row_format=DYNAMIC;
|
|
|
|
--source include/innodb_gis_row_format_basic.inc
|
|
|
|
# Test the compact format
|
|
LET $file_per_table='off';
|
|
LET $row_format=COMPACT;
|
|
|
|
--source include/innodb_gis_row_format_basic.inc
|