~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Brian Aker
  • Date: 2010-11-08 17:40:41 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1916.
  • Revision ID: brian@tangent.org-20101108174041-owap774v8l5vvnl4
Push some functions behind classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
527
527
    return on_expr_dep_tables;
528
528
  }
529
529
 
 
530
  void unlock_table_name();
 
531
  void unlock_table_names(TableList *last_table= NULL);
 
532
 
530
533
private:
531
534
 
532
535
  table_map dep_tables; ///< tables the table depends on