1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
Fix for save_in_field to take extra bool argumnet (4.0 merge compatibility)
This commit is contained in:
venu@myvenu.com
2002-12-06 23:39:11 -08:00
parent 7e312565c3
commit 9100688c17
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