~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_base.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
3681
3681
    {
3682
3682
      if (!table->placeholder() && table->lock_type >= TL_WRITE_ALLOW_WRITE)
3683
3683
      {
3684
 
        ulonglong const flags= table->table->file->ha_table_flags();
 
3684
        uint64_t const flags= table->table->file->ha_table_flags();
3685
3685
        if (prev_ht && prev_ht != table->table->file->ht)
3686
3686
          multi_engine= true;
3687
3687
        prev_ht= table->table->file->ht;