Closed aunjgr closed 9 hours ago
issue #17500 #20236
CREATE INDEX or ALTER TABLE ADD INDEX queries are converted to INSERT INTO. For this scenerio, we can skip checking duplication.
What type of PR is this?
Which issue(s) this PR fixes:
issue #17500 #20236
What this PR does / why we need it:
CREATE INDEX or ALTER TABLE ADD INDEX queries are converted to INSERT INTO. For this scenerio, we can skip checking duplication.