Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
N/A
-
None
-
Not for Release Notes
Description
create table test.t1 (i int); |
PREPARE stmt FROM 'INSERT INTO test.t1 VALUES(1) /*!!999999 , (2)*/'; |
EXECUTE stmt; |
drop table test.t1; |
while in audit log it is written as:
TIME,HOSTNAME,root,localhost:PORT,ID,ID,QUERY,sa_db,'INSERT INTO test.t1 VALUES(1) /*!! , (2)*/',0
|
260422 18:13:04 4 Query CREATE TABLE t1(c1 INT)
|
260422 18:13:07 4 Query PREPARE stmt FROM 'INSERT INTO t1 VALUES(1) /*!!999999 , (2)*/'
|
4 Prepare INSERT INTO t1 VALUES(1) /*!! , (2)*/
|
260422 18:13:11 4 Query execute stmt
|
4 Execute INSERT INTO t1 VALUES(1) /*!! , (2)*/
|
Attachments
Issue Links
- is caused by
-
MDEV-39223 Reversed executable comments incorrectly written in binlog and could break replication
-
- Stalled
-
- relates to
-
MDEV-7381 Reversed executable comments
-
- Closed
-