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:
committed by
Sergei Krivonos
parent
8101af68fa
commit
d4d71153db
@ -6908,7 +6908,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,
|
||||
|
Reference in New Issue
Block a user