1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge with 5.1

This commit is contained in:
Michael Widenius
2011-11-30 22:57:18 +02:00
51 changed files with 192 additions and 242 deletions

View File

@ -5,9 +5,11 @@
# main testing code t/innodb_mysql.test -> include/mix1.inc
#
-- source include/have_xtradb.inc
-- source include/have_query_cache.inc
# We must run this with XtraDB as otherwise we will get different EXPLAIN's
-- source include/have_xtradb.inc
let $engine_type= InnoDB;
let $other_engine_type= MEMORY;
# InnoDB does support FOREIGN KEYFOREIGN KEYs