compile with O3

This commit is contained in:
yupeng
2020-11-19 14:05:09 +08:00
parent 55b7a54ed1
commit dfa56ea39e

View File

@ -79,6 +79,7 @@ THR_LOCAL bool PTFastQueryShippingStore = true;
THR_LOCAL bool IsExplainPlanStmt = false;
THR_LOCAL bool IsExplainPlanSelectForUpdateStmt = false;
template void PlanTable::set_plan_name<true, true>();
extern TrackDesc trackdesc[];
extern sortMessage sortmessage[];