~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.cc

  • Committer: Brian Aker
  • Date: 2008-11-23 01:22:38 UTC
  • mfrom: (598.1.1 trunk)
  • Revision ID: brian@tangent.org-20081123012238-ax0w8xd30izgip5y
Merge in Monty's work for Solaris Sun Studio

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <drizzled/global.h>
19
19
 
20
20
#include <mystrings/m_ctype.h>
 
21
#include <stdio.h>
21
22
#include <stdarg.h>
22
23
#include <mysys/my_getopt.h>
23
24
#include <mysys/my_bit.h>
1456
1457
    goto err;
1457
1458
  }
1458
1459
 
1459
 
  if (!mi_alloc_rec_buff(info, -1, &sort_param.record))
 
1460
  if (!mi_alloc_rec_buff(info, (ulong)-1, &sort_param.record))
1460
1461
  {
1461
1462
    mi_check_print_error(param,"Not enough memory for record");
1462
1463
    goto err;