4352 Commits

Author SHA1 Message Date
obdev
6cb6adfa7e Time hours convert to days and hours in prepare statement 2023-04-14 02:41:29 +00:00
obdev
d0d70a2f27 fix ut compile error 2023-04-13 15:41:18 +00:00
obdev
7051c4697d [GIS] bugfix: bypass mbr filter if index key_range is whole range 2023-04-13 12:49:14 +00:00
qianchanger
1aeb79638d to keep a position for future view and virtual table 2023-04-13 11:45:00 +00:00
Larry955
11af99f824 fix failed case caused by cr 12280817 2023-04-13 11:17:40 +00:00
obdev
463dad3d1e configurable to memory of hidden sys 2023-04-13 11:14:08 +00:00
obdev
7d5802fad7 [4.1] refine revert tx for dblink callback link 2023-04-13 10:46:54 +00:00
obdev
ee3da76084 [to #49019445] add exception log 2023-04-13 10:43:23 +00:00
tison
26be0d3275
build: support build on garudalinux (#1342)
Signed-off-by: tison <wander4096@gmail.com>
2023-04-13 18:30:04 +08:00
obdev
6de0c5fbdd Fix the problem that hashtable free memory cannot be recovered immediately 2023-04-13 18:29:10 +08:00
obdev
975b48cbbc Take the external table inner view positions 2023-04-13 18:29:10 +08:00
nroskill
a5fe23cce5 fix RpcBuffer memleak 2023-04-13 18:29:10 +08:00
maosy
8f1295852b inner table and agent table occpy 2023-04-13 18:29:10 +08:00
saltonz
6abc8da479 check continuous logic macro block id on building index tree 2023-04-13 18:29:10 +08:00
tison
75a7b5ec3f build: support build on garudalinux 2023-04-13 18:29:04 +08:00
obdev
71afcf994b fix failed to print deleted_tenant with kill -62 2023-04-13 09:44:01 +00:00
BinChenn
42e241122e [Arb] arb server will not rely on DATA_VERSION 2023-04-13 09:40:22 +00:00
HaHaJeff
5640c64a58 fixed read block return -4016 in flashback 2023-04-13 09:36:47 +00:00
xianyu-w
7b1f8e9db9 Fix a join elimination bug 2023-04-13 09:12:32 +00:00
BinChenn
4ba35a9508 [PALF] fix fetch_log_engine may core 2023-04-13 09:09:00 +00:00
obdev
c1ac596d14 Fix regexp function bug 2023-04-13 09:05:30 +00:00
obdev
48c57d0564 allocate material when more than one link scan exist 2023-04-13 09:01:57 +00:00
obdev
89be1d878e fix generating same macro data seq in differnt macro block when drop column in parallel. 2023-04-13 08:58:20 +00:00
obdev
31ffb12df1 fix drop pk cst failed. 2023-04-13 08:54:45 +00:00
obdev
e2a49c8d60 disable spf das group rescan for startup filter with exec param 2023-04-13 08:51:14 +00:00
obdev
88236cd2f9 Add placeholder for balance related views 2023-04-13 08:47:41 +00:00
dimstars
e175a19daa support displaying the correct DEFAULT_CHARACTER_SET_NAME and DEFAULT_COLLATION_NAME 2023-04-13 08:44:07 +00:00
obdev
3926fdba2f Fix a bug of omitting to set res type length for lob exprs 2023-04-13 08:40:19 +00:00
yangzhifeng
475b0fa975 docs: correct the errors in comments of ob_errno.def 2023-04-13 08:36:46 +00:00
obdev
0442dd622b [CP] fix bug about timestampdiff and timestampadd 2023-04-13 08:33:02 +00:00
obdev
1723a953cc add: check if the obd needs an update 2023-04-13 08:29:28 +00:00
obdev
c6ee0ce7ed fix write redo log limit threshold too big bug 2023-04-13 08:25:56 +00:00
raywill
27488211d2 [FEAT MERGE] [v4.2] add table generator and several random utility functions 2023-04-13 08:22:22 +00:00
saltonz
94159e6675 [bugfix] fix duplicate macro sequence check for reuse macro block between minor sstables 2023-04-13 08:18:49 +00:00
chinaxing
c62bcba33d [master]fix interrupt rollback stmt hang 2023-04-13 08:15:14 +00:00
obdev
a4da2002c4 fix farm res due to adjustion of newsort open policy 2023-04-13 08:08:16 +00:00
obdev
6b24923712 place for V$OB_TIMESTAMP_SERVICE 2023-04-13 08:04:35 +00:00
obdev
8d128c3303 [CP] Unfree ptr about connect by with index if has cycle. 2023-04-13 08:01:01 +00:00
a1iive
91e7a59753 split the memory allocator of ha dag and others 2023-04-13 07:57:26 +00:00
obdev
b7bc53891b fix:48956906 2023-04-13 07:53:51 +00:00
rolandqi
eaa04a83eb adding wr rpc pcode in advance. 2023-04-13 07:43:28 +00:00
obdev
936447fe1b bugfix : [48953182] json objectagg/arrayagg/equal const number in fast/normal parse diff 2023-04-13 07:39:57 +00:00
saltonz
b299a5356f add defensive check for duplicate macro logic id in single sstable build parallel task 2023-04-13 07:36:22 +00:00
nroskill
70ce469ab5 remove PERF_MODE macro in perf compile 2023-04-13 07:29:09 +00:00
obdev
b14bad1f09 to issue<48907696>:fix udf containing complex type execute slow issue 2023-04-13 07:25:34 +00:00
obdev
7fca017f19 fix PM MEMORY LOG bug 2023-04-13 07:18:39 +00:00
chinaxing
1d14c2ce7c [master][tx-route] when act-on-temp dump txdesc and trace 2023-04-13 07:11:42 +00:00
obdev
7e1194920a [CP] fix sysbench newsort degradation 2023-04-13 07:08:08 +00:00
Larry955
eaeca23f8e fix memleak caused by not releasing resources in inner_close() of OSG 2023-04-13 07:04:31 +00:00
obdev
6fe3cf36b0 sleep 20 second when xa gc invalid record 2023-04-13 07:00:54 +00:00