~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-06-03 19:30:45 UTC
  • mfrom: (1046.1.6 merge)
  • Revision ID: brian@gaz-20090603193045-4xgeczyfixh07beg
MergeĀ forĀ Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1195
1195
  void mark_temp_tables_as_free_for_reuse();
1196
1196
 
1197
1197
public:
 
1198
  /* Keep a copy of the previous table around in case we are just slamming on particular table */
 
1199
  Table *cached_table;
 
1200
 
1198
1201
  /** A short cut for session->main_da.set_ok_status(). */
1199
1202
  inline void my_ok(ha_rows affected_rows= 0, uint64_t passed_id= 0, const char *message= NULL)
1200
1203
  {