~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.cc

  • Committer: Brian Aker
  • Date: 2008-09-04 23:15:32 UTC
  • mto: This revision was merged to the branch mainline in revision 383.
  • Revision ID: brian@tangent.org-20080904231532-0m5gbtznr4kdvtau
Remove random dead variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
  my_free(screen_buff,MYF(0));
315
315
  my_free(keybuff, MYF(0));
316
316
 
317
 
  if (opt_sync_frm && !(create_info->options & HA_LEX_CREATE_TMP_TABLE) &&
 
317
  if (!(create_info->options & HA_LEX_CREATE_TMP_TABLE) &&
318
318
      (my_sync(file, MYF(MY_WME)) ||
319
319
       my_sync_dir_by_file(file_name, MYF(MY_WME))))
320
320
      goto err2;