From 3e04d74cac48e8b2f7d5fb85f43c7d29b27a8662 Mon Sep 17 00:00:00 2001 From: sunny <> Date: Thu, 21 Jan 2010 07:38:35 +0000 Subject: [PATCH] branches/5.1: Add reference to bug#47621 in the comment. --- mysql-test/innodb-autoinc-44030.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/innodb-autoinc-44030.test b/mysql-test/innodb-autoinc-44030.test index 1dfdad2bede..af2e3015280 100644 --- a/mysql-test/innodb-autoinc-44030.test +++ b/mysql-test/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;