Disambiguate method call. (Windows compiler error.)
This commit is contained in:
parent
fe671b8704
commit
633fb481c9
@ -453,7 +453,7 @@ bool QUERY_PROFILE::show(uint options)
|
|||||||
protocol->store(entry->function, strlen(entry->function),
|
protocol->store(entry->function, strlen(entry->function),
|
||||||
system_charset_info);
|
system_charset_info);
|
||||||
protocol->store(entry->file, strlen(entry->file), system_charset_info);
|
protocol->store(entry->file, strlen(entry->file), system_charset_info);
|
||||||
protocol->store(entry->line);
|
protocol->store((uint32) entry->line);
|
||||||
} else {
|
} else {
|
||||||
protocol->store_null();
|
protocol->store_null();
|
||||||
protocol->store_null();
|
protocol->store_null();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user