1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-31 08:42:45 +03:00
He Zhenxing 9904550760 BUG#41986 Replication slave does not pick up proper AUTO_INCREMENT value for Innodb tables
The next number (AUTO_INCREMENT) field of the table for write
rows events are not initialized, and cause some engines (innodb)
not correctly update the tables's auto_increment value.

This patch fixed this problem by honor next number fields if present.
2009-01-14 16:27:32 +08:00
..
2008-08-25 15:09:51 +02:00
2008-09-30 15:32:35 -04:00
2008-03-14 17:52:57 +01:00
2008-01-14 15:38:02 +08:00
2008-02-14 00:02:25 +01:00
2008-01-14 15:38:02 +08:00
2008-11-06 19:10:09 +02:00