~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2010-03-25 19:25:04 UTC
  • mto: This revision was merged to the branch mainline in revision 1411.
  • Revision ID: brian@gaz-20100325192504-stbk05bhlac8zg3v
Removed the internal table type in favor of the protobuf one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1224
1224
    stats.block_size= myisam_key_cache_block_size;        /* record block size */
1225
1225
 
1226
1226
    /* Update share */
1227
 
    if (share->tmp_table == STANDARD_TABLE)
 
1227
    if (share->tmp_table == message::Table::STANDARD)
1228
1228
      pthread_mutex_lock(&share->mutex);
1229
1229
    set_prefix(share->keys_in_use, share->keys);
1230
1230
    /*
1278
1278
      memcpy(table->key_info[0].rec_per_key,
1279
1279
             misam_info.rec_per_key,
1280
1280
             sizeof(table->key_info[0].rec_per_key)*share->key_parts);
1281
 
    if (share->tmp_table == STANDARD_TABLE)
 
1281
    if (share->tmp_table == message::Table::STANDARD)
1282
1282
      pthread_mutex_unlock(&share->mutex);
1283
1283
 
1284
1284
   /*