diff options
author | unknown <venu@myvenu.com> | 2002-12-06 23:39:11 -0800 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2002-12-06 23:39:11 -0800 |
commit | cd5ef4d94bb4cb0cefc4349c057d947a189dfd32 (patch) | |
tree | 64c8b936c2548edcc56e1acb79d48b320bf4bdd0 /libmysql | |
parent | baebdcfc585ee64ed9b6ca4ed0724639a6c17893 (diff) | |
download | mariadb-git-cd5ef4d94bb4cb0cefc4349c057d947a189dfd32.tar.gz |
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
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 |