• Kentoku SHIBA's avatar
    MDEV-22246 Result rows duplicated by spider engine · 65ee216c
    Kentoku SHIBA authored
    fix the following type mrr scan
    (select 0,`id`,`node` from `auto_test_remote`.`tbl_a` where (`id` <> 0) order by `id`)union all(select 1,`id`,`node` from `auto_test_remote`.`tbl_a` where (`id` <> 0) order by `id`) order by `id`
    65ee216c
ha_spider.cc 503 KB