~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2008-11-24 18:32:40 UTC
  • Revision ID: brian@tangent.org-20081124183240-9alwo9ibmc8hq42y
Remove dead view code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1468
1468
  void link_first_table_back(TableList *first, bool link_to_local);
1469
1469
  void first_lists_tables_same();
1470
1470
 
1471
 
  bool can_be_merged();
1472
 
  bool can_use_merged();
1473
 
  bool can_not_use_merged();
1474
1471
  bool only_view_structure();
1475
1472
  bool need_correct_ident();
1476
1473