-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Labels
Functionautotest-addedthe case has append to autotestthe case has append to autotestcomplex-queryglobal-tableresolveproblem has been fixed by developerproblem has been fixed by developer
Milestone
Description
dble result:
mysql> (select * from test_global where id=2) union (select * from global_table2 where id=2);
+----+------+--------+-----+---------------+
| id | t_id | name | pad | _dble_op_time |
+----+------+--------+-----+---------------+
| 2 | 2 | test_2 | 2 | 1506066633776 |
| 2 | 2 | test_2 | 2 | 1506066633796 |
+----+------+--------+-----+---------------+
2 rows in set (0.02 sec)
mysql result:
mysql> (select * from test_global where id=2) union (select * from global_table2 where id=2);
+----+------+--------+-----+
| id | t_id | name | pad |
+----+------+--------+-----+
| 2 | 2 | test_2 | 2 |
+----+------+--------+-----+
1 row in set (0.00 sec)
Metadata
Metadata
Assignees
Labels
Functionautotest-addedthe case has append to autotestthe case has append to autotestcomplex-queryglobal-tableresolveproblem has been fixed by developerproblem has been fixed by developer