diff options
author | Michael Widenius <monty@askmonty.org> | 2011-02-22 11:15:47 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-02-22 11:15:47 +0200 |
commit | 97c1ef96ca01a4eaad310e16bc512936f6859a8e (patch) | |
tree | e305bc182a35eaf41802e4cc51a61bfd5bde5cd2 /mysql-test/suite/vcol/t/vcol_select_innodb.test | |
parent | 646dc6e3aa4a4f945c0d243bf607dc919e1f5eb2 (diff) | |
parent | 50d1833c5f992338ab8a3f95e8a0e1abec06f402 (diff) | |
download | mariadb-git-97c1ef96ca01a4eaad310e16bc512936f6859a8e.tar.gz |
Merge in new handler and handlersocket code into 5.3 main
Diffstat (limited to 'mysql-test/suite/vcol/t/vcol_select_innodb.test')
-rw-r--r-- | mysql-test/suite/vcol/t/vcol_select_innodb.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/vcol/t/vcol_select_innodb.test b/mysql-test/suite/vcol/t/vcol_select_innodb.test index 314aecb75b9..787f5fe77a7 100644 --- a/mysql-test/suite/vcol/t/vcol_select_innodb.test +++ b/mysql-test/suite/vcol/t/vcol_select_innodb.test @@ -33,7 +33,7 @@ ##### Storage engine to be tested # Set the session storage engine ---source include/have_innodb.inc +--source include/have_xtradb.inc eval SET @@session.storage_engine = 'InnoDB'; ##### Workarounds for known open engine specific bugs |