summaryrefslogtreecommitdiff
path: root/mysql-test/suite/encryption
diff options
context:
space:
mode:
authorSergei Petrunia <sergey@mariadb.com>2022-11-21 18:17:14 +0300
committerSergei Petrunia <sergey@mariadb.com>2023-02-03 11:22:17 +0300
commit6c4076fac4ade864eda7f09bd9770de3c640feb0 (patch)
treeb89d6af0ac8f26c9d96cbf14654023d9f7da7429 /mysql-test/suite/encryption
parentffe0beca2557a31758f50fa53ceb9948b6cd6248 (diff)
downloadmariadb-git-6c4076fac4ade864eda7f09bd9770de3c640feb0.tar.gz
MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.
Diffstat (limited to 'mysql-test/suite/encryption')
-rw-r--r--mysql-test/suite/encryption/r/tempfiles_encrypted.result13
1 files changed, 13 insertions, 0 deletions
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,