Skip to content

Commit

Permalink
enable innodb compression tests that were disabled by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Oct 27, 2021
1 parent bf8b699 commit 3f1bf68
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/include/have_innodb_bzip2.opt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--plugin-load-add=$PROVIDER_BZIP2_SO
2 changes: 2 additions & 0 deletions mysql-test/suite/innodb/include/have_innodb_lz4.opt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--plugin-load-add=$PROVIDER_LZ4_SO

2 changes: 2 additions & 0 deletions mysql-test/suite/innodb/include/have_innodb_lzma.opt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--plugin-load-add=$PROVIDER_LZMA_SO

2 changes: 2 additions & 0 deletions mysql-test/suite/innodb/include/have_innodb_lzo.opt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--plugin-load-add=$PROVIDER_LZO_SO

2 changes: 2 additions & 0 deletions mysql-test/suite/innodb/include/have_innodb_snappy.opt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--plugin-load-add=$PROVIDER_SNAPPY_SO

0 comments on commit 3f1bf68

Please sign in to comment.