mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into bodhi.(none):/opt/local/work/mysql-5.1-27430
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user