~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_extra.c

  • Committer: Brian Aker
  • Date: 2008-07-13 01:28:21 UTC
  • Revision ID: brian@tangent.org-20080713012821-rzjl550us0n27aoi
Code cleanup. Mainly dead stuff :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
373
373
    pthread_mutex_unlock(&share->intern_lock);
374
374
#endif
375
375
    break;
376
 
  case HA_EXTRA_MARK_AS_LOG_TABLE:
377
 
    pthread_mutex_lock(&share->intern_lock);
378
 
    share->is_log_table= TRUE;
379
 
    pthread_mutex_unlock(&share->intern_lock);
380
 
    break;
381
376
  case HA_EXTRA_KEY_CACHE:
382
377
  case HA_EXTRA_NO_KEY_CACHE:
383
378
  default: