From c81140f5a18602844d2419c49b326cf0fddea5e7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Jan 2007 02:41:14 +0400 Subject: [PATCH] warning count for embedded prepared statements added libmysqld/lib_sql.cc: reading warning count added --- libmysqld/lib_sql.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc index f5e88190cac..fe4ac5ba676 100644 --- a/libmysqld/lib_sql.cc +++ b/libmysqld/lib_sql.cc @@ -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) {