Commit Graph

258 Commits

Author SHA1 Message Date
7831f30948 fix the bug of last purge scn in creating mlog 2024-02-08 08:12:59 +00:00
0873d82e7d Disallow drop oracle temporary table column 2024-02-08 03:09:10 +00:00
39cc0a6d60 merge devleop into master 20231212 2024-02-08 01:29:33 +00:00
d3211dc5be fix core at create_normal_tenant 2024-02-08 00:26:51 +00:00
1c20161f72 [FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-07 23:09:02 +00:00
38893110e9 [4.3] fix some remain problems about clone 2024-02-07 22:56:56 +00:00
852a7b924d [CP] opt the ScheObSchemAren 2024-02-07 21:54:56 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
c7fe4c3f69 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: wanyue-wy <345657357@qq.com>
2024-02-07 20:19:21 +00:00
92fcda38da [FEAT MERGE] 4.3 online ddl column type change 2024-02-07 17:55:31 +00:00
c699ceea48 [FEAT MERGE] Solidify session vars for functional index 2024-02-07 16:44:49 +00:00
21ddf9e8b2 [CP] [LOB] support inrow threshold config 2024-02-07 14:44:41 +00:00
9b7c891984 [Bugfix] migrating sys unit failed 2024-02-07 10:19:49 +00:00
3d5ba46e84 Fix default value of ObDecimalIntType 2024-02-07 09:11:08 +00:00
b889de4e44 fix bug, get compat mode use table scheam in ddl_service 2024-02-07 07:13:55 +00:00
7784e69392 Fix bug that unitmanager hung when creating tenant. 2024-02-07 06:08:33 +00:00
aa88aa7ea6 [CP] [BUGFIX] fix insert table failed after truncate and alter table 2024-02-07 03:37:38 +00:00
343d4f1a39 [BUGFIX]fix rename/drop table hashset full 2024-02-07 00:55:07 +00:00
20c83158e0 [CP] skip modify view status for unnecessary alter table stmt 2024-02-06 22:42:14 +00:00
6cf44a87f0 Remove timeout restriction of increment refresh schema 2024-02-06 22:36:29 +00:00
a2d3c14bf1 [CP] fix drop pitr index failed. 2024-02-06 20:19:59 +00:00
63d3019959 [BUGFIX] drop tenant raise core 2024-02-06 19:48:45 +00:00
02f0d363ee [CP] [to #49900376]check base table version when create trigger 2024-02-06 19:20:33 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
27d303cd3d Fix ddl error code missing 2024-02-06 04:42:38 +00:00
ed1e4d3f4f [CP] to issue<53073647>:fix two issues 2024-02-04 12:12:02 +00:00
89f74f205e [TABLELOCK] fix several bugs about timeout in tablelock 2024-02-02 18:51:34 +00:00
6130c94603 disable creating materialized view on xmltype columns 2024-01-30 04:42:04 +00:00
0983ed0b72 Adjust stmt printer and codeowners 2024-01-23 04:42:57 +00:00
d29f6ff8a4 [CP] [CP] add max_partition_num config in mysql mode 2024-01-19 05:12:31 +00:00
c15ec017fa update sql format inserted into __all_ddl_operation during rename table operations. 2024-01-18 12:13:25 +00:00
aaa03dbb72 [placeholder] add ddl_type and ddl_status placeholder for auto_split 2024-01-18 06:55:04 +00:00
cf761681a0 Fix drop mview 2024-01-17 16:17:15 +00:00
fdc2c51a70 Fix UNINIT problem 2024-01-16 10:48:21 +00:00
25e3cd40b9 Fix create mview 2024-01-15 08:47:48 +00:00
a0a97117bf bug fix: db_id displayed by SQL audit and plan stat is inconsistent. 2024-01-10 13:12:43 +00:00
9cde31a1eb fix 4179 when recover table 2024-01-09 15:13:12 +00:00
9c042aefa1 [CP] [BUGFIX]fix drop database use one schema guard to pin memory 2024-01-09 08:27:43 +00:00
eb103e94b0 [UPGRADE] Make sure data_version persisted before create unit 2024-01-05 06:12:44 +00:00
6e68e75ae6 Fix incorrect xml hidden column name mapping during table redefinition 2024-01-03 19:18:24 +00:00
6f870fa449 fix get lob failed because lob schema version larger than data table's. 2023-12-27 07:43:05 +00:00
45001b4f91 Fix mview auto complete refresh parallel 2023-12-25 11:13:22 +00:00
c48e72c56e fix the bug of last purge scn in creating mlog 2023-12-22 18:17:37 +00:00
64b11adfb4 Disallow drop oracle temporary table column 2023-12-19 20:43:29 +00:00
021e5571bb merge devleop into master 20231212 2023-12-19 07:45:22 +00:00
1e07e4f406 fix core at create_normal_tenant 2023-12-18 22:17:54 +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
3755b0308e [4.3] fix some remain problems about clone 2023-12-18 14:04:23 +08:00
59b1175bac [CP] opt the ScheObSchemAren 2023-12-18 14:04:23 +08: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