Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.3.12
-
None
Description
The following query is treated as a write:
SELECT UTC_TIMESTAMP(); |
The log_info output:
2019-10-28 07:54:47 info : (1) > Autocommit: [enabled], trx is [not open], cmd: (0x03) COM_QUERY, plen: 27, type: QUERY_TYPE_READ|QUERY_TYPE_WRITE, stmt: SELECT UTC_TIMESTAMP()
|