summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index c689fb94128..4e207104974 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -732,6 +732,7 @@ struct TABLE_SHARE
KEY *key_info; /* data of keys in database */
FK_list foreign_keys;
FK_list referenced_keys;
+ Field *find_field_by_name(const LEX_CSTRING n) const;
bool fk_handle_create(THD *thd, FK_backup_storage &shares, FK_list *fk_add= NULL);
bool fk_check_consistency(THD *thd);
bool referenced_by_foreign_key() const