1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Disambiguate method call. (Windows compiler error.)

This commit is contained in:
cmiller@zippy.cornsilk.net
2007-02-22 16:25:47 -05:00
parent b9170b2c5e
commit b30fd9b414

View File

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