~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-02 22:39:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1319.
  • Revision ID: brian@gaz-20100302223909-qbwpuonvw68igvfw
Small name change (AKA... I hate reading the NO_**@##@$# logic).

Show diffs side-by-side

added added

removed removed

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