Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.4.10, 22.08.8, 23.02.4, 23.08.1
-
None
-
MXS-SPRINT-193
Description
The following query is classified as a read:
SELECT @@last_gtid; |
It should be classified the same way that this query is:
SELECT @@last_insert_id; |