mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
committed by
Sergei Golubchik
parent
57a09a72a3
commit
837ad9ab97
@@ -41,7 +41,7 @@ bool multi_update_precheck(THD *thd, TABLE_LIST *tables);
|
||||
bool multi_delete_precheck(THD *thd, TABLE_LIST *tables);
|
||||
int mysql_multi_update_prepare(THD *thd);
|
||||
int mysql_multi_delete_prepare(THD *thd);
|
||||
bool mysql_insert_select_prepare(THD *thd);
|
||||
bool mysql_insert_select_prepare(THD *thd,select_result *sel_res);
|
||||
bool update_precheck(THD *thd, TABLE_LIST *tables);
|
||||
bool delete_precheck(THD *thd, TABLE_LIST *tables);
|
||||
bool insert_precheck(THD *thd, TABLE_LIST *tables);
|
||||
|
||||
Reference in New Issue
Block a user