Commit Graph

915 Commits

Author SHA1 Message Date
da62af66ea Bugfix for nested loop join operator 2023-01-12 19:02:33 +08:00
31171bb553 [FEAT MERGE] das framework optimization. 2023-01-12 19:02:33 +08:00
2e53238aa9 fix core at caused by deducing type of lead/lag functions 2023-01-12 19:02:33 +08:00
c618e39038 [to #47185930] fix a typo in add_ps_plan & fix mysqltest 2023-01-12 19:02:33 +08:00
e11e34ee78 fix group scan lookup release_op core 2023-01-12 19:02:33 +08:00
080ca3a2dd [CP] fix CHAR and CONCAT result length bug 2023-01-12 19:02:33 +08:00
9c56a1418b fix qc not report error code when wait_all_running_dfo_exit 2023-01-12 19:02:33 +08:00
c1e0bb4522 fix 3-stage agg wrong result && fix aggr ignore error code && fix int_cell_str sanity core 2023-01-12 19:02:33 +08:00
460fdf9fc4 [bugfix] get wrong db_time when subplan filter is used in the plan 2023-01-12 19:02:33 +08:00
c0acd5e468 [bug]Join order changed when execute with the udf by different parallel hint 2023-01-12 19:02:33 +08:00
0739dcbef4 Fix distinct aggregate expr with rollup eval core 2023-01-12 19:02:33 +08:00
c7f7f1cff5 fix group_concat truncate bug 2023-01-12 19:02:33 +08:00
26108dd0d6 fix aggr subquery bug in vector update 2023-01-12 19:02:33 +08:00
2c5e745e15 Fix simplify is null bug 2023-01-12 19:02:33 +08:00
1a08e1d8f5 fix use_das merge hint 4016 bug 2023-01-12 19:02:33 +08:00
08802d94f6 [FEAT MERGE] 4.1 PL/SQL enhence & development 2023-01-12 19:02:33 +08:00
901bdbb9dc change dump block log level 2023-01-12 19:02:33 +08:00
a6b8c02d39 revert the commit which cause remote execution may report error_code 4002 2023-01-12 19:02:33 +08:00
c082c93fd4 Fix plan with das for update hang in px transmit operator 2023-01-12 19:02:33 +08:00
678650edc8 Fix the bug caused by the schema version inconsistency between the remote execution ctrl_server and execution_server 2023-01-12 19:02:33 +08:00
d3d0e6d263 adjust log level from ERROR to WARN 2023-01-12 19:02:33 +08:00
561432c689 [FEAT MERGE] Big Txn Execution Optimization 2023-01-12 19:02:33 +08:00
e02880d2e1 [CP] fix simplify null condition bug 2023-01-12 19:02:33 +08:00
d5c563072a fix index skip scan selectively calculate bugs 2023-01-12 19:02:33 +08:00
6bc6228b9c to issue<47101316>:fix ob execute slow when executing forall dml stmt containing udf 2023-01-12 19:02:33 +08:00
cce7bdeb9d Implement user-defined aggregate function overloading 2023-01-12 19:02:33 +08:00
a0b1894058 fix bug of weight_string 2023-01-12 19:02:33 +08:00
99a529ed7e Clear sub expr evaluated flag of black filter when apply filter 2023-01-12 19:02:33 +08:00
656ce35cce fix mysqltest 2023-01-12 19:02:33 +08:00
a09a9911fe to issue<47065195>:fix memory leak of pl temp when using udf in sql stmt 2023-01-12 19:02:33 +08:00
7c991b5da5 [FEAT MERGE] implement SQL level resource management based on pattern match 2023-01-12 19:02:33 +08:00
1c9259243e Fix base64 bug: ob doesn't return null as expected 2023-01-12 19:02:33 +08:00
8ee98a51af Fix mysql tests 2023-01-12 19:02:33 +08:00
07b1224a51 [FEAT MERGE] skip scan feature and performance optimization 2023-01-12 19:02:33 +08:00
4453ef5eee Fix some query rewrite bug 2023-01-12 19:02:33 +08:00
0bd1b2cf37 fix char/nchar attribute bug in udt 2023-01-12 19:02:33 +08:00
95806f25cb disable block scan with scn output 2023-01-12 19:02:33 +08:00
03a9f4d2a0 [4.1][xa] refine xid check for null field 2023-01-12 19:02:33 +08:00
f14618802c fix gis mysqltest in slave mode 2023-01-12 19:02:33 +08:00
ae962fba65 Fix an order by udt bug 2023-01-12 19:02:33 +08:00
5ba864f256 [CP] [parser][bugfix]: raise parser_error while these is invalid character. 2023-01-12 19:02:33 +08:00
8db97ab4e4 [to #47026168] fix sanity core & package cursor resolve 2023-01-12 19:02:33 +08:00
0f5613364d fix width bucket result scale not set bug 2023-01-12 19:02:33 +08:00
4250b40aa2 [CP] fix program crashed when top_limit_cnt_ in operator select-into is set to zero 2023-01-12 19:02:33 +08:00
eddcded977 Fix mysql tests 2023-01-12 19:02:33 +08:00
4bd0c6351a purge timeout is not suitable 2023-01-12 19:02:33 +08:00
2c8c28887f [FEAT MERGE]support ddl real time monitoring 2023-01-12 19:02:33 +08:00
21db1a62e2 Add errno for multiset and vpd and a parse_node flag 2023-01-12 19:02:33 +08:00
6447906ef3 [to #35400270] fix padding of PL CHAR variables in PAD_CHAR_TO_FULL_LENGTH sql_mode 2023-01-12 19:02:33 +08:00
9dcc0a529e [FEAT MERGE]implement user-defined rewrite rules 2023-01-12 19:02:33 +08:00