~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2008-07-05 17:02:05 UTC
  • Revision ID: brian@tangent.org-20080705170205-ezff9is4e7hpa3x2
Conversion of handler type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1656
1656
 
1657
1657
/* To be used with WRITE_CACHE and EXTRA_CACHE */
1658
1658
 
1659
 
int ha_myisam::extra_opt(enum ha_extra_function operation, ulong cache_size)
 
1659
int ha_myisam::extra_opt(enum ha_extra_function operation, uint32_t cache_size)
1660
1660
{
1661
1661
  if ((specialflag & SPECIAL_SAFE_MODE) && operation == HA_EXTRA_WRITE_CACHE)
1662
1662
    return 0;