1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.

This commit is contained in:
Sergei Petrunia
2022-11-21 18:17:14 +03:00
parent ffe0beca25
commit 6c4076fac4
51 changed files with 1641 additions and 4 deletions

View File

@ -57,6 +57,7 @@ EXPLAIN
"table": {
"table_name": "t1",
"access_type": "ALL",
"loops": 1,
"rows": 3,
"cost": "COST_REPLACED",
"filtered": 100
@ -75,6 +76,7 @@ EXPLAIN
"table": {
"table_name": "t2",
"access_type": "ALL",
"loops": 1,
"rows": 3,
"cost": "COST_REPLACED",
"filtered": 100
@ -93,6 +95,7 @@ EXPLAIN
"table": {
"table_name": "t3",
"access_type": "ALL",
"loops": 1,
"rows": 3,
"cost": "COST_REPLACED",
"filtered": 100
@ -129,6 +132,7 @@ ANALYZE
"table": {
"table_name": "t1",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -154,6 +158,7 @@ ANALYZE
"table": {
"table_name": "t2",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -179,6 +184,7 @@ ANALYZE
"table": {
"table_name": "t3",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -212,6 +218,7 @@ ANALYZE
"table": {
"table_name": "<derived2>",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 1,
@ -239,6 +246,7 @@ ANALYZE
"table": {
"table_name": "t1",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -264,6 +272,7 @@ ANALYZE
"table": {
"table_name": "t2",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -289,6 +298,7 @@ ANALYZE
"table": {
"table_name": "t3",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -372,6 +382,7 @@ EXPLAIN
"table": {
"table_name": "t1",
"access_type": "ALL",
"loops": 1,
"rows": 3,
"cost": "COST_REPLACED",
"filtered": 100
@ -390,6 +401,7 @@ EXPLAIN
"table": {
"table_name": "t2",
"access_type": "ALL",
"loops": 1,
"rows": 3,
"cost": "COST_REPLACED",
"filtered": 100
@ -400,6 +412,7 @@ EXPLAIN
"table": {
"table_name": "t3",
"access_type": "ALL",
"loops": 3,
"rows": 3,
"cost": "COST_REPLACED",
"filtered": 100
@ -440,6 +453,7 @@ ANALYZE
"table": {
"table_name": "t1",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -465,6 +479,7 @@ ANALYZE
"table": {
"table_name": "t2",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -480,6 +495,7 @@ ANALYZE
"table": {
"table_name": "t3",
"access_type": "ALL",
"loops": 3,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -519,6 +535,7 @@ ANALYZE
"table": {
"table_name": "<derived2>",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 1,
@ -546,6 +563,7 @@ ANALYZE
"table": {
"table_name": "t1",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -571,6 +589,7 @@ ANALYZE
"table": {
"table_name": "t2",
"access_type": "ALL",
"loops": 1,
"r_loops": 1,
"rows": 3,
"r_rows": 3,
@ -586,6 +605,7 @@ ANALYZE
"table": {
"table_name": "t3",
"access_type": "ALL",
"loops": 3,
"r_loops": 1,
"rows": 3,
"r_rows": 3,