1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge with XtraDB as of Percona-Server-5.5.30-rel30.1

This commit is contained in:
Sergei Golubchik
2013-03-08 19:08:45 +01:00
46 changed files with 1139 additions and 589 deletions

View File

@ -9,10 +9,6 @@
-- source include/not_staging.inc
-- source include/have_innodb.inc
-- source include/have_query_cache.inc
if (`select plugin_auth_version <= "1.1.8-29.3" from information_schema.plugins where plugin_name='innodb'`)
{
--skip Not fixed in XtraDB 1.1.8-29.3 or earlier
}
let $engine_type= InnoDB;
let $other_engine_type= MEMORY;