[MDEV-4202] Galera: innodb.innodb-autoinc fails in buildbot Created: 2013-02-25  Updated: 2013-02-25  Resolved: 2013-02-25

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 5.5.28a-galera
Fix Version/s: 5.5.29-galera

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Elena Stepanova
Resolution: Fixed Votes: 0
Labels: galera

Issue Links:
Relates

 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.



 Comments   
Comment by Elena Stepanova [ 2013-02-25 ]

Pushed to maria-5.5-galera as revno 3382

Generated at Thu Feb 08 06:54:35 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.