Commit e1d6b732 authored by unknown's avatar unknown

warning count for embedded prepared statements added


libmysqld/lib_sql.cc:
  reading warning count added
parent b102253b
......@@ -181,6 +181,7 @@ static my_bool emb_read_prepare_result(MYSQL *mysql, MYSQL_STMT *stmt)
stmt->stmt_id= thd->client_stmt_id;
stmt->param_count= thd->client_param_count;
stmt->field_count= mysql->field_count;
mysql->warning_count= thd->total_warn_count;
if (stmt->field_count != 0)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment