Skip to content

Commit

Permalink
Tests: dependency on xtradb for some tests
Browse files Browse the repository at this point in the history
These features are defined only in XtraDB:
  chaged_page_bitmaps,
  innodb_changed_pages
  • Loading branch information
midenok committed May 5, 2017
1 parent a7df730 commit c6b029d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
1 change: 1 addition & 0 deletions mysql-test/t/mysqld--help.test
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c6b029d

Please sign in to comment.