~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_ident.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-06 20:27:18 UTC
  • mfrom: (2430.2.6 rf1)
  • mto: This revision was merged to the branch mainline in revision 2438.
  • Revision ID: olafvdspek@gmail.com-20111006202718-kt2r0s83u5lcbrcw
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  lex_string_t table;
35
35
  Select_Lex_Unit *sel;
36
36
 
37
 
  inline Table_ident(lex_string_t db_arg, lex_string_t table_arg)
 
37
  Table_ident(lex_string_t db_arg, lex_string_t table_arg)
38
38
    : db(db_arg), table(table_arg), sel(NULL)
39
39
  {
40
40
  }