Commit Graph

5341 Commits

Author SHA1 Message Date
88bcfd3177 adjust bucket num of kvcache 2023-05-23 06:11:38 +00:00
2e77daca76 fix dup table fetch table location -4002 2023-05-23 05:41:48 +00:00
59591c9ea2 to issue<49845698>:fix pdml with udf report 6220 2023-05-23 05:17:26 +00:00
54fbf31d94 [to #49602206] no codegen objaccess & can calc it in pure sql context 2023-05-23 05:11:45 +00:00
a14c578253 Adapt to check primary tenant status when check_restore_to_newest 2023-05-23 04:52:50 +00:00
fac94622ab Add debug log 2023-05-23 04:41:39 +00:00
65d39aaf03 fix shared group by subquery bug 2023-05-23 03:47:33 +00:00
0e7bd1eadd Fix invalid argument error 2023-05-23 03:41:45 +00:00
3575e799d3 fix plan cache core because tid not conisistent when alloc and free 2023-05-23 03:17:15 +00:00
2876cc28d2 PDML delete with barrier should not throw MEMORY_EXCEED error. 2023-05-23 03:11:36 +00:00
f08b092b29 [CdcService] modify the return code of cdcservice 2023-05-23 02:47:18 +00:00
e9ee090ba4 [CP] add _ob_wait_interval_after_truncate conf for truncate 2023-05-23 02:41:37 +00:00
c7d7f34b18 remove preallocation of memory for sql task 2023-05-23 02:11:21 +00:00
4bd7e86da7 fix unknown error when has not privilege to do query 2023-05-23 01:47:13 +00:00
5f81d12222 to issue<49860566>:fix core when using package var as udf out param 2023-05-23 01:41:32 +00:00
67986e6122 bugfix : [49812157] xmltype.create as input in json_array && [49839129] cast to nchar error code in ob mismatch 2023-05-23 01:11:32 +00:00
bb740d865c Fix mysql rollup duplicate columns wrong result 2023-05-22 12:52:53 +00:00
e40c4256b3 [NetStandby] reset fetchstream before it was recycled because destructor may not be invoked in SmallObjPool::free 2023-05-22 12:47:14 +00:00
4a04df81c6 Change ObArray to ExprFixedArray about connect by spec exprs 2023-05-22 12:41:37 +00:00
0beeb5cfa7 [PALF] fix no leader after a degrade operation failed 2023-05-22 12:22:54 +00:00
b0917dda98 [to #45991279]fix bug trigger order 2023-05-22 12:17:16 +00:00
058c604632 fix: match error in killing inner sql when __all_virtual_session_info has no user tenant name in inner sql 2023-05-22 12:11:32 +00:00
19035231a9 fix defragmentation bug 2023-05-22 11:11:45 +00:00
e87e18bfca Enable test_multi_version_sstable_merge test case 2023-05-22 10:47:10 +00:00
c298ac1e41 [Net Standby] Modify standby db fetch log rpc timeout 2023-05-22 10:41:32 +00:00
4e0d79e6c6 [Physical Standby] Modify the log level and Fixed an issue with high CPU usage when removed the primary tenant 2023-05-22 10:17:12 +00:00
190faa5a4f [to #49833859] fix insert stmt print with alias table name 2023-05-22 10:11:34 +00:00
3aeec935da [xml bugfix] xmlattributes print value bugfix 2023-05-22 09:47:34 +00:00
15e540541b refine log level && add some debug log for major merge 2023-05-22 09:41:44 +00:00
b0f003f4e4 Construct IndexBlockDataTransformer on stack which is used to be thread local storage. 2023-05-22 09:23:16 +00:00
eeb788de3d BUGFIX: enable replay after ls create finish 2023-05-22 09:17:36 +00:00
1bf7c169e6 add drain_exch for ObJoinFilterOp 2023-05-22 09:11:47 +00:00
67532b6ac9 fix alter range part key without checking partition values order. 2023-05-22 08:47:11 +00:00
6f615574c9 Fix create identity column using binary_float or binary_double 2023-05-22 08:11:32 +00:00
cb87c9c4d3 [CP] retry in compare_and_swap_tablet when failed due to OB_ALLOCATE_MEMORY_FAILED 2023-05-22 07:41:29 +00:00
10f5920320 Fix performance reduction for backgroup thread 2023-05-22 06:47:06 +00:00
2bb8488595 fixed restart failed because of the block size of Arb is 2MB 2023-05-22 06:17:39 +00:00
12df65c37c [to #49480755] fix routine callable check in forall stmt 2023-05-22 06:11:51 +00:00
725af2f931 [NetStandby] fix some under-designed error process procedure 2023-05-22 05:52:42 +00:00
e8e7d25eed [to #49482546] fix compare/order function of object type resolve 2023-05-22 05:47:10 +00:00
f9fde43c3b support DDL_group_id transfer with RPC struct 2023-05-22 05:41:34 +00:00
a1741c2ed9 to issue<49309819><47913681>:fix serveral bugs 2023-05-22 05:22:26 +00:00
e4c999f49e avoid consistnecy when submit log 2023-05-22 04:47:18 +00:00
863d7dfd92 Fix functional index bugs 2023-05-22 04:41:42 +00:00
4f762fb2b0 [BUG.FIX] fix alloc hash node -4013 for pinned set 2023-05-22 04:22:36 +00:00
6b3f3631fd [CP] fix wrong label in ModulePageAllocator 2023-05-22 04:17:04 +00:00
4818c8a955 [Bugfix] ThreadLocal decoder ctx not set tenant. 2023-05-22 04:11:28 +00:00
72cb760af5 Merge branch 'master' of github.com:oceanbase/oceanbase 2023-05-22 11:51:09 +08:00
fe2572135c docs: create the docs folder and update repo metadata (#1402)
* docs: structure

Signed-off-by: tison <wander4096@gmail.com>

* docs: update other meta files

Signed-off-by: tison <wander4096@gmail.com>

---------

Signed-off-by: tison <wander4096@gmail.com>
2023-05-22 11:50:07 +08:00
b6cb96f6ce remove unused code 2023-05-22 03:41:34 +00:00