|
|
735665f131
|
[BUGFIX]fix process lob default val
|
2023-02-13 03:12:18 +00:00 |
|
|
|
5ae3b0664f
|
fix sql plan manger memory bug
|
2023-02-10 06:47:16 +00:00 |
|
|
|
f7a3157781
|
fix mysqltest case in master
|
2023-02-10 06:44:31 +00:00 |
|
|
|
e61f6a4170
|
fix some typo error
|
2023-02-10 11:30:15 +08:00 |
|
|
|
773fa90509
|
[BUGFIX] fix lob bugs
|
2023-02-10 02:41:11 +00:00 |
|
|
|
9d841eb626
|
issue/47576627 add lob compare function for row update change detect
|
2023-02-09 18:03:26 +00:00 |
|
|
|
f80c565c9e
|
[CP] Connect by with index calc is_cycle and is_leaf wrong
|
2023-02-09 17:58:03 +00:00 |
|
|
|
2317367ef5
|
We can not push down the limit when enable group rescan.
|
2023-02-09 17:42:33 +00:00 |
|
|
|
d3f4c4cf95
|
fix core because global index refactor.
|
2023-02-09 17:39:56 +00:00 |
|
|
|
fde3f8a88d
|
Fix win buf mem leak
|
2023-02-09 17:32:02 +00:00 |
|
|
|
1d14ac17a9
|
Bugfix: px merge sort coordinator returns invalid rows
|
2023-02-09 17:13:30 +00:00 |
|
|
|
46d0891c42
|
remove database id from direct_load
|
2023-02-09 17:03:01 +00:00 |
|
|
|
f1d7a35488
|
fix bug:when the log disk is full,direct_load reports 4009 IO error
|
2023-02-09 16:19:59 +00:00 |
|
|
|
966b2939b0
|
fix bug core timestamp because of lost error code
|
2023-02-09 15:50:18 +00:00 |
|
|
|
2053594cd8
|
[BUGFIX]fix repeat over 512M return error
|
2023-02-09 15:42:23 +00:00 |
|
|
|
3f6069b1c2
|
[to #47653487] fix alloc memory failed report -4016 instead of -4013
|
2023-02-09 15:39:47 +00:00 |
|
|
|
9682ba58a9
|
fix bug merge_into with unexpected affected_row
|
2023-02-09 15:16:41 +00:00 |
|
|
|
9ea093998f
|
fix px tenant target monitor concurrent problem
|
2023-02-09 15:11:25 +00:00 |
|
|
|
affa7fc9fe
|
[4.1] fix alter tenant problem
|
2023-02-09 15:00:48 +00:00 |
|
|
|
c372e5d736
|
[BUGFIX] fix nullsafe cmp func serialize
|
2023-02-09 14:34:23 +00:00 |
|
|
|
8ee348c40d
|
[4.1] add flag to protect batch update
|
2023-02-09 14:26:17 +00:00 |
|
|
|
a493f8590d
|
[CP] fix index out of bounds
|
2023-02-08 20:48:51 +08:00 |
|
|
|
d2c31221af
|
fix regexp sanity core
|
2023-02-08 20:30:39 +08:00 |
|
|
|
efc9ff610b
|
fix select into plan bug
|
2023-02-08 20:27:18 +08:00 |
|
|
|
eb6c0e1eac
|
[BUGFIX] fix ObTextStringIter deconstruct after allocator
|
2023-02-08 19:57:29 +08:00 |
|
|
|
dd355e113d
|
fix px hang problem due to thread recyling
|
2023-02-08 16:03:58 +08:00 |
|
|
|
b385e569a2
|
Fix ctas unknown cast type
|
2023-02-08 15:27:28 +08:00 |
|
|
|
c129aa89d0
|
fix core in nlj
|
2023-02-08 15:08:46 +08:00 |
|
|
|
5b942b3ea4
|
Repair skip const error in ObPxFifoReceiveOp
|
2023-02-08 15:02:52 +08:00 |
|
|
|
0d922329d4
|
[BUGFIX] fix lob bugs
|
2023-02-08 11:40:29 +08:00 |
|
|
|
5d870baf2c
|
[BUGFIX] fix unhex with set op
|
2023-02-08 11:23:52 +08:00 |
|
|
|
9bd86a8db4
|
fix shared hj hang when 1 of worker is interrupted in sync_open && fix 3-stage aggr do not reset distinct info leads 4005
|
2023-02-08 11:11:16 +08:00 |
|
|
|
d51d7d7dab
|
Fixing memory-leak in table direct insert
|
2023-02-08 10:58:11 +08:00 |
|
|
|
134dfc14b4
|
fix sql_statistics bug
|
2023-02-08 10:46:29 +08:00 |
|
|
|
bf3ace128e
|
fix truncate table publish_schema and farm case
|
2023-02-07 20:39:21 +08:00 |
|
|
|
2555a03217
|
Fix: replace 4377 bug
|
2023-02-07 18:07:25 +08:00 |
|
|
|
a9d66dae7a
|
bugfix : json object key value with colon && timestamp_tz return value
|
2023-02-07 17:49:06 +08:00 |
|
|
|
c3eb8f3b5a
|
[dbms_stats]: don't gather stats for blob and clob.
|
2023-02-07 17:40:59 +08:00 |
|
|
|
2a1917b23b
|
Resolving memory-leak by adding px clean up
|
2023-02-07 16:07:07 +08:00 |
|
|
|
0fc8b58be5
|
fix mysqltest
|
2023-02-07 13:14:10 +08:00 |
|
|
|
de327e58f9
|
fix case failed cause by information_schema enhance
|
2023-02-07 11:52:26 +08:00 |
|
|
|
699611b8ba
|
[CP] fix bug heap_table with change partition_key maybe core
|
2023-02-07 11:30:47 +08:00 |
|
|
|
4fc7a1b699
|
[BUGFIX] fix reverse with union
|
2023-02-07 11:14:02 +08:00 |
|
|
|
c157309bc6
|
add -Wshorten-64-to-32 for share
|
2023-02-07 00:40:02 +08:00 |
|
|
|
8454783aaf
|
[online stat]: fix some bugs.
|
2023-02-07 00:16:24 +08:00 |
|
|
|
680a88381c
|
fix bug Concurrent ddl operations cause the table tablet_id to change, and defensive_check with error 4377
|
2023-02-07 00:12:40 +08:00 |
|
|
|
f6a68bca07
|
Remove Rpc Worker Flag In Px
|
2023-02-06 23:49:45 +08:00 |
|
|
|
9b302b8660
|
[to #41932470] fix memory of udf
|
2023-02-06 23:45:37 +08:00 |
|
|
|
537d3af901
|
fix upper expression return empty string in oracle mode bug
|
2023-02-06 23:38:08 +08:00 |
|
|
|
eb9e752f37
|
fix bug: not clear evaluated flag after eval filter expr
|
2023-02-06 23:26:51 +08:00 |
|