~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_create.c

  • Committer: rbradfor
  • Date: 2008-07-30 16:49:51 UTC
  • mto: (236.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 239.
  • Revision ID: rbradfor@macmarvin-20080730164951-xh1vbbcj5o7kmz6v
Mac OS/X with darwin ports corrected uninitialized variable warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
              MI_CREATE_INFO *ci,uint flags)
32
32
{
33
33
  register uint i, j;
34
 
  File dfile= 0, file;
 
34
  File dfile= 0, file = 0;
35
35
  int errpos,save_errno, create_mode= O_RDWR | O_TRUNC;
36
36
  myf create_flag;
37
37
  uint fields,length,max_key_length,packed,pointer,real_length_diff,