summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2008-05-20 11:38:17 +0400
committerkostja@bodhi.(none) <>2008-05-20 11:38:17 +0400
commit2c0ce2a832be070b27d88a4815e1c555a8f4e8f5 (patch)
treec2c65314fdd8ac05f82de10701ce5eb6a9856e11 /libmysqld
parent7ec38d1fa724192f19f13dc35073a0952ff9f7d4 (diff)
parent86396459aed8c3c72ee2db921dc4f5f79dde3aec (diff)
downloadmariadb-git-2c0ce2a832be070b27d88a4815e1c555a8f4e8f5.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into bodhi.(none):/opt/local/work/mysql-5.1-27430
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/lib_sql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc
index 5cce8c6147c..591b76f61ad 100644
--- a/libmysqld/lib_sql.cc
+++ b/libmysqld/lib_sql.cc
@@ -285,7 +285,7 @@ static int emb_stmt_execute(MYSQL_STMT *stmt)
my_bool res;
int4store(header, stmt->stmt_id);
- header[4]= (uchar)stmt->flags;
+ header[4]= (uchar) stmt->flags;
thd= (THD*)stmt->mysql->thd;
thd->client_param_count= stmt->param_count;
thd->client_params= stmt->params;