Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.11
-
None
-
Not for Release Notes
-
Q4/2026 Replic. Maintenance
Description
galera.galera_toi_alter_auto_increment w4 [ fail ]
|
Test ended at 2026-09-03 07:22:42
|
|
|
CURRENT_TEST: galera.galera_toi_alter_auto_increment
|
--- /home/jenkins/workspace/Codership-PR/mysql-test/suite/galera/r/galera_toi_alter_auto_increment.result 2026-09-03 06:56:05.000000000 +0000
|
+++ /home/jenkins/workspace/Codership-PR/mysql-test/suite/galera/r/galera_toi_alter_auto_increment.reject 2026-09-03 07:22:32.369588796 +0000
|
@@ -20,6 +20,8 @@
|
1 1 1
|
connection node_1;
|
ALTER TABLE t1 AUTO_INCREMENT = 5;
|
+Warnings:
|
+Note 4190 ALTER TABLE is implicitly changing the value of 'AUTO_INCREMENT' from '5' to '1039'
|
INSERT INTO t1 (f2) SELECT 1 FROM ten;
|
connection node_2;
|
INSERT INTO t1 (f2) SELECT 1 FROM ten;
|