mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ANALYZE FORMAT=JSON: Backport block-nl-join.r_unpack_time_ms from 11.0 +fix MDEV-30830.
Also fix it to work with hashed join (MDEV-30830). Reviewed by: Monty <monty@mariadb.org>
This commit is contained in:
@ -336,6 +336,7 @@ ANALYZE
|
||||
"join_type": "BNL",
|
||||
"r_loops": 2,
|
||||
"r_filtered": 100,
|
||||
"r_unpack_time_ms": "REPLACED",
|
||||
"r_effective_rows": 2
|
||||
}
|
||||
}
|
||||
@ -374,6 +375,7 @@ ANALYZE
|
||||
"join_type": "BNL",
|
||||
"r_loops": 2,
|
||||
"r_filtered": 100,
|
||||
"r_unpack_time_ms": "REPLACED",
|
||||
"r_effective_rows": 2
|
||||
}
|
||||
}
|
||||
@ -441,6 +443,7 @@ ANALYZE
|
||||
"join_type": "BNL",
|
||||
"r_loops": 2,
|
||||
"r_filtered": 100,
|
||||
"r_unpack_time_ms": "REPLACED",
|
||||
"r_effective_rows": 2
|
||||
}
|
||||
}
|
||||
@ -479,6 +482,7 @@ ANALYZE
|
||||
"join_type": "BNL",
|
||||
"r_loops": 2,
|
||||
"r_filtered": 100,
|
||||
"r_unpack_time_ms": "REPLACED",
|
||||
"r_effective_rows": 2
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user