Skip to content
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

Add more information to SHOW ENGINE ROCKSDB TRANSACTION STATUS #57

Open
hermanlee opened this issue Sep 28, 2015 · 0 comments
Open

Add more information to SHOW ENGINE ROCKSDB TRANSACTION STATUS #57

hermanlee opened this issue Sep 28, 2015 · 0 comments
Labels

Comments

@hermanlee
Copy link
Contributor

Issue by jkedgar
Friday Sep 04, 2015 at 17:29 GMT
Originally opened as MySQLOnRocksDB#106


Mark Callaghan requested the following pieces of information to be available through SHOW ENGINE ROCKSDB TRANSACTION STATUS:

  • number of row locks per transaction
  • amount of memory used to buffer row changes prior to commit per transaction
  • number of uncommitted row changes per transaction

These may depend on new features in RocksDB.

spetrunia added a commit that referenced this issue Jan 5, 2016
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Test Plan: Ran mtr

Reviewers: maykov, jtolmer, yoshinorim, hermanlee4

Reviewed By: hermanlee4

Differential Revision: https://reviews.facebook.net/D38313
hermanlee pushed a commit that referenced this issue Jan 31, 2017
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Test Plan: Ran mtr

Reviewers: maykov, jtolmer, yoshinorim, hermanlee4

Reviewed By: hermanlee4

Differential Revision: https://reviews.facebook.net/D38313
VitaliyLi pushed a commit to VitaliyLi/mysql-5.6 that referenced this issue Feb 9, 2017
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Test Plan: Ran mtr

Reviewers: maykov, jtolmer, yoshinorim, hermanlee4

Reviewed By: hermanlee4

Differential Revision: https://reviews.facebook.net/D38313
facebook-github-bot pushed a commit that referenced this issue Dec 23, 2019
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 709bdf5
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 12, 2020
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 709bdf5
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Sep 9, 2020
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 709bdf5
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Sep 16, 2020
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 709bdf5
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Oct 5, 2020
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 709bdf5
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Nov 11, 2020
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 709bdf5
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Mar 11, 2021
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 30de0110702
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 16, 2021
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 30de0110702
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 30, 2021
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 30de0110702
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Sep 1, 2021
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 30de0110702
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Sep 2, 2021
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313

fbshipit-source-id: 30de0110702
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Jan 17, 2022
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Apr 26, 2022
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313
laurynas-biveinis pushed a commit to laurynas-biveinis/mysql-5.6 that referenced this issue Aug 11, 2022
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Mar 28, 2023
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Jun 1, 2023
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Jun 14, 2023
Summary:
Do exactly that: remember what locks we've held at the start of the
statement, and release all other locks if the statement is rolled back.

Differential Revision: https://reviews.facebook.net/D38313
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant