mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
branches/5.1: Add reference to bug#47621 in the comment.
This commit is contained in:
@@ -24,7 +24,7 @@ SELECT * FROM t1;
|
|||||||
# MySQL have made a change (http://lists.mysql.com/commits/75268) that no
|
# 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
|
# 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
|
# 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
|
-- error ER_AUTOINC_READ_FAILED,1467
|
||||||
INSERT INTO t1 VALUES(null);
|
INSERT INTO t1 VALUES(null);
|
||||||
ALTER TABLE t1 AUTO_INCREMENT = 3;
|
ALTER TABLE t1 AUTO_INCREMENT = 3;
|
||||||
|
Reference in New Issue
Block a user