summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authorgluh@gluh.mysql.r18.ru <>2004-11-13 13:56:39 +0300
committergluh@gluh.mysql.r18.ru <>2004-11-13 13:56:39 +0300
commit321f803784c6a64489a77cf3ebb65a6ba6ebe5b6 (patch)
treeac9ddd79f507e1d94d3813cedf796f24c44bc6de /sql/ha_innodb.h
parent7df412160ad9fe8c350656cd9ed6dc01e9d565df (diff)
downloadmariadb-git-321f803784c6a64489a77cf3ebb65a6ba6ebe5b6.tar.gz
WL#1629: SHOW with WHERE(partially) &
WL#173: Create Data Dictionary Tables for SHOW Commands
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r--sql/ha_innodb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h
index 7e337afed0e..f9588bee055 100644
--- a/sql/ha_innodb.h
+++ b/sql/ha_innodb.h
@@ -162,6 +162,7 @@ class ha_innobase: public handler
int check(THD* thd, HA_CHECK_OPT* check_opt);
char* update_table_comment(const char* comment);
char* get_foreign_key_create_info();
+ int get_foreign_key_list(THD *thd, List<FOREIGN_KEY_INFO> *f_key_list);
uint referenced_by_foreign_key();
void free_foreign_key_create_info(char* str);
THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,