mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.
This commit is contained in:
@@ -1916,6 +1916,9 @@ void Explain_table_access::print_explain_json(Explain_query *query,
|
||||
rowid_filter->print_explain_json(query, writer, is_analyze);
|
||||
}
|
||||
|
||||
if (loops != 0.0)
|
||||
writer->add_member("loops").add_double(loops);
|
||||
|
||||
/* r_loops (not present in tabular output) */
|
||||
if (is_analyze)
|
||||
{
|
||||
|
Reference in New Issue
Block a user