mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01: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:
parent
a7df730636
commit
c6b029d7cd
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
--source include/not_embedded.inc
|
||||
--source include/have_xtradb.inc
|
||||
|
||||
select * from information_schema.innodb_trx;
|
||||
select * from information_schema.innodb_locks;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
--source include/not_embedded.inc
|
||||
--source include/have_perfschema.inc
|
||||
--source include/platform.inc
|
||||
--source include/have_xtradb.inc
|
||||
|
||||
#
|
||||
# force lower-case-table-names=1 (linux/macosx have different defaults)
|
||||
|
|
Loading…
Reference in a new issue