mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-05 01:00:35 +08:00
Test and quote all idents, including reserved words and those with spaces, in CopyRowsInsertSelect.pm.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
INSERT IGNORE INTO osc.__new_t (`id`, `default`) SELECT `id`, `default` FROM osc.t WHERE (id < 4) LOCK IN SHARE MODE
|
||||
INSERT IGNORE INTO osc.__new_t (`id`, `default`) SELECT `id`, `default` FROM osc.t WHERE (id >= 4 AND id < 6) LOCK IN SHARE MODE
|
||||
Reference in New Issue
Block a user