[MXS-1299] CREATE TABLE LIKE fails with avrorouter Created: 2017-06-28  Updated: 2017-06-28  Resolved: 2017-06-28

Status: Closed
Project: MariaDB MaxScale
Component/s: avrorouter
Affects Version/s: 2.0.6
Fix Version/s: 2.1.4

Type: Bug Priority: Major
Reporter: markus makela Assignee: markus makela
Resolution: Fixed Votes: 0
Labels: None


 Description   

If a table is created from another table, it will not be detected.

CREATE TABLE t1 (id INT);
CREATE TABLE t2 LIKE t1;
INSERT INTO t2 VALUES (1);

The row event for t2 will not be processed.


Generated at Thu Feb 08 04:05:42 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.