Skip to content

Commit 022e483

Browse files
proxy: Update proxy to fix br hangs (release-9.0-beta.1) (#10033)
close #10032 Signed-off-by: JaySon-Huang <[email protected]> Signed-off-by: gengliqi <[email protected]> Co-authored-by: Liqi Geng <[email protected]>
1 parent b71aa7c commit 022e483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fullstack-test/expr/duration_pushdown.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ mysql> create table test.time_test(id int(11),v1 time(3) not null, v2 time(3));
121121
mysql> insert into test.time_test values(1,'20:20:20','20:20:20');
122122
mysql> alter table test.time_test set tiflash replica 1;
123123
func> wait_table test time_test
124-
mysql> use test; set tidb_enforce_mpp=1; set tidb_isolation_read_engines='tiflash'; select distinct v1 from(select v1 from time_test union all select v2 from time_test);
124+
mysql> use test; set tidb_enforce_mpp=1; set tidb_isolation_read_engines='tiflash'; select distinct v1 from(select v1 from time_test union all select v2 from time_test) a;
125125
+--------------+
126126
| v1 |
127127
+--------------+

0 commit comments

Comments
 (0)