~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_create.c

  • Committer: Monty Taylor
  • Date: 2008-10-02 01:31:53 UTC
  • mfrom: (398.1.6 codestyle-new)
  • Revision ID: monty@inaugust.com-20081002013153-b097om921cd3j1pn
MergedĀ fromĀ stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
{
377
377
  uint i,recbuffer,records_in_block;
378
378
 
379
 
  max_records= max(min_records,max_records);
 
379
  max_records= cmax(min_records,max_records);
380
380
  if (!max_records)
381
381
    max_records= 1000;                  /* As good as quess as anything */
382
382