~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2010-03-02 07:03:12 UTC
  • mfrom: (1309.2.10 drizzle-build)
  • Revision ID: brian@gaz-20100302070312-u8xyk09u2970pgzp
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
681
681
int ha_init(void);
682
682
int ha_end(void);
683
683
 
684
 
uint32_t filename_to_tablename(const char *from, char *to, uint32_t to_length);
685
 
bool tablename_to_filename(const char *from, char *to, size_t to_length);
686
 
 
687
 
 
688
684
/*
689
685
  Storage engine has to assume the transaction will end up with 2pc if
690
686
   - there is more than one 2pc-capable storage engine available