~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • Committer: Monty Taylor
  • Date: 2008-09-23 06:09:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923060948-pec1d5wxetf84tte
Cleaned up stuff out of global.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1291
1291
  return mi_delete(file,buf);
1292
1292
}
1293
1293
 
1294
 
C_MODE_START
 
1294
#ifdef __cplusplus
 
1295
extern "C" {
 
1296
#endif
1295
1297
 
1296
1298
bool index_cond_func_myisam(void *arg)
1297
1299
{
1305
1307
  return (bool)h->pushed_idx_cond->val_int();
1306
1308
}
1307
1309
 
1308
 
C_MODE_END
 
1310
#ifdef __cplusplus
 
1311
}
 
1312
#endif
1309
1313
 
1310
1314
 
1311
1315
int ha_myisam::index_init(uint idx, bool sorted __attribute__((unused)))