mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Revert "bugfix: UPDATE and virtual BLOBs"
This reverts commit f73bdb685d
.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user