mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
item.cc:
Fix for save_in_field to take extra bool argumnet (4.0 merge compatibility) sql/item.cc: Fix for save_in_field to take extra bool argumnet (missed one) sql/sql_prepare.cc: cleanups for init_param_items
This commit is contained in:
@ -4333,7 +4333,6 @@ mysql_send_long_data(MYSQL_STMT *stmt, uint param_number,
|
||||
packet= extra_data;
|
||||
int4store(packet, stmt->stmt_id); packet+=4;
|
||||
int2store(packet, param_number); packet+=2;
|
||||
int2store(packet, param->buffer_type); packet+=2;
|
||||
|
||||
/*
|
||||
Note that we don't get any ok packet from the server in this case
|
||||
|
Reference in New Issue
Block a user