diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index def9cc9a05d..85a99918a2f 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -6964,6 +6964,11 @@ inline int handler::ha_update_tmp_row(const uchar *old_data, uchar *new_data) return error; } +inline bool handler::has_long_unique() +{ + return table->s->long_unique_table; +} + extern pthread_attr_t *get_connection_attrib(void); /** |