diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-18 16:44:11 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-18 16:44:11 +0200 |
commit | f89b36fcbfff959d5f396702cc96d64f66cd6522 (patch) | |
tree | 9bc9b5f2b9ed75a2724413e7f1a4e3dd3d1760dc /mysql-test/suite/parts/t | |
parent | c18e4b42b32e89307f5c903566b6ee43da12466f (diff) | |
parent | d0408492669d37167708ac6e2642327d2deb5e5f (diff) | |
download | mariadb-git-f89b36fcbfff959d5f396702cc96d64f66cd6522.tar.gz |
new merge from trunk
Diffstat (limited to 'mysql-test/suite/parts/t')
-rw-r--r-- | mysql-test/suite/parts/t/partition_auto_increment_archive.test | 3 | ||||
-rw-r--r-- | mysql-test/suite/parts/t/partition_auto_increment_blackhole.test | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/parts/t/partition_auto_increment_archive.test b/mysql-test/suite/parts/t/partition_auto_increment_archive.test index fb09557204f..e99a0b23b36 100644 --- a/mysql-test/suite/parts/t/partition_auto_increment_archive.test +++ b/mysql-test/suite/parts/t/partition_auto_increment_archive.test @@ -30,6 +30,9 @@ let $skip_delete= 1; let $skip_truncate= 1; let $skip_update= 1; let $only_ai_pk= 1; +# Bug#45823 Assertion failure in file row/row0mysql.c line 1386 +# Archive does not handle negative autoincrement values correctly +let $skip_negative_auto_inc= 1; ##### Storage engine to be tested let $engine= 'Archive'; diff --git a/mysql-test/suite/parts/t/partition_auto_increment_blackhole.test b/mysql-test/suite/parts/t/partition_auto_increment_blackhole.test index 64cd96c6173..f92dc33f263 100644 --- a/mysql-test/suite/parts/t/partition_auto_increment_blackhole.test +++ b/mysql-test/suite/parts/t/partition_auto_increment_blackhole.test @@ -25,6 +25,9 @@ #------------------------------------------------------------------------------# # Engine specific settings and requirements --source include/have_blackhole.inc +# Bug#45823 Assertion failure in file row/row0mysql.c line 1386 +# Blackhole does not handle negative autoincrement values correctly +let $skip_negative_auto_inc= 1; ##### Storage engine to be tested let $engine= 'Blackhole'; |