~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-04-09 23:30:44 UTC
  • mfrom: (988 drizzle)
  • mto: (971.1.63 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: osullivan.padraig@gmail.com-20090409233044-ktwjqhe1qowzv63v
Added a new helper function for testing and setting a bit in a bitset. Also,
merged from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
 
186
186
  bool old_alter_table;
187
187
 
188
 
  st_plugin_int *table_plugin;
 
188
  StorageEngine *storage_engine;
189
189
 
190
190
  /* Only charset part of these variables is sensible */
191
191
  const CHARSET_INFO  *character_set_filesystem;