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

Tests: dependency on xtradb for some tests

These features are defined only in XtraDB:
  chaged_page_bitmaps,
  innodb_changed_pages
This commit is contained in:
Aleksey Midenkov
2016-10-09 15:34:42 +00:00
parent a7df730636
commit c6b029d7cd
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
--source include/not_embedded.inc --source include/not_embedded.inc
--source include/have_xtradb.inc
select * from information_schema.innodb_trx; select * from information_schema.innodb_trx;
select * from information_schema.innodb_locks; select * from information_schema.innodb_locks;

View File

@@ -4,6 +4,7 @@
--source include/not_embedded.inc --source include/not_embedded.inc
--source include/have_perfschema.inc --source include/have_perfschema.inc
--source include/platform.inc --source include/platform.inc
--source include/have_xtradb.inc
# #
# force lower-case-table-names=1 (linux/macosx have different defaults) # force lower-case-table-names=1 (linux/macosx have different defaults)