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

xtradb merge. Percona-Server-5.5.28-rel29.3

This commit is contained in:
Sergei Golubchik
2013-01-16 11:13:08 +01:00
35 changed files with 1118 additions and 422 deletions

View File

@ -4,9 +4,9 @@
# .\sync\sync0sync.c line 324
# is fixed
if (`select plugin_auth_version <= "1.1.8-29.1" from information_schema.plugins where plugin_name='innodb'`)
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.1 or earlier
--skip Not fixed in XtraDB 1.1.8-29.3 or earlier
}
#######################################################################