Bugfixs patched from 3.1.x to 3.1_opensource_release

This commit is contained in:
sl0
2021-07-29 14:03:21 +08:00
committed by wangzelin.wzl
parent 9bbbb31585
commit 4640a92c31
26 changed files with 217 additions and 135 deletions

View File

@ -65110,8 +65110,8 @@ SQL: select * from vv1;
]
},
"is_alias":false,
"alias_name":"(`opt`.`t1`.`c1` + 2)",
"expr_name":"(`opt`.`t1`.`c1` + 2)",
"alias_name":"(`t1`.`c1` + 2)",
"expr_name":"(`t1`.`c1` + 2)",
"default": {
"NULL":"NULL"
},
@ -65355,7 +65355,7 @@ SQL: select * from vv1;
},
"is_alias":false,
"alias_name":"c1",
"expr_name":"`opt`.`t1`.`c1`",
"expr_name":"`t1`.`c1`",
"default": {
"NULL":"NULL"
},