summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2004-08-19 15:36:05 +0500
committerunknown <hf@deer.(none)>2004-08-19 15:36:05 +0500
commit84779aef24cabafd26e8445fbe60c1d3a0c2b4e9 (patch)
treeb98c20512095d00b35003e248dbcedc4350ac173 /sql
parent205703ff06f4f90d3542fe593294c3c54b06a5ec (diff)
downloadmariadb-git-84779aef24cabafd26e8445fbe60c1d3a0c2b4e9.tar.gz
addition to fixes about #4700, 4701
libmysqld/lib_sql.cc: Comment added sql/sql_prepare.cc: Necessary line added to emb_insert_params_with_log
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_prepare.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc
index 47cc461fac0..754da84f257 100644
--- a/sql/sql_prepare.cc
+++ b/sql/sql_prepare.cc
@@ -737,6 +737,7 @@ static bool emb_insert_params_withlog(Prepared_statement *stmt, String *query)
else
{
uchar *buff= (uchar*)client_param->buffer;
+ param->unsigned_flag= client_param->is_unsigned;
param->set_param_func(param, &buff,
client_param->length ?
*client_param->length :