~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/open_tables_state.h

  • Committer: Brian Aker
  • Date: 2009-11-24 02:06:37 UTC
  • mfrom: (1223.1.7 push)
  • Revision ID: brian@gaz-20091124020637-9gb65vj98x1arydm
MergeĀ forĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
   */
69
69
  DRIZZLE_LOCK *extra_lock;
70
70
 
71
 
  ulong version;
 
71
  uint64_t version;
72
72
  uint32_t current_tablenr;
73
73
 
74
74
  /*
82
82
  */
83
83
  Open_tables_state() : backups_available(false) { }
84
84
 
85
 
  Open_tables_state(ulong version_arg);
 
85
  Open_tables_state(uint64_t version_arg);
86
86
 
87
87
  void set_open_tables_state(Open_tables_state *state)
88
88
  {