~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_open.c

Merged in Jay's tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
      share->data_file_type = DYNAMIC_RECORD;
421
421
    my_afree(disk_cache);
422
422
    mi_setup_functions(share);
423
 
    share->is_log_table= FALSE;
 
423
    share->is_log_table= false;
424
424
    thr_lock_init(&share->lock);
425
425
    VOID(pthread_mutex_init(&share->intern_lock,MY_MUTEX_INIT_FAST));
426
426
    for (i=0; i<keys; i++)