1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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/have_xtradb.inc
select * from information_schema.innodb_trx;
select * from information_schema.innodb_locks;