Commit 5b07977a authored by Kentoku SHIBA's avatar Kentoku SHIBA

update in trigger

parent 33fc4f51
This diff is collapsed.
......@@ -548,6 +548,12 @@ class ha_spider: public handler
int pre_write_row(
uchar *buf
);
#endif
#ifdef HANDLER_HAS_DIRECT_UPDATE_ROWS
void direct_update_init(
THD *thd,
bool hs_request
);
#endif
bool start_bulk_update();
int exec_bulk_update(
......
......@@ -13,7 +13,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define SPIDER_DETAIL_VERSION "3.1.8"
#define SPIDER_DETAIL_VERSION "3.1.9"
#define SPIDER_HEX_VERSION 0x0301
#if MYSQL_VERSION_ID < 50500
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment