~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_open.cc

  • Committer: Mark Atwood
  • Date: 2011-07-03 16:14:16 UTC
  • mfrom: (2353.3.1 drizzle)
  • Revision ID: me@mark.atwood.name-20110703161416-qho1b6h299v1w6i6
mergeĀ lp:~fallenpegasus/drizzle/fix-cppcheck-redundantIfDelete

Show diffs side-by-side

added added

removed removed

Lines of Context:
504
504
  return(m_info);
505
505
 
506
506
err:
507
 
  if (disk_cache != NULL)
508
 
    free(disk_cache);
 
507
  free(disk_cache);
509
508
  save_errno=errno ? errno : HA_ERR_END_OF_FILE;
510
509
  if ((save_errno == HA_ERR_CRASHED) ||
511
510
      (save_errno == HA_ERR_CRASHED_ON_USAGE) ||