diff options
Diffstat (limited to 'sql/sql_insert.h')
-rw-r--r-- | sql/sql_insert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_insert.h b/sql/sql_insert.h index 5ec1846425d..cbfc1ea9dcd 100644 --- a/sql/sql_insert.h +++ b/sql/sql_insert.h @@ -21,6 +21,7 @@ /* Instead of including sql_lex.h we add this typedef here */ typedef List<Item> List_item; +typedef struct st_copy_info COPY_INFO; bool mysql_prepare_insert(THD *thd, TABLE_LIST *table_list, TABLE *table, List<Item> &fields, List_item *values, |