summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authorosku@127.(none) <>2005-09-23 16:22:27 +0300
committerosku@127.(none) <>2005-09-23 16:22:27 +0300
commitd61708d1c91a8eb328d469bf8e49f876c2a25a7b (patch)
tree43f72da6760864b8d20d6e9cdf26fd07d9b15b08 /sql/ha_innodb.h
parentf5c00b0dbda74c899067880ac0de5c489d54b19f (diff)
downloadmariadb-git-d61708d1c91a8eb328d469bf8e49f876c2a25a7b.tar.gz
Fix bug #3443, better foreign key error messsages.
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r--sql/ha_innodb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h
index 1c02ac20bb4..d3c7af432a0 100644
--- a/sql/ha_innodb.h
+++ b/sql/ha_innodb.h
@@ -174,6 +174,8 @@ class ha_innobase: public handler
void init_table_handle_for_HANDLER();
ulonglong get_auto_increment();
int reset_auto_increment(ulonglong value);
+
+ virtual bool get_error_message(int error, String *buf);
uint8 table_cache_type() { return HA_CACHE_TBL_ASKTRANSACT; }
/*