1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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

@@ -6939,7 +6939,7 @@ static bool ror_intersect_add(ROR_INTERSECT_INFO *info,
DBUG_PRINT("info", ("info->total_cost= %g", info->total_cost));
}
else
trace_costs->add("disk_sweep_cost", static_cast<longlong>(0));
trace_costs->add("disk_sweep_cost", 0);
DBUG_PRINT("info", ("New out_rows: %g", info->out_rows));
DBUG_PRINT("info", ("New cost: %g, %scovering", info->total_cost,