Commit 633fb481 authored by unknown's avatar unknown

Disambiguate method call. (Windows compiler error.)

parent fe671b87
......@@ -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();
......
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