Commit Graph

234 Commits

Author SHA1 Message Date
36b219a97f Add log_user_error for direct_load 2023-09-18 07:44:15 +00:00
0534888042 fix some bugs about tenant=all 2023-09-18 03:40:23 +00:00
14f411060e fix purge recyclebin timeout 2023-09-15 00:40:27 +00:00
1c8aa41d3e Fix: The set variable does not involve rewriting logic 2023-09-14 11:43:59 +00:00
c9ee19a33c Merge branch 'pr_1549' 2023-09-13 05:38:03 +00:00
03cad9e55c remove some modification 2023-09-11 18:03:59 +08:00
cd786d560e fix mysql compatible bug with partition table 2023-09-11 08:10:37 +00:00
c72fbafe90 Merge branch 'master' of https://github.com/shuangzi52/ob4 into fix_new_05 2023-09-11 10:18:26 +08:00
930fc3844a Modify schema related parameters 2023-09-09 10:59:21 +00:00
73c770ebab Merge branch 'master' into fix_new_05 2023-09-06 11:23:56 +08:00
f4bf5f41c9 [FEAT MERGE] merge recover table
Co-authored-by: hamstersox <673144759@qq.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-09-05 06:47:00 +00:00
b60e4f8d97 [FEAT MERGE] [OBKV] support TTL
Co-authored-by: IHEII <602280108@qq.com>
2023-09-04 01:10:37 +00:00
49d54bfc46 [FEAT MERGE] Parallel create table
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-08-31 10:40:35 +00:00
03b37d3730 [FEAT MERGE] change the semantics of tenant=all 2023-08-31 03:10:42 +00:00
a8e5c8a999 [to #51732060]fix core outer call dblink 2023-08-29 05:14:49 +00:00
9c8ae20255 Sql audit miss ddl sql 2023-08-28 07:10:19 +00:00
6a46384c33 [to #51732060]fix core outer call dblink 2023-08-25 11:14:13 +00:00
e0b1dda713 [FEAT MERGE] Phase one of 3A project
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: yangzhifeng <yangzhifeng83@gmail.com>
2023-08-25 08:44:14 +00:00
bb35a1f410 fix das retry thread deadlock 2023-08-24 07:40:33 +00:00
ee361e15fe [FEAT MERGE]support PL dblink oracle 2023-08-21 03:40:30 +00:00
7a833991a5 fix load data bug 2023-08-17 11:28:01 +00:00
3828280761 cascade set system variable validate_password_length 2023-08-17 10:21:07 +00:00
0d5423ab06 [CP] Fix: 32x and lower version Failed to set illegal system variable defense during tenant creation 2023-08-17 09:59:15 +00:00
09f80e6a68 fix some bugs 2023-08-17 17:06:37 +08:00
540e01a6ef [to #51110137] fix text anonymous with question mark compatible Oracle 2023-08-15 06:10:16 +00:00
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
2defdd7296 [4.1][4.2] refine set autocommit in dblink trans 2023-08-14 08:18:44 +00:00
ef9887b33b fix compact bug 2023-08-14 07:12:41 +00:00
b49c3559a2 fix memory-leak bug of insert into select with direct-mode 2023-08-10 09:12:22 +00:00
581225e5a0 fix unix socket connection denied by ob_tcp_invited_node 2023-08-09 04:42:53 +00:00
a1fa978f84 support strict replace 2023-08-08 05:12:15 +00:00
51bb12a3f6 Drop/truncate part/table/db without ddl retry task 2023-08-08 04:48:26 +00:00
9b74c64abe fix restore tenant sql does not exit after creating tenant failed 2023-08-04 04:12:33 +00:00
a77f31ee61 Modifying the version number 2023-08-03 14:42:24 +00:00
7f668dfa4a [xa][4.2/4.1] refine tx id in sql audit for xa stmt 2023-08-03 08:42:14 +00:00
c85cd26ce7 fix load data job not release 2023-08-01 23:24:16 +00:00
6e155c8467 [CP] fix truncate timeout may be larger than 1000s 2023-08-01 18:18:22 +00:00
44c7a7c139 [to #51212530] fix a typo in routine executor 2023-07-27 23:42:18 +00:00
b3e8f8f67b [CP] enhance GTT 2023-07-21 09:48:59 +00:00
7977b8cc58 [to #50868149] fix self attribute access resolve 2023-07-20 07:12:21 +00:00
b3db035771 [master] tx_desc used by px_worker relese without lock protected 2023-07-17 13:12:20 +00:00
b3426626dc fix direct load unable to handle exceptions resulting in process stuck bug 2023-07-17 12:12:14 +00:00
ffd0270234 fix flt tag local variable err 2023-07-14 02:12:33 +00:00
5e15f1b92a rename table load thread name
Co-authored-by: suz-yang <suz.yang@foxmail.com>
2023-07-13 14:48:12 +00:00
a8b35aca3d Oracle syntax compatibility: alter system kill session 2023-07-13 13:12:20 +00:00
ac62ba8388 fix not gather histogram bug when analyze table with SIZE AUTO 2023-07-13 11:24:03 +00:00
5ac2af6588 implement ob_table_load_shared_allocator with ob_table_load_handle 2023-07-13 10:24:18 +00:00
8bbe380820 Add direct load client service 2023-07-12 14:42:12 +00:00
e269245733 [CP] add error code when alloc memory failed 2023-07-11 18:48:08 +00:00
871b092354 free new mgr when assign failed and switch back allocator when memory not enough 2023-07-11 18:18:17 +00:00