summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2010-01-22 14:03:52 +0400
committerSergey Vojtovich <svoj@sun.com>2010-01-22 14:03:52 +0400
commit8eac0062dd23e563990386963fc12517e6beabd7 (patch)
treefcb4ad4d85f9589518a0b7d6266e539cbfc9d7e2 /mysql-test
parent09c8443871beb3234a7c04bf44829aa02a9888d3 (diff)
downloadmariadb-git-8eac0062dd23e563990386963fc12517e6beabd7.tar.gz
Applying InnoDB snapshot
Detailed revision comments: r6492 | sunny | 2010-01-21 09:38:35 +0200 (Thu, 21 Jan 2010) | 1 line branches/5.1: Add reference to bug#47621 in the comment.
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/t/innodb-autoinc-44030.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/innodb-autoinc-44030.test b/mysql-test/t/innodb-autoinc-44030.test
index 1dfdad2bede..af2e3015280 100644
--- a/mysql-test/t/innodb-autoinc-44030.test
+++ b/mysql-test/t/innodb-autoinc-44030.test
@@ -24,7 +24,7 @@ SELECT * FROM t1;
# MySQL have made a change (http://lists.mysql.com/commits/75268) that no
# longer results in the two data dictionaries being out of sync. If they
# revert their changes then this check for ER_AUTOINC_READ_FAILED will need
-# to be enabled.
+# to be enabled. Also, see http://bugs.mysql.com/bug.php?id=47621.
-- error ER_AUTOINC_READ_FAILED,1467
INSERT INTO t1 VALUES(null);
ALTER TABLE t1 AUTO_INCREMENT = 3;