~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

Fixed test-run to send proper namespace. Also un-static'd mysql_parse, since
it breaks gdb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
/* Prototypes */
66
66
bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
67
67
static bool parse_sql(Session *session, Lex_input_stream *lip);
68
 
static void mysql_parse(Session *session, const char *inBuf, uint32_t length,
 
68
void mysql_parse(Session *session, const char *inBuf, uint32_t length,
69
69
                 const char ** found_semicolon);
70
70
 
71
71
/**
740
740
                               the next query in the query text.
741
741
*/
742
742
 
743
 
static void mysql_parse(Session *session, const char *inBuf, uint32_t length,
 
743
void mysql_parse(Session *session, const char *inBuf, uint32_t length,
744
744
                 const char ** found_semicolon)
745
745
{
746
746
  /*