~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-security

« back to all changes in this revision

Viewing changes to mysql-test/suite/innodb/t/innodb-autoinc.test

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2015-06-13 21:09:48 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20150613210948-0un6au1f6ujj37lv
Tags: upstream-5.5.44
Import upstream version 5.5.44

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if (`select plugin_auth_version <= "5.5.37-MariaDB-34.0" from information_schema.plugins where plugin_name='innodb'`)
2
 
{
3
 
  --skip Not fixed in XtraDB as of 5.5.37-MariaDB-34.0 or earlier
4
 
}
5
 
 
6
1
--source include/have_innodb.inc
7
2
# embedded server ignores 'delayed', so skip this
8
3
-- source include/not_embedded.inc