~mordred/drizzle/fix-bell-bugs

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "drizzled/comp_creator.h"
27
27
#include <drizzled/table_identifier.h>
28
28
 
29
 
#include "mystrings/m_ctype.h"
30
29
 
31
30
class Session;
32
31
class TableList;
36
35
class Table_ident;
37
36
class Select_Lex;
38
37
 
 
38
typedef struct charset_info_st CHARSET_INFO;
 
39
 
39
40
extern const LEX_STRING command_name[];
40
41
 
41
42
bool execute_sqlcom_select(Session *session, TableList *all_tables);