~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_class.h

  • Committer: Brian Aker
  • Date: 2008-07-18 18:55:10 UTC
  • mfrom: (177.1.5 drizzle)
  • Revision ID: brian@tangent.org-20080718185510-o5nnn7g5ub81llqr
Head merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1787
1787
    return (abort_on_warning);
1788
1788
  }
1789
1789
  void set_status_var_init();
1790
 
  bool is_context_analysis_only()
1791
 
    { return lex->view_prepare_mode; }
1792
1790
  void reset_n_backup_open_tables_state(Open_tables_state *backup);
1793
1791
  void restore_backup_open_tables_state(Open_tables_state *backup);
1794
1792
  void restore_sub_statement_state(Sub_statement_state *backup);