diff options
author | unknown <pgalbraith/patg@buffy.netfrastructure.com> | 2006-07-27 14:20:25 -0400 |
---|---|---|
committer | unknown <pgalbraith/patg@buffy.netfrastructure.com> | 2006-07-27 14:20:25 -0400 |
commit | 94ebe8cb7a3a610cae81123b14104f4f7f2a49c5 (patch) | |
tree | 94b4ad3fd514d0b3855b8c4855c2ceadea6f7d5e /mysql-test/t | |
parent | 8634c6b6925a9467a6a40ab94b237d3eb9b67e83 (diff) | |
download | mariadb-git-94ebe8cb7a3a610cae81123b14104f4f7f2a49c5.tar.gz |
BUG #21118 "Federated Transaction test needs to have BDB switched to InnoDB"
recommented the uncommented have_innodb.inc line
federated_transactions.test:
BUG #21118 "Federated Transaction test needs to have BDB switched to InnoDB"
slight ommission fixed
mysql-test/t/federated_transactions.test:
BUG #21118 "Federated Transaction test needs to have BDB switched to InnoDB"
slight ommission fixed
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/federated_transactions.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/federated_transactions.test b/mysql-test/t/federated_transactions.test index 128813ed160..9f3b030f462 100644 --- a/mysql-test/t/federated_transactions.test +++ b/mysql-test/t/federated_transactions.test @@ -1,6 +1,6 @@ # should work with embedded server after mysqltest is fixed -- source include/not_embedded.inc -#source include/have_innodb.inc; +source include/have_innodb.inc; source include/federated.inc; connection slave; |