1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

enable tests that were skipped because of have_xtradb

* some of these tests run just fine with InnoDB:
   -> s/have_xtradb/have_innodb/
* sys_var tests did basic tests for xtradb only variables
   -> remove them, they're useless anyway (sysvar_innodb does it better)
* multi_update had innodb specific tests
   -> move to multi_update_innodb.test
This commit is contained in:
Sergei Golubchik
2016-12-27 19:40:07 +01:00
parent b3d6cbc25a
commit ab89359dde
57 changed files with 251 additions and 1449 deletions

View File

@@ -1,5 +1,5 @@
-- source include/not_embedded.inc
-- source include/have_xtradb.inc
-- source include/have_innodb.inc
-- source filekeys_plugin.inc
--eval call mtr.add_suppression("$SEARCH_PATTERN")

View File

@@ -1,4 +1,4 @@
-- source include/have_xtradb.inc
-- source include/have_innodb.inc
-- source filekeys_plugin.inc
create table t1(c1 bigint not null, b char(200)) engine=innodb encrypted=yes encryption_key_id=1;

View File

@@ -7,9 +7,7 @@ source include/have_sequence.inc;
# Row binlog format to fill binlog cache faster
source include/have_binlog_format_row.inc;
# Nothing XtraDB specific in this test, it just needs *some* transactional
# engine. But there's no need to run it twice for InnoDB and XtraDB.
source include/have_xtradb.inc;
source include/have_innodb.inc;
#
# MyISAM messing around with IO_CACHE::file