Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5.28a-galera
-
None
Description
CURRENT_TEST: innodb.innodb-autoinc
|
--- /usr/local/mariadb-galera-5.5.29-linux-x86_64/mysql-test/suite/innodb/r/innodb-autoinc.result 2013-02-21 10:01:47.000000000 +0100
|
+++ /usr/local/mariadb-galera-5.5.29-linux-x86_64/mysql-test/suite/innodb/r/innodb-autoinc.reject 2013-02-21 12:05:44.000000000 +0100
|
@@ -1295,6 +1295,7 @@
|
Variable_name Value
|
auto_increment_increment 1
|
auto_increment_offset 1
|
+wsrep_auto_increment_control ON
|
CREATE TABLE t1 (c1 INT UNSIGNED PRIMARY KEY AUTO_INCREMENT, c2 VARCHAR(10)) ENGINE=InnoDB;
|
INSERT INTO t1 VALUES (2147483648, 'a');
|
SHOW CREATE TABLE t1;
|
The change in test which calls SHOW VARIABLES came with the revision 3373 (merge with maria/5.5), but the result file was not adjusted accordingly, so it misses the wsrep-specific variable.