From fc9fa45f5c9d0fbec2f0062efc7e43a20513daaa Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 22 Feb 2007 16:25:47 -0500 Subject: Disambiguate method call. (Windows compiler error.) --- sql/sql_profile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_profile.cc b/sql/sql_profile.cc index e9b6ef0b522..86f6854206d 100644 --- a/sql/sql_profile.cc +++ b/sql/sql_profile.cc @@ -453,7 +453,7 @@ bool QUERY_PROFILE::show(uint options) protocol->store(entry->function, strlen(entry->function), system_charset_info); protocol->store(entry->file, strlen(entry->file), system_charset_info); - protocol->store(entry->line); + protocol->store((uint32) entry->line); } else { protocol->store_null(); protocol->store_null(); -- cgit v1.2.1