summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h
index 08ffdbf5987..fb985ab9930 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -472,7 +472,6 @@ public:
}
/* Hash value */
virtual void hash(ulong *nr, ulong *nr2);
- friend bool reopen_table(THD *,struct st_table *,bool);
friend int cre_myisam(char * name, register TABLE *form, uint options,
ulonglong auto_increment_value);
friend class Copy_field;