~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Trond Norbye
  • Date: 2009-11-20 06:13:54 UTC
  • mto: (1223.1.6 push)
  • mto: This revision was merged to the branch mainline in revision 1225.
  • Revision ID: trond.norbye@sun.com-20091120061354-sboyueegi3vj1hb9
Bug #485658: Compile failure on 32 bit system due to mixing ulong, uint64_t and uint32_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
         !strcmp(field_name.str, other.field_name.str);
100
100
}
101
101
 
102
 
Open_tables_state::Open_tables_state(ulong version_arg)
 
102
Open_tables_state::Open_tables_state(uint64_t version_arg)
103
103
  :version(version_arg), backups_available(false)
104
104
{
105
105
  reset_open_tables_state();