mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@ -508,8 +508,11 @@ ANALYZE
|
||||
"buffer_type": "flat",
|
||||
"buffer_size": "256Kb",
|
||||
"join_type": "BNL",
|
||||
"r_loops": 3,
|
||||
"r_filtered": 100,
|
||||
"r_unpack_time_ms": "REPLACED"
|
||||
"r_unpack_time_ms": "REPLACED",
|
||||
"r_other_time_ms": "REPLACED",
|
||||
"r_effective_rows": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -618,8 +621,11 @@ ANALYZE
|
||||
"buffer_type": "flat",
|
||||
"buffer_size": "256Kb",
|
||||
"join_type": "BNL",
|
||||
"r_loops": 3,
|
||||
"r_filtered": 100,
|
||||
"r_unpack_time_ms": "REPLACED"
|
||||
"r_unpack_time_ms": "REPLACED",
|
||||
"r_other_time_ms": "REPLACED",
|
||||
"r_effective_rows": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user