|
|
31b14bcba4
|
Fixed the problem of <hint add material> causing the logic <hint add monitor dump> to change.
|
2024-02-08 21:29:12 +00:00 |
|
|
|
685be8bbfb
|
Fix: Commit asynchronously returns the packet, resulting in the affected row not being updated in time
|
2024-02-08 21:14:09 +00:00 |
|
|
|
fbe7a6abe0
|
fix hash join core when nest loop mode build hash table
|
2024-02-08 20:59:21 +00:00 |
|
|
|
77025bbbb3
|
Fix incorrect plan sharing causing crash
|
2024-02-08 20:53:20 +00:00 |
|
|
|
0581e5049c
|
[CP] fix exec_param nested problem
|
2024-02-08 20:50:21 +00:00 |
|
|
|
64b972e13f
|
[CP] [to #54116671] fix serval pl bugs
|
2024-02-08 20:47:21 +00:00 |
|
|
|
82eb30388c
|
fix topn bug: comp not updated when new batch be added
|
2024-02-08 20:14:52 +00:00 |
|
|
|
6c236f548c
|
occupy codes for the password func
|
2024-02-08 20:11:53 +00:00 |
|
|
|
f8f62b75c7
|
Fix the memory leak bug of VectorHeader to_string
|
2024-02-08 19:54:30 +00:00 |
|
|
|
5a89da909b
|
fix vec2.0 px merge sort receive and table scan partition pruning bug
|
2024-02-08 19:51:30 +00:00 |
|
|
|
76f6145117
|
Fix flashback error code when read snapshot recycled
|
2024-02-08 19:45:41 +00:00 |
|
|
|
9e99fdb706
|
fix coredump if toolbox init half
|
2024-02-08 19:36:43 +00:00 |
|
|
|
626c5536f9
|
bugfix: substr expr get wrong result length
|
2024-02-08 19:30:43 +00:00 |
|
|
|
426469c057
|
[CP] fix serialize ObSqlArrayObj bugs
|
2024-02-08 19:27:43 +00:00 |
|
|
|
d2633c10e1
|
[CP] [to #52802834] fix record default value with null & serval bugs
|
2024-02-08 19:24:42 +00:00 |
|
|
|
550562e6e3
|
Fix vec 2.0 limit op use wrong null index
|
2024-02-08 19:09:40 +00:00 |
|
|
|
3fd4afdc90
|
Fix print vectorized rows core when row is skipped
|
2024-02-08 19:03:50 +00:00 |
|
|
|
65d5b08606
|
[CP] fix update with non-strict mode core
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
|
2024-02-08 18:57:49 +00:00 |
|
|
|
d09f4efcff
|
fix some problem in <hint material>
|
2024-02-08 18:40:02 +00:00 |
|
|
|
b4224a09b3
|
[CP] fix: fix the resolve updated view bug if the base table of updated view has foreign key constraint
|
2024-02-08 18:34:08 +00:00 |
|
|
|
d9d136275c
|
BUG: loading multi empty files failed
|
2024-02-08 18:31:05 +00:00 |
|
|
|
c151117756
|
[CP] [to #52634036] revert child expr when replace top expr to question mark
|
2024-02-08 18:04:46 +00:00 |
|
|
|
d6ac8823cd
|
fix stmt rollback failed cause 4038 returned to client
|
2024-02-08 17:35:07 +00:00 |
|
|
|
90b7fe53bb
|
bugfix : json dot notation bugfix patch to master
|
2024-02-08 17:32:07 +00:00 |
|
|
|
81e0cd0938
|
use tracepoint control sql memory mgr global bound
|
2024-02-08 17:29:07 +00:00 |
|
|
|
30cf1c7598
|
statement_digest、statement_digest_text等处理latin1字符有乱>码,报错1064
|
2024-02-08 17:14:19 +00:00 |
|
|
|
1ec266b97f
|
[CP] [to #53885845] fix package state sync with distrubte plan on remote server
|
2024-02-08 16:56:18 +00:00 |
|
|
|
262a63c5ac
|
[CP] [to #53768441] fix pl retry logic with package state change & fill cursor
|
2024-02-08 16:53:16 +00:00 |
|
|
|
75300339f3
|
[CP] [to #53795668] fix collection element access with deleted element
|
2024-02-08 16:50:15 +00:00 |
|
|
|
fa31f40416
|
fix do not restore number buffer leads memory damage
|
2024-02-08 16:47:15 +00:00 |
|
|
|
f351aa3c6a
|
[CP] [to #53709570] fix udt parameter & function out value in ps anonymous block
|
2024-02-08 16:41:14 +00:00 |
|
|
|
7df6c7b6fb
|
stmt type on master
|
2024-02-08 16:38:15 +00:00 |
|
|
|
5ca81e3013
|
Fix expr calc accuracy reuse during type deduce
|
2024-02-08 16:26:25 +00:00 |
|
|
|
ba7c8e7351
|
[to #52329678]package variables cannot be called with brackets
|
2024-02-08 16:23:24 +00:00 |
|
|
|
3a43b5f75d
|
Resolved the issue of deadlocks caused by repeatedly acquiring write locks when deleting all interm results of a tenant
|
2024-02-08 16:20:22 +00:00 |
|
|
|
f47be7342e
|
to issue<53361277>:support flush pl cache single cache object
|
2024-02-08 16:11:21 +00:00 |
|
|
|
201a6fc94d
|
Placeholder of xml_phase3 branch on master
|
2024-02-08 16:05:32 +00:00 |
|
|
|
aa25880802
|
[CP] [CP] fix: fix the core induced by NLJ batch rescan not reset the ptr of ObDatum
|
2024-02-08 15:47:41 +00:00 |
|
|
|
6da1092828
|
[CP] [to #53541728] fix create routine wiht hostname @ in MySQL mode
|
2024-02-08 15:06:05 +00:00 |
|
|
|
e60ef1d45d
|
Fix vec 2.0 hash infras ret code override
|
2024-02-08 15:00:05 +00:00 |
|
|
|
844dfb0162
|
[CP] Fix null hash value mismatch by using datum hash_func_v2
|
2024-02-08 14:51:04 +00:00 |
|
|
|
f4e0374fb1
|
update_index_status 等schema刷新占位
|
2024-02-08 14:30:24 +00:00 |
|
|
|
9638fc0356
|
[CP] Fix core at connect by caused by swallowing error code
|
2024-02-08 14:24:23 +00:00 |
|
|
|
012af0d29b
|
fix temporary table bug
|
2024-02-08 14:21:24 +00:00 |
|
|
|
fc4d7e7c9c
|
Correct the method of determining whether there are nulls on the right side in the IN expression.
|
2024-02-08 14:09:33 +00:00 |
|
|
|
250d8e25bb
|
fix const number of fast parse and normal parse is different with mysql sql comment and parser error code refine
|
2024-02-08 13:51:23 +00:00 |
|
|
|
cebecbd47d
|
fix bug lob_type and xml type has some bug in minimal mode
|
2024-02-08 13:48:24 +00:00 |
|
|
|
6baacf7f0f
|
[CP]: Oracle json bugfix
|
2024-02-08 13:45:25 +00:00 |
|
|
|
d5c68a0ef4
|
fix: fix bug of multi level batch nlj lost data bug
|
2024-02-08 13:42:26 +00:00 |
|
|
|
59387817ca
|
Refactor vec2.0 between expr
|
2024-02-08 13:21:22 +00:00 |
|