~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to heap/hp_scan.c

Merge with 4.0.3
Some simple optimzations, more comments and indentation changes.
Add ` around database in 'use database' in binary log.
Moved max_error_count and max_warning_count to variables struct.
Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls.
Changed string functions to use character set of first string argument as default return characterset
(Each string function can change the above assumption if needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        DBUG_RETURN(my_errno= HA_ERR_END_OF_FILE);
59
59
      }
60
60
    }
61
 
    _hp_find_record(info,pos);
 
61
    hp_find_record(info, pos);
62
62
  }
63
63
  if (!info->current_ptr[share->reclength])
64
64
  {