1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Add an end marker to a test

This commit is contained in:
Marko Mäkelä
2020-05-04 18:24:01 +03:00
parent 5e7e7153b4
commit 50f3a38e89
2 changed files with 3 additions and 0 deletions

View File

@@ -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';

View File

@@ -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';