-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 5.6.32 78.0 #868
Merged
Merged
Release 5.6.32 78.0 #868
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
george-lorch
pushed a commit
to george-lorch/percona-server
that referenced
this pull request
Jan 9, 2019
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
george-lorch
pushed a commit
to george-lorch/percona-server
that referenced
this pull request
Jan 10, 2019
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Apr 23, 2020
Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 664dd1731e7
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Feb 24, 2021
Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 664dd1731e7
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Nov 15, 2021
) Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 (facebook/mysql-5.6@f3fdc46) Pulled By: lth fbshipit-source-id: c09e771d15c
ldonoso
pushed a commit
to ldonoso/percona-server
that referenced
this pull request
Mar 15, 2022
) Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jun 17, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jun 17, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jun 21, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jun 21, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jun 21, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jun 21, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jun 23, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jun 23, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jul 1, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jul 5, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jul 14, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jul 14, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jul 14, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jul 15, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Jul 18, 2022
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
oleksandr-kachan
pushed a commit
to oleksandr-kachan/percona-server
that referenced
this pull request
Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
oleksandr-kachan
pushed a commit
to oleksandr-kachan/percona-server
that referenced
this pull request
Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
oleksandr-kachan
pushed a commit
to oleksandr-kachan/percona-server
that referenced
this pull request
Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
oleksandr-kachan
pushed a commit
to oleksandr-kachan/percona-server
that referenced
this pull request
Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
oleksandr-kachan
pushed a commit
to oleksandr-kachan/percona-server
that referenced
this pull request
Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
oleksandr-kachan
pushed a commit
to oleksandr-kachan/percona-server
that referenced
this pull request
Apr 18, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
oleksandr-kachan
pushed a commit
to oleksandr-kachan/percona-server
that referenced
this pull request
Apr 29, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
oleksandr-kachan
pushed a commit
to oleksandr-kachan/percona-server
that referenced
this pull request
May 13, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
oleksandr-kachan
pushed a commit
to oleksandr-kachan/percona-server
that referenced
this pull request
May 27, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
VarunNagaraju
pushed a commit
to VarunNagaraju/percona-server
that referenced
this pull request
May 31, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
VarunNagaraju
pushed a commit
to VarunNagaraju/percona-server
that referenced
this pull request
Jun 5, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
VarunNagaraju
pushed a commit
to VarunNagaraju/percona-server
that referenced
this pull request
Jun 10, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
VarunNagaraju
pushed a commit
to VarunNagaraju/percona-server
that referenced
this pull request
Jun 12, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
VarunNagaraju
pushed a commit
to VarunNagaraju/percona-server
that referenced
this pull request
Jun 12, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
dlenev
pushed a commit
to dlenev/percona-server
that referenced
this pull request
Jul 25, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
dlenev
pushed a commit
to dlenev/percona-server
that referenced
this pull request
Jul 30, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
dlenev
pushed a commit
to dlenev/percona-server
that referenced
this pull request
Aug 21, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
dlenev
pushed a commit
to dlenev/percona-server
that referenced
this pull request
Aug 28, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
dlenev
pushed a commit
to dlenev/percona-server
that referenced
this pull request
Aug 30, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
that referenced
this pull request
Sep 23, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
that referenced
this pull request
Sep 25, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Sep 25, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
dlenev
pushed a commit
to dlenev/percona-server
that referenced
this pull request
Oct 17, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
dlenev
pushed a commit
to dlenev/percona-server
that referenced
this pull request
Oct 17, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
dlenev
pushed a commit
to dlenev/percona-server
that referenced
this pull request
Oct 22, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Oct 28, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
that referenced
this pull request
Oct 30, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Nov 11, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Nov 14, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Nov 14, 2024
Upstream commit ID : fb-mysql-5.6.35/f8ea6852be5484ed15ffbac844b3719673f0f057 PS-5217 : Merge fb-prod201803 Summary: Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement. For example, CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB; INSERT INTO t1 (a) VALUES (1); UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4. Without this fix, it hits the Assertion `dd_val >= last_val' failed in myrocks::ha_rocksdb::load_auto_incr_value_from_index. Please see detail at: https://jira.mariadb.org/browse/MDEV-16703 Pull Request resolved: facebook/mysql-5.6#868 Differential Revision: D9360242 Pulled By: lth fbshipit-source-id: 70ee31cb90f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.