~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_open.c

  • Committer: Monty Taylor
  • Date: 2008-10-04 18:42:30 UTC
  • Revision ID: monty@inaugust.com-20081004184230-j2j1uottu2d0yl0m
Removed NullS. bu-bye.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
                         (share->state.header.max_block_size_index*sizeof(my_off_t)),
241
241
                         &share->key_root_lock,sizeof(rw_lock_t)*keys,
242
242
                         &share->mmap_lock,sizeof(rw_lock_t),
243
 
                         NullS))
 
243
                         NULL))
244
244
      goto err;
245
245
    errpos=4;
246
246
    *share=share_buff;
440
440
                       &info.first_mbr_key, share->base.max_key_length,
441
441
                       &info.filename,strlen(name)+1,
442
442
                       &info.rtree_recursion_state,have_rtree ? 1024 : 0,
443
 
                       NullS))
 
443
                       NULL))
444
444
    goto err;
445
445
  errpos=6;
446
446