~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/myisam.h

  • Committer: Monty Taylor
  • Date: 2008-07-14 22:29:09 UTC
  • mto: (77.6.2 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 159.
  • Revision ID: monty@inaugust.com-20080714222909-6qu1bjrwiwq9htm7
Removed skip-external-locking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
472
472
int change_to_newfile(const char * filename, const char * old_ext,
473
473
                      const char * new_ext, uint raid_chunks,
474
474
                      myf myflags);
475
 
int lock_file(MI_CHECK *param, File file, my_off_t start, int lock_type,
476
 
              const char *filetype, const char *filename);
477
475
void lock_memory(MI_CHECK *param);
478
476
void update_auto_increment_key(MI_CHECK *param, MI_INFO *info,
479
477
                               my_bool repair);