diff options
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c index fc383bd3bdb..ad97d5b1442 100644 --- a/libmysql/libmysql.c +++ b/libmysql/libmysql.c @@ -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 |