16 #ifndef SQL_TEST_INCLUDED
17 #define SQL_TEST_INCLUDED
24 typedef class st_select_lex SELECT_LEX;
25 typedef struct st_sort_field SORT_FIELD;
27 extern const char *lock_descriptions[TL_WRITE_ONLY + 1];
30 void print_where(
Item *cond,
const char *info, enum_query_type query_type);
31 void TEST_join(
JOIN *join);
32 void print_plan(
JOIN* join,uint idx,
double record_count,
double read_time,
33 double current_read_time,
const char *info);
34 void dump_TABLE_LIST_graph(SELECT_LEX *select_lex,
TABLE_LIST* tl);
36 void mysql_print_status();