1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge trunk-bugfixing -> trunk-runtime

This commit is contained in:
Konstantin Osipov
2010-06-17 17:31:51 +04:00
388 changed files with 6327 additions and 11537 deletions

View File

@ -23,10 +23,10 @@ struct TABLE_LIST;
class Item;
typedef class Item COND;
typedef struct st_sql_list SQL_LIST;
template <typename T> class SQL_I_List;
int mysql_prepare_delete(THD *thd, TABLE_LIST *table_list, Item **conds);
bool mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds,
SQL_LIST *order, ha_rows rows, ulonglong options);
SQL_I_List<ORDER> *order, ha_rows rows, ulonglong options);
#endif /* SQL_DELETE_INCLUDED */