|
|
4d704cfacd
|
fix external table bug
|
2024-02-09 01:07:04 +00:00 |
|
|
|
56fab289be
|
[CP] fix recover useless unique for temp table bug
|
2024-02-09 01:04:04 +00:00 |
|
|
|
9d088dff7e
|
Modify the logic of recursive search for rownum
|
2024-02-09 00:49:18 +00:00 |
|
|
|
b659c82a16
|
[CP] [to #54239515] fix udf out parameter with same source
|
2024-02-09 00:37:17 +00:00 |
|
|
|
ce236b1c2f
|
fix some unexpected error report in ddl resolver
|
2024-02-09 00:31:17 +00:00 |
|
|
|
6005cf425a
|
[CP] Fix the issue of incorrect results with batch NLJ + SET OP
|
2024-02-09 00:19:14 +00:00 |
|
|
|
a117104a2f
|
[CP] fix ps diag view bug: return -4002 error code
|
2024-02-09 00:10:24 +00:00 |
|
|
|
5176ddee99
|
Fix a spelling error in the comment
|
2024-02-09 00:04:23 +00:00 |
|
|
|
64684f3461
|
fix core of query pushdown into set stmt
|
2024-02-08 23:52:17 +00:00 |
|
|
|
acc64bfcdc
|
Fix temp block store dump reader block failed
|
2024-02-08 23:40:28 +00:00 |
|
|
|
5299534d8b
|
Remove default implementation of IAggergate::add_one_row
|
2024-02-08 23:37:29 +00:00 |
|
|
|
32ec6eb060
|
Fix query range extraction for ObDecimalIntType
|
2024-02-08 23:31:31 +00:00 |
|
|
|
60617e80c3
|
[CP] fix check constraint bugs
|
2024-02-08 23:25:32 +00:00 |
|
|
|
7f9aa12287
|
[CP] fix generate plan bug for select for update
|
2024-02-08 23:22:31 +00:00 |
|
|
|
7e63c3096d
|
fix hash join NL mode do not inc age leads 4013
|
2024-02-08 23:01:28 +00:00 |
|
|
|
9544106c49
|
BUGFIX: change memstore_limit to tenant level
|
2024-02-08 22:52:38 +00:00 |
|
|
|
55e4ecae3a
|
[CP] [to #54098743] recursive add udt dependence of table function
|
2024-02-08 22:31:41 +00:00 |
|
|
|
c0d5a64dc2
|
[CP] [CP] Fix binding outline cannot hit the plan cache
|
2024-02-08 22:28:41 +00:00 |
|
|
|
019a7858cc
|
[CP] fix px retry 4377
|
2024-02-08 22:10:51 +00:00 |
|
|
|
a7bd5725da
|
[CP] [to #53934515] Fix decode expression does not support returning complex types
|
2024-02-08 22:01:53 +00:00 |
|
|
|
3154082c61
|
Adapt the new vec2.0 interface for single row calculation
|
2024-02-08 21:55:56 +00:00 |
|
|
|
9db2501590
|
[CP] fix bug insert ignore with generated column maybe cause 4377 error
|
2024-02-08 21:47:06 +00:00 |
|
|
|
012fce842f
|
[CP] fix: reuse failed das remote task before serialize it.
|
2024-02-08 21:35:05 +00:00 |
|
|
|
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 |
|