171
177
/* increment query_id and return it. */
172
178
inline query_id_t next_query_id() { return global_query_id++; }
177
180
extern CHARSET_INFO *system_charset_info, *files_charset_info ;
178
181
extern CHARSET_INFO *national_charset_info, *table_alias_charset;