1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Convert InnoDB Plugin tests to include have_innodb_plugin.inc.

This also instructs mtr to transparently load the plugin.
This commit is contained in:
Vasil Dimov
2010-04-09 16:38:28 +03:00
parent 02c597e731
commit a633c45592
9 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# It is reproducible with InnoDB plugin 1.0.4 + MySQL 5.1.37.
# But no longer reproducible after MySQL 5.1.38 (with plugin 1.0.5).
--source include/have_innodb.inc
-- source include/have_innodb_plugin.inc
SET foreign_key_checks=0;
CREATE TABLE t1 (id int, foreign key (id) references t2(id)) ENGINE=INNODB;