@@ -78,16 +78,16 @@ a b c
78
78
connection child2_1;
79
79
SELECT argument FROM mysql.general_log WHERE argument LIKE '%select %';
80
80
argument
81
- select `a`, `b`, `c` from `auto_test_remote`.`ta_r3` where (`b` = 'c')
81
+ select t0. `a` `a`,t0. `b` `b`,t0. `c` `c` from `auto_test_remote`.`ta_r3` t0 where (t0. `b` = 'c')
82
82
select `a`,`b`,`c` from `auto_test_remote`.`ta_r2`
83
83
select `a`,`b`,`c` from `auto_test_remote`.`ta_r3`
84
- select `a`, `b`, `c` from `auto_test_remote`.`ta_r4` where (`b` = 'c')
84
+ select t0. `a` `a`,t0. `b` `b`,t0. `c` `c` from `auto_test_remote`.`ta_r4` t0 where (t0. `b` = 'c')
85
85
select `a`,`b`,`c` from `auto_test_remote`.`ta_r2`
86
86
select `a`,`b`,`c` from `auto_test_remote`.`ta_r3`
87
- select `a`, `b`, `c` from `auto_test_remote`.`ta_r2` where (`b` = 'c')
87
+ select t0. `a` `a`,t0. `b` `b`,t0. `c` `c` from `auto_test_remote`.`ta_r2` t0 where (t0. `b` = 'c')
88
88
select `a`,`b`,`c` from `auto_test_remote`.`ta_r2`
89
89
select `a`,`b`,`c` from `auto_test_remote`.`ta_r4`
90
- select `a`, `b`, `c` from `auto_test_remote`.`ta_r2` where (`b` = 'c')
90
+ select t0. `a` `a`,t0. `b` `b`,t0. `c` `c` from `auto_test_remote`.`ta_r2` t0 where (t0. `b` = 'c')
91
91
select `a`,`b`,`c` from `auto_test_remote`.`ta_r3`
92
92
select `a`,`b`,`c` from `auto_test_remote`.`ta_r4`
93
93
SELECT argument FROM mysql.general_log WHERE argument LIKE '%select %'
0 commit comments