|
5d176c1b0d
|
[4.1][xa] refine prepare version in 2pc to support apply msg
|
2023-01-12 19:02:33 +08:00 |
|
|
8aa24cb9e2
|
[CP] modify the log level when SSL_read return SSL_ERROR_SYSCALL and errno is 0
|
2023-01-12 19:02:33 +08:00 |
|
|
38422d011f
|
Fix unexpected alloc string result
|
2023-01-12 19:02:33 +08:00 |
|
|
d2132b5120
|
occupy a pos for ob_item_type
|
2023-01-12 19:02:33 +08:00 |
|
|
976cfca700
|
Replace memtable pointer with ObTableHandleV2 and use LSHandle in ObMemtable
|
2023-01-12 19:02:33 +08:00 |
|
|
d1453a1695
|
fix find in set bug and improve performance
|
2023-01-12 19:02:33 +08:00 |
|
|
abff448d3e
|
reset compat_bytes before add_new_log in log_block
|
2023-01-12 19:02:33 +08:00 |
|
|
b26f8898e9
|
[to #40151002] fix user variable type conversion problem in PL
|
2023-01-12 19:02:33 +08:00 |
|
|
1235ea51e6
|
fix typo
|
2023-01-12 19:02:33 +08:00 |
|
|
9f7a4d321b
|
adjust && occupy rpc code for persistence view column meta
|
2023-01-12 19:02:33 +08:00 |
|
|
230d34ce9b
|
[CP]not allow begin/start transaction statement in xa trans for bug 46947616
|
2023-01-12 19:02:33 +08:00 |
|
|
0c1f02747b
|
fix not null cst bug.
|
2023-01-12 19:02:33 +08:00 |
|
|
0192037f28
|
[CP] fix cast subquery expr bug
|
2023-01-12 19:02:33 +08:00 |
|
|
f946117747
|
[CP] fix information_schema.columns resolve column default failed
|
2023-01-12 19:02:33 +08:00 |
|
|
0d2a35c3d4
|
fix bug about swith_follower, gts_elapse_callback, get_gts_callback
|
2023-01-12 19:02:33 +08:00 |
|
|
5f094e887b
|
hold table ids for table hotkey throttle virtual table and system view
|
2023-01-12 19:02:33 +08:00 |
|
|
cf463889fc
|
use more accurate snapshot to schedule medium
|
2023-01-12 19:02:33 +08:00 |
|
|
8887f061fa
|
[4.1][xa] refine for xa two phase commit
|
2023-01-12 19:02:33 +08:00 |
|
|
9822def517
|
Non partitioned tables optimization check all tables first
|
2023-01-12 19:02:33 +08:00 |
|
|
124965e385
|
Retry constraint task using ObDDLTask::switch_status
|
2023-01-12 19:02:33 +08:00 |
|
|
e9c5d6b4f4
|
add compatibility code for migration and small sstable
|
2023-01-12 19:02:33 +08:00 |
|
|
94e0e5067a
|
Fix migration cut sstable left scn but new tablet table store init failed bug.
|
2023-01-12 19:02:33 +08:00 |
|
|
4f6f8b11f3
|
persist cluster version for ddl.
|
2023-01-12 19:02:33 +08:00 |
|
|
c6977f3e3f
|
fix information_columns sanity core
|
2023-01-12 19:02:33 +08:00 |
|
|
b300756dff
|
add log info for sort op memory dump controlled by amm
|
2023-01-12 19:02:33 +08:00 |
|
|
42a58351d0
|
[to #47002502]fix bug pass the parameter to the function by =>
|
2023-01-12 19:02:33 +08:00 |
|
|
9b16d56c2f
|
[CP] fix set variable subquery bug
|
2023-01-12 19:02:33 +08:00 |
|
|
efc06a1b8f
|
refine is_root defination
|
2023-01-12 19:02:33 +08:00 |
|
|
26f2754db2
|
[FEAT MERGE] Support float/double(m, d) in mysql mode
|
2023-01-12 19:02:33 +08:00 |
|
|
d967637528
|
fix add repeat sstable meta
|
2023-01-12 19:02:33 +08:00 |
|
|
adc47148bf
|
to issue<46956625>:add stmt type check logic in cursor open stage
|
2023-01-12 19:02:33 +08:00 |
|
|
a6098ccbc6
|
[FEAT MERGE] New upgrade framework for 4.x
|
2023-01-12 19:02:33 +08:00 |
|
|
b39b8c45f0
|
fix white-scan problems && unit test
|
2023-01-12 19:02:33 +08:00 |
|
|
13aa8ace6b
|
[BUG] change ERROR to WARN for 4013
|
2023-01-12 19:02:33 +08:00 |
|
|
a2610ab94c
|
[CP] [CP][to #44746355]fix size overflow when reconstruct sql
|
2023-01-12 19:02:33 +08:00 |
|
|
46b0f9b176
|
reset offset
|
2023-01-12 19:02:33 +08:00 |
|
|
31938ba8a1
|
fix gis index duplicate
|
2023-01-12 19:02:33 +08:00 |
|
|
a4415335f4
|
fix white filte with null
|
2023-01-12 19:02:33 +08:00 |
|
|
3fc316ddb2
|
fix migrate param compat bug
|
2023-01-12 19:02:33 +08:00 |
|
|
62eccb092e
|
[CP] sql nio support set tcp keepalive
|
2023-01-12 19:02:33 +08:00 |
|
|
e6a4c87e26
|
add mulan license in whitelist
|
2023-01-12 19:02:33 +08:00 |
|
|
2828617871
|
fix no ls restore progress if restore ls is created by migration
|
2023-01-12 19:02:33 +08:00 |
|
|
1c7f8a3981
|
[CP] fix adaptive gby do not eval param expr in single row mode
|
2023-01-12 19:02:33 +08:00 |
|
|
4996ffad0b
|
Add logs to debug memtable and callback
|
2023-01-12 19:02:33 +08:00 |
|
|
7fbad9b552
|
fix gis errno
|
2023-01-12 19:02:33 +08:00 |
|
|
0a11e770a5
|
fix mysqltest && FIFOAllocator destroy ERROR & remove lock in ls::sync_reserved_clog
|
2023-01-12 19:02:33 +08:00 |
|
|
e7429dc657
|
Fix hang in row lock check for ghost row
|
2023-01-12 19:02:33 +08:00 |
|
|
50076ceb7e
|
[CP] covert the result set to return type when fetching cursor specified return type
|
2023-01-12 19:02:33 +08:00 |
|
|
9e1c3039b0
|
[to #46647584] fix pick routine with mutil numric level
|
2023-01-12 19:02:33 +08:00 |
|
|
6e762be4fb
|
Consider task count for ddl delay scheduling
|
2023-01-12 19:02:33 +08:00 |
|