~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-02-09 22:48:12 UTC
  • mto: (2154.2.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110209224812-n7f7as4eflzk2r7l
Merge in header fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
466
466
  UNIV_INTERN int doRenameTable(Session&, const identifier::Table &from, const identifier::Table &to);
467
467
  UNIV_INTERN int doDropTable(Session &session, const identifier::Table &identifier);
468
468
 
469
 
  UNIV_INTERN virtual bool get_error_message(int error, String *buf);
 
469
  UNIV_INTERN virtual bool get_error_message(int error, String *buf) const;
470
470
 
471
471
  UNIV_INTERN uint32_t max_supported_keys() const;
472
472
  UNIV_INTERN uint32_t max_supported_key_length() const;
8641
8641
/* See comment in Cursor.cc */
8642
8642
UNIV_INTERN
8643
8643
bool
8644
 
InnobaseEngine::get_error_message(int, String *buf)
 
8644
InnobaseEngine::get_error_message(int, String *buf) const
8645
8645
{
8646
8646
  trx_t*  trx = check_trx_exists(current_session);
8647
8647