mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-23645: Optimizer trace: print conditions after substitute_for_best_equal_field
Print the conditions for WHERE, HAVING, and ON.
This commit is contained in:
@ -229,9 +229,14 @@ explain select * from t1 where a=1 or b=1 {
|
||||
{
|
||||
"best_join_order": ["t1"]
|
||||
},
|
||||
{
|
||||
"substitute_best_equal": {
|
||||
"condition": "WHERE",
|
||||
"resulting_condition": "t1.a = 1 or t1.b = 1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"attaching_conditions_to_tables": {
|
||||
"original_condition": "t1.a = 1 or t1.b = 1",
|
||||
"attached_conditions_computation": [],
|
||||
"attached_conditions_summary": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user