~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/mysql_priv.h

Standardized TRUE/FALSE, removed/replaced DBUG symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
2040
2040
void free_list(I_List <i_string_pair> *list);
2041
2041
void free_list(I_List <i_string> *list);
2042
2042
 
2043
 
/* sql_yacc.cc */
2044
 
extern void turn_parser_debug_on();
2045
 
 
2046
2043
/* Some inline functions for more speed */
2047
2044
 
2048
2045
inline bool add_item_to_list(THD *thd, Item *item)