From 6c4076fac4ade864eda7f09bd9770de3c640feb0 Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Mon, 21 Nov 2022 18:17:14 +0300 Subject: MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. --- mysql-test/suite/encryption/r/tempfiles_encrypted.result | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mysql-test/suite/encryption') diff --git a/mysql-test/suite/encryption/r/tempfiles_encrypted.result b/mysql-test/suite/encryption/r/tempfiles_encrypted.result index b75334d8c31..103d8740087 100644 --- a/mysql-test/suite/encryption/r/tempfiles_encrypted.result +++ b/mysql-test/suite/encryption/r/tempfiles_encrypted.result @@ -1423,6 +1423,7 @@ EXPLAIN "table": { "table_name": "t0", "access_type": "ALL", + "loops": 1, "rows": 10, "cost": "COST_REPLACED", "filtered": 100 @@ -1462,6 +1463,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 10, "cost": "COST_REPLACED", "filtered": 100 @@ -1499,6 +1501,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 10, "cost": "COST_REPLACED", "filtered": 100 @@ -1541,6 +1544,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 10, "cost": "COST_REPLACED", "filtered": 100 @@ -1694,6 +1698,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 3, "cost": "COST_REPLACED", "filtered": 100 @@ -1728,6 +1733,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 3, "cost": "COST_REPLACED", "filtered": 100 @@ -1762,6 +1768,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 3, "cost": "COST_REPLACED", "filtered": 100 @@ -1796,6 +1803,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 3, "cost": "COST_REPLACED", "filtered": 100 @@ -1860,6 +1868,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 6, "cost": "COST_REPLACED", "filtered": 100 @@ -2021,6 +2030,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 9, "cost": "COST_REPLACED", "filtered": 100 @@ -2202,6 +2212,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 11, "cost": "COST_REPLACED", "filtered": 100 @@ -2271,6 +2282,7 @@ EXPLAIN "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "rows": 6, "cost": "COST_REPLACED", "filtered": 100 @@ -3880,6 +3892,7 @@ ANALYZE "table": { "table_name": "t1", "access_type": "ALL", + "loops": 1, "r_loops": 1, "rows": 3, "r_rows": 3, -- cgit v1.2.1