~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.h

  • Committer: Brian Aker
  • Date: 2009-11-16 17:06:48 UTC
  • mto: (1220.1.2 staging)
  • mto: This revision was merged to the branch mainline in revision 1221.
  • Revision ID: brian@gaz-20091116170648-u9feaqfbs3twp9ct
Move print_error up to Engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
                                                    uint64_t *nb_reserved_values);
179
179
        UNIV_INTERN int reset_auto_increment(uint64_t value);
180
180
 
181
 
        UNIV_INTERN virtual bool get_error_message(int error, String *buf);
182
 
 
183
181
        UNIV_INTERN bool primary_key_is_clustered();
184
182
        UNIV_INTERN int cmp_ref(const unsigned char *ref1, const unsigned char *ref2);
185
183
        /** Fast index creation (smart ALTER TABLE) @see handler0alter.cc @{ */