[SCN] fix farm failure
This commit is contained in:
@ -1487,7 +1487,7 @@ Outputs & filters:
|
||||
3 - output([t4.c1], [t1.c1], [t2.c2]), filter(nil), rowset=256,
|
||||
conds(nil), nl_params_(nil)
|
||||
4 - output([t4.c1]), filter(nil), rowset=256,
|
||||
equal_conds([t4.c2 = t5.c2], [t5.c1 = t6.c2]), other_conds(nil)
|
||||
equal_conds([t5.c1 = t6.c2], [t4.c2 = t5.c2]), other_conds(nil)
|
||||
5 - output([t4.c1], [t4.c2], [t6.c2]), filter(nil), rowset=256,
|
||||
conds(nil), nl_params_(nil)
|
||||
6 - output([t4.c1], [t4.c2]), filter(nil), rowset=256,
|
||||
|
||||
@ -53,8 +53,7 @@ explain select /*+index(test_table index_1)*/ * from test_table where age = 22;
|
||||
select count(*) from test_table where name = 'name22';
|
||||
explain select /*+index(test_table index_2)*/ * from test_table where name = 'name22';
|
||||
|
||||
--source mysql_test/include/minorfreeze.inc
|
||||
--source mysql_test/include/wait_minor_merge.inc
|
||||
--source mysql_test/include/minor_merge_tenant.inc
|
||||
call dbms_stats.gather_table_stats('TEST', 'test_table');
|
||||
|
||||
# case 2: all data in sstable, not memtable data
|
||||
|
||||
Reference in New Issue
Block a user