1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
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:
unknown
2002-12-06 23:39:11 -08:00
parent baebdcfc58
commit cd5ef4d94b
6 changed files with 24 additions and 34 deletions

View File

@ -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