|
ef5d6e66bb
|
remove perf mode in latch & tenant_hook
|
2023-04-11 12:32:47 +08:00 |
|
|
4eaf9b58b0
|
fix canonicalizer bug
|
2023-04-11 12:28:09 +08:00 |
|
|
5d96ca2ba3
|
[CP] fix in and row expr bug
|
2023-04-11 12:23:33 +08:00 |
|
|
7286c78491
|
Delete redundant channel aliving check
|
2023-04-11 12:18:54 +08:00 |
|
|
e9aee7d60f
|
fix miss tenant memory usage
|
2023-04-11 12:14:10 +08:00 |
|
|
c15c195237
|
[CP] [to #48858145] fix stack leak of while stmt
|
2023-04-11 12:00:39 +08:00 |
|
|
b5e961e8a0
|
Add Placeholder of view id
|
2023-04-11 11:56:12 +08:00 |
|
|
ee1919137a
|
Merge branch 'master' of github.com:oceanbase/oceanbase
|
2023-04-10 16:49:06 +08:00 |
|
|
65353931cf
|
fix pthread_join failed in asan
|
2023-04-10 07:57:40 +00:00 |
|
|
30fb08200c
|
fix GV$SESSION_LONGOPS.
|
2023-04-10 07:54:09 +00:00 |
|
|
7fc53bfe13
|
fix privilege bug: disable normal user using dcl on inner users.
|
2023-04-10 07:50:37 +00:00 |
|
|
517982ddae
|
fix annotation error in ob_raw_expr_resolver_impl.cpp (#1076)
Co-authored-by: LIN <wangzelin19961202@gmail.com>
|
2023-04-10 14:55:57 +08:00 |
|
|
5de21686c5
|
fix typos "correspond->corresponding" #1116 (#1117)
|
2023-04-10 14:54:55 +08:00 |
|
|
23da06c6dd
|
Merge branch 'master' of github.com:oceanbase/oceanbase
|
2023-04-10 14:53:44 +08:00 |
|
|
b4461bbb41
|
[to #48916300] a typo when access object_access_idents array
|
2023-04-10 06:52:43 +00:00 |
|
|
9749d8d45f
|
[PALF] fix gc failed due to ObLogHandler::offline is not reentrant
|
2023-04-10 06:49:12 +00:00 |
|
|
969b497aa3
|
fix: wrong use ret in for loop
|
2023-04-10 06:45:43 +00:00 |
|
|
8a4316fcd1
|
feat(obd): Unknown commands should exit with non-zero code (#1339)
... also fix typo and translate Chinese output.
Co-authored-by: LIN <wangzelin19961202@gmail.com>
|
2023-04-10 14:31:43 +08:00 |
|
|
ce45c64bf6
|
feat(obd): Unknown commands should exit with non-zero code
|
2023-04-10 06:18:17 +00:00 |
|
|
7b5fd78505
|
fix annotation error in ob_raw_expr_resolver_impl.cpp
|
2023-04-10 06:14:36 +00:00 |
|
|
ddfb663dfd
|
add new virtual table code to master
|
2023-04-10 03:40:51 +00:00 |
|
|
85649beed6
|
fix typos
|
2023-04-10 02:47:59 +00:00 |
|
|
0b0bc6cb43
|
[bugfix]sql executor use memory of 500 tenant
|
2023-04-09 14:19:05 +00:00 |
|
|
05ce53badd
|
[OBCDC] add offline ddl case & optimize log output
|
2023-04-09 13:51:26 +00:00 |
|
|
f1eb17e6ff
|
fix mysqltest with obclient 2.x
|
2023-04-08 08:10:55 +00:00 |
|
|
b90c11cf82
|
[bugfix] fix check alter tenant locality problem
|
2023-04-07 14:04:25 +00:00 |
|
|
66409181ed
|
fix inner sql kill fail when execute addr is null
|
2023-04-07 14:00:54 +00:00 |
|
|
8cbcdf06cd
|
fix event stat_id repeat
|
2023-04-07 12:27:01 +00:00 |
|
|
05f1400903
|
Add tx data statistic placeholder on master
|
2023-04-07 12:23:30 +00:00 |
|
|
a13a049d29
|
add missed column flags
|
2023-04-07 11:57:51 +00:00 |
|
|
83bc968292
|
[CP] [CP] Support to deduce prefix index from T_OP_LIKE expr
|
2023-04-07 11:54:21 +00:00 |
|
|
134f4eedae
|
bugfix : null in json expr clause has core dump in fast parser
|
2023-04-07 10:56:32 +00:00 |
|
|
7a1cb10674
|
Fix palf ERROR log.
|
2023-04-07 10:28:10 +00:00 |
|
|
2244d5f277
|
occupy table id for oracle inner table index
|
2023-04-07 10:24:37 +00:00 |
|
|
8e0deafb66
|
Fix unexpected table scanned by ddl redefinition task and reject stale switch_status
|
2023-04-07 10:21:06 +00:00 |
|
|
c51b26fdfe
|
update snapshot_version and mult_version_start when ddl major generates.
|
2023-04-07 10:17:36 +00:00 |
|
|
d39973ad19
|
ignore invalid parallel hint for create index
|
2023-04-07 09:41:32 +00:00 |
|
|
920c928830
|
fix: tenant config is referenced after config has been deleted
|
2023-04-07 09:17:44 +00:00 |
|
|
511523d7c7
|
[OB_LOCKS] add table_id for GV$OB_LOCKS and V$OB_LOCKS in mysql system view
|
2023-04-07 09:10:53 +00:00 |
|
|
374b3da041
|
don't enable replay after reboot.
|
2023-04-07 08:41:08 +00:00 |
|
|
4b2dcdb52f
|
Disable block scan when disable block cache
|
2023-04-07 08:14:51 +00:00 |
|
|
534c25f11f
|
[to #48896499] fix object construct with null parameter
|
2023-04-07 08:11:21 +00:00 |
|
|
303ea8ea6f
|
request inner table id for ddl.
|
2023-04-07 07:11:02 +00:00 |
|
|
a6201f3d9a
|
Merge branch 'pr_1336'
|
2023-04-07 12:08:22 +08:00 |
|
|
51e4cd6636
|
[CP][bugfix] control max threads allocates to a sqc
|
2023-04-07 03:07:02 +00:00 |
|
|
840ca57665
|
Fixed memory leak of ObLoadDataStat
|
2023-04-07 03:03:31 +00:00 |
|
|
71d19e2940
|
[BUGFIX] fix read lob locator after commit
|
2023-04-07 03:00:01 +00:00 |
|
|
d5c8bb9c3b
|
[misc] remove ob_abort
|
2023-04-07 02:20:31 +00:00 |
|
|
b5cdb67b4d
|
[OBCDC] fix a logic error that manipulate the ls_fetch_ctx after hibernate in direct mode
|
2023-04-06 15:54:22 +00:00 |
|
|
b969710b6f
|
ddl not record warning of entry not exist in dag warning history
|
2023-04-06 15:11:00 +00:00 |
|