Commit Graph

1141 Commits

Author SHA1 Message Date
4349bb8f9f [CP] support ob rpm platform standalone systemd service 2024-01-11 15:42:59 +00:00
88f0d9e139 remove tenant io manager hash in io manager 2024-01-11 13:50:08 +00:00
3f9ef31b72 [security]remove ip 2024-01-11 13:14:35 +00:00
9091ffd7a1 [CP][BUGFIX] fix lrpad mysql pad len zero 2024-01-10 15:42:41 +00:00
875dc52f26 [GIS] fix import srs data to tenant whose name is the keyword 2024-01-09 12:47:43 +00:00
df0c075ed8 [CP] pruning false range index in skyline pruning 2024-01-09 08:23:00 +00:00
bb72497741 allow cancel waiting dag when parent dag or dag net is canceled 2024-01-09 07:12:53 +00:00
7b7c6de093 fix(docker): fix access error when root password is set (#1776) 2024-01-08 15:43:29 +08:00
1682d1019d add more info to sql audit snapshot source field 2024-01-05 10:12:45 +00:00
7f1ad4aa49 BUGFIX: change memstore_limit to tenant level 2024-01-04 12:13:24 +00:00
92add5609c [CP] fix bug insert ignore with generated column maybe cause 4377 error 2024-01-04 04:42:55 +00:00
0764829ae1 Add ob_admin support for testifying interfaces in ob_backup_io_adapter 2024-01-03 15:43:03 +00:00
acdc9148dc Fix a bug when run docker_build.sh with one input 2024-01-03 12:06:20 +00:00
918714528b bugfix: substr expr get wrong result length 2024-01-03 02:12:46 +00:00
daaf5dc64b [CP] fix update with non-strict mode core
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
2024-01-02 09:43:21 +00:00
8ebb14abc6 Fix expr calc accuracy reuse during type deduce 2023-12-28 11:43:08 +00:00
011be29d55 [CP] [CP] fix: fix the core induced by NLJ batch rescan not reset the ptr of ObDatum 2023-12-28 06:43:23 +00:00
9093d820a0 [CP] [UPGRADE] Calculate default timeout according to tenant count 2023-12-28 05:19:19 +00:00
2376627c6d [CP] Fix null hash value mismatch by using datum hash_func_v2
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-27 13:52:27 +00:00
599b21b90c update_index_status 等schema刷新占位 2023-12-27 12:12:52 +00:00
2c9d21b7d9 fix some outline/hint bugs 2023-12-27 03:13:13 +00:00
8686ee348a Add mview Oracle compatible views 2023-12-26 15:47:57 +00:00
3759e6c0bb Combine docker modes 2023-12-26 15:18:06 +00:00
fb0d870b15 the ddl merge task of data tablet need wait lob tablet to create major sstable first 2023-12-26 12:52:31 +00:00
d6882e25ff [obd] support oci_test 2023-12-26 07:14:01 +00:00
ac5c0b464d [CP] fix bug: execute 'ddl drop column' statement access all_tab_columns view can query hidden table info. 2023-12-26 06:48:27 +00:00
56298217a4 Add default_table_store_format when creating table
Co-authored-by: windye <yeheng_2011@163.com>
2023-12-26 04:43:05 +00:00
622e6a63d8 Implement the ObBackupIoAdapter performance testing tool 2023-12-25 10:25:33 +00:00
c19ad23ed8 [obd] support bmsqlobp test 2023-12-22 13:12:47 +00:00
b6773084c6 [FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-12-22 03:43:22 +00:00
d0bc6d797e [CP] [MySQL GIS] fix spatial index coveredby keypart generation 2023-12-20 05:19:04 +00:00
79ad4d4e26 patch_422_cgroup_config to master 2023-12-19 15:43:34 +00:00
d2ef3db981 fix upgrade error && open adaptive_merge_schedule 2023-12-18 22:13:08 +00:00
e99cc037cc [FEAT MERGE] column store ddl
Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2023-12-18 14:13:54 +00:00
37fe7ce4eb [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: 2149 <260391947@qq.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-18 14:04:23 +08:00
438a70b2b8 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: yyy-hust <yyy.hust@gmail.com>
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2023-12-18 14:04:23 +08:00
07edb2482e [CP] fix: fix the core induced by spf batch rescan 2023-12-18 14:04:23 +08:00
d550c19b43 change show db to show databases 2023-12-14 11:48:13 +00:00
f7cd32be94 [FEAT MERGE] materialized view
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2023-12-14 07:42:52 +00:00
0f946e55fb reduce cpu_count from 24 to 8 2023-12-14 04:18:05 +00:00
9187748933 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: lalalafeier <wufeifei2023@163.com>
Co-authored-by: wanyue-wy <345657357@qq.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-12-14 03:13:30 +00:00
95faa342c7 [CP] [CP] [to #53119817] fix a .net driver compatibility issue 2023-12-13 18:42:40 +00:00
56e0ec6dcf [FEAT MERGE] Implement Resource Throttle 2023-12-12 15:12:41 +00:00
618ab67eb0 [FEAT MERGE][CP]optimizer stats enhancement
Co-authored-by: 2149 <260391947@qq.com>
2023-12-12 10:17:50 +00:00
e03554cea8 [FEAT MERGE] rpc authentication improvement 2023-12-12 03:31:09 +00:00
663ba5569a [FEAT MERGE] Support index usage monitoring
Co-authored-by: Phoeniwx <phoeniwx@outlook.com>
Co-authored-by: jiangxianfu <steven_jiangxf@hotmail.com>
2023-12-12 10:21:52 +08:00
820c5f4e6d [FEAT MERGE]client session 2023-12-11 05:12:34 +00:00
ff0ec7e185 [FEAT MERGE] transfer without kill tx
Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: KyrielightWei <weixx1203@outlook.com>
2023-12-08 14:12:30 +00:00
4f13ffea18 [FEAT MERGE] zlib_upgrade
Co-authored-by: yyy-hust <yyy.hust@gmail.com>
2023-12-07 08:43:28 +00:00
6622563bb2 revert the order of finding build_xxx 2023-12-06 09:47:11 +00:00