mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -45,7 +45,7 @@ void Filesort_tracker::print_json_members(Json_writer *writer)
|
||||
else if (r_limit == 0)
|
||||
writer->add_str(varied_str);
|
||||
else
|
||||
writer->add_ll((longlong) rint(r_limit/get_r_loops()));
|
||||
writer->add_ll((longlong) rint(r_limit));
|
||||
}
|
||||
|
||||
writer->add_member("r_used_priority_queue");
|
||||
|
Reference in New Issue
Block a user