1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Json_writer_object add integers

This commit is contained in:
Sergei Krivonos
2021-11-15 00:42:26 +02:00
committed by Sergei Krivonos
parent 691f7e165a
commit cba065f4fe
3 changed files with 16 additions and 16 deletions

View File

@ -404,7 +404,7 @@ static void trace_table_dependencies(THD *thd,
{
if (map & (1ULL << j))
{
trace_one_table.add("map_bit", static_cast<longlong>(j));
trace_one_table.add("map_bit", j);
break;
}
}