~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Brian Aker
  • Date: 2008-11-15 16:59:19 UTC
  • mfrom: (584.1.2 devel)
  • Revision ID: brian@tangent.org-20081115165919-zhzrgugbuviflh3c
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
class Lex_input_stream;
34
34
class Item;
35
35
class LEX;
 
36
class Table_ident;
36
37
 
37
38
 
38
39
bool begin_trans(Session *session);