|
472d41076a
|
[CP] Forbid level expr in connect by prior clause
|
2023-06-15 09:01:31 +00:00 |
|
|
35cd7723db
|
[CP] Improve the error code information of the error scene
|
2023-06-15 08:48:29 +00:00 |
|
|
54ce6308dc
|
[CP] fix Foreign key columns can be indexed for deletion bug
|
2023-06-15 08:42:51 +00:00 |
|
|
2fa4a5c229
|
[CP] [to #49782469]for loop cursor with return need close cursor
|
2023-06-15 08:37:17 +00:00 |
|
|
b0d41e77e8
|
[CP] get_geo_type_by_name bugfix
|
2023-06-15 08:31:35 +00:00 |
|
|
c80b9ceaac
|
[4.1] fix remote plan execute timeout serval bugs
|
2023-06-15 08:25:55 +00:00 |
|
|
f4a498f249
|
[CP] Remain schema status cache when drop tenant
|
2023-06-15 08:20:14 +00:00 |
|
|
597b587299
|
[CP] [Arb] optimize requirements for arbitration degrading and upgrading
|
2023-06-15 08:14:37 +00:00 |
|
|
579722dda6
|
[CP] fix ddl kv freeze and release speed inconsistent bug
|
2023-06-15 08:08:51 +00:00 |
|
|
0ec2b10f97
|
set exiting for local committed trans which recovered from tx_ctx_table
|
2023-06-15 07:55:59 +00:00 |
|
|
aefbb16d83
|
[CP] fix statement_digest expr bug
|
2023-06-15 07:50:21 +00:00 |
|
|
4acb5c327a
|
fix derive topk hist memory leak and some failed cases
|
2023-06-15 07:44:41 +00:00 |
|
|
acdd74daef
|
[CP] Fix kill -15 wait ls migration handler bug
|
2023-06-15 07:38:57 +00:00 |
|
|
ecf998daf7
|
[CP] [BUG] add case for write only index of double update
|
2023-06-15 07:33:16 +00:00 |
|
|
94eb7332dc
|
[CP] Fix tablet set restore status do not generate multi-version tablet bug
|
2023-06-15 07:27:38 +00:00 |
|
|
617e06bfbf
|
[CP] Fix read tmp file stuck
|
2023-06-15 07:21:58 +00:00 |
|
|
9619bf85ce
|
[CP] fix retrieve schema do no release allocator which is passed by outside
|
2023-06-15 07:09:15 +00:00 |
|
|
7455a71a00
|
[CP] fix expected_task_load of split_task_range equals to 0.
|
2023-06-15 07:03:31 +00:00 |
|
|
3c28474e9b
|
[CP] Remove sql audit no memory use log in ObMySQLRequestManager::record_request
|
2023-06-15 06:57:51 +00:00 |
|
|
20ee5973c9
|
[CP] Change to no ps parameterization if parameterize syntax tree miss 4002 error in ps prepare stage
|
2023-06-15 06:52:15 +00:00 |
|
|
f8523802fd
|
[CP] Fix some parameterization bug
|
2023-06-15 06:46:35 +00:00 |
|
|
a984a56787
|
[CP] fix print global hint bug for set stmt
|
2023-06-15 06:40:53 +00:00 |
|
|
d76cb44cda
|
[CP] [OPTIMIZATION] performance is slow down for submit redo with big txn
|
2023-06-15 06:35:08 +00:00 |
|
|
d7906b66d5
|
[CP] add outline data check for explain
|
2023-06-15 06:21:58 +00:00 |
|
|
ce3bd98c76
|
[CP] [to #49746806] fix parser -4007 error causes disconnection
|
2023-06-15 06:16:20 +00:00 |
|
|
c112097f22
|
[CP] Add T_UINT64 type check for limit expr resolve
|
2023-06-15 06:10:40 +00:00 |
|
|
95c33a7560
|
[CP] Skip ps parameterize if sql with charset
|
2023-06-15 06:04:59 +00:00 |
|
|
df87a8f4ba
|
[to #50015256]fixed collect dependency bug
|
2023-06-15 05:59:21 +00:00 |
|
|
8bb44a679f
|
[CP] [to #49328715] fix a -4016 problem of trigger parser
|
2023-06-15 05:53:45 +00:00 |
|
|
3c5cb1658b
|
[CP] fix bug about timezone formalize when startup obs
|
2023-06-15 05:41:00 +00:00 |
|
|
a178198a2e
|
[CP] fix bug that assignning synonym_db_name to database_name in ObTableItem is wrong
|
2023-06-15 05:35:20 +00:00 |
|
|
6af8d0f59f
|
[CP] add a check rule when trigger groupby pullup
|
2023-06-15 05:29:40 +00:00 |
|
|
9ea255e5d0
|
[CP] [to #46691522]fix bug verify trigger update columns
|
2023-06-15 05:23:59 +00:00 |
|
|
38a2621689
|
fix long string value caused sizeoverflow bug when loading data with online stat
|
2023-06-15 05:18:20 +00:00 |
|
|
c90310572d
|
[CP] [to #46636154]fix bug compound trigger
|
2023-06-15 05:12:41 +00:00 |
|
|
b176d06cd4
|
[CP] [to #48107427]can not return a result set from a trigger
|
2023-06-15 04:59:21 +00:00 |
|
|
14d4938111
|
[CP] fix memory leak in thread exit
|
2023-06-15 04:53:43 +00:00 |
|
|
7d7519b68d
|
[CP] fix create index on column default sequence bug
|
2023-06-15 04:42:36 +00:00 |
|
|
876d3902da
|
fix major freeze about deleted tenant
|
2023-06-15 04:24:21 +00:00 |
|
|
71c3dff57b
|
[CP] Fix direct load allocator tenant
|
2023-06-15 04:18:42 +00:00 |
|
|
2a757b7bb7
|
[CP][BUGFIX] fix lob delta write byte len set wrong
|
2023-06-15 04:12:54 +00:00 |
|
|
38127ffd58
|
[CP] Update the code owner and the mysqltest owner
|
2023-06-14 09:42:21 +00:00 |
|
|
43bca414d5
|
Fix weak read hang which contain inner table scenario
|
2023-06-12 14:11:57 +00:00 |
|
|
8f52acadce
|
fix core when timezone info deserialize
|
2023-06-12 12:42:33 +00:00 |
|
|
dff4679085
|
skip check schema version
|
2023-06-12 04:23:01 +00:00 |
|
|
0b5dff2b2e
|
[CP] Fix the bug of reference count in ObTableLoadRowArray
|
2023-06-12 03:12:06 +00:00 |
|
|
fa8e712350
|
fix:remove space
|
2023-06-12 09:42:20 +08:00 |
|
|
4655c4e92d
|
fix:remove space
|
2023-06-12 09:27:32 +08:00 |
|
|
0c71f345c8
|
check max_read_stale_time when setting variables
|
2023-06-10 01:12:21 +00:00 |
|
|
f5a901118f
|
feat:add aggregation for obkv impl on branch 4.1
|
2023-06-09 19:13:26 +08:00 |
|