~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Nathan Williams
  • Date: 2009-06-05 22:22:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1063.
  • Revision ID: nathanlws@gmail.com-20090605222221-usmgpjhggrwjgz9w
No actual code changes. Changed Copy_field to CopyField, to reflect the coding standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
class Lex_input_stream;
47
47
class user_var_entry;
48
 
class Copy_field;
 
48
class CopyField;
49
49
class Table_ident;
50
50
 
51
51
extern char internal_table_name[2];