MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / init_order

Method init_order

sql/sql_lex.h:906–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904 List<Item>* get_item_list();
905 ulong get_table_join_options();
906 inline void init_order()
907 {
908 order_list.elements= 0;
909 order_list.first= 0;
910 order_list.next= &order_list.first;
911 }
912 /*
913 This method created for reiniting LEX in mysql_admin_table() and can be
914 used only if you are going remove all SELECT_LEX & units except belonger

Callers 1

lex_startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected