~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-27 04:12:14 UTC
  • mfrom: (1395.1.18 build)
  • Revision ID: brian@gaz-20100327041214-2pm5eay51312xjvq
Merge (fixes known issues in ALTER TABLE not resetting correctly DFE).

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
   /*