mirror of
https://github.com/MariaDB/server.git
synced 2025-12-06 05:42:06 +03:00
ha_partition::update_create_info() just calls update_create_info of a first partition, so only get the autoincrement maximum of the first partition, so SHOW CREATE TABLE can show small AUTO_INCREMENT parameters. Fixed by implementing ha_partition::update_create_info() in a way other handlers work. HA_ARCHIVE:stats.auto_increment handling made consistent with other engines
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed