Skip to content

Commit

Permalink
Add an end marker to a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed May 4, 2020
1 parent 5e7e715 commit 50f3a38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/main/opt_trace.result
Original file line number Diff line number Diff line change
Expand Up @@ -8292,4 +8292,5 @@ JSON_DETAILED(JSON_EXTRACT(trace, '$**.range_scan_alternatives'))
]
]
drop table t1;
# End of 10.4 tests
set optimizer_trace='enabled=off';
2 changes: 2 additions & 0 deletions mysql-test/main/opt_trace.test
Original file line number Diff line number Diff line change
Expand Up @@ -579,4 +579,6 @@ select * from t1 force index(kp1) where (kp1=2 and kp2 >=4);
select JSON_DETAILED(JSON_EXTRACT(trace, '$**.range_scan_alternatives')) from INFORMATION_SCHEMA.OPTIMIZER_TRACE;
drop table t1;

--echo # End of 10.4 tests

set optimizer_trace='enabled=off';

0 comments on commit 50f3a38

Please sign in to comment.