Commit Graph

1422 Commits

Author SHA1 Message Date
d9494719f4 [CP] Fix some schema & ddl problems 2022-09-20 11:33:14 +00:00
625713e692 fix float or double value directly tested for equality #1041 2022-09-20 10:33:05 +00:00
630e4032d8 fix float or double value directly tested for equality #1041 (#1066)
* fix float or double value directly tested for equality

* fix problem
2022-09-20 18:32:38 +08:00
3f8dc4e2a9 fix #1074 Slack and DingTalk links in README.md (#1077)
* fix oceanbase slack url
* fix wechat and dingtalk qrcode
2022-09-19 18:32:16 +08:00
9d8f2db509 fix code can never be reached isse1042 (#1070) 2022-09-19 18:02:30 +08:00
1a795176ad fix unstable case version.version 2022-09-19 08:33:59 +00:00
8d44e64648 add virtual table for schema memory and slot 2022-09-19 08:33:28 +00:00
85ed8b05ee [CP][BUGFIX]fix json aggr with bit and year type 2022-09-19 08:32:58 +00:00
4507903009 [CP] [PHYSICAL RESTORE] Remove dependence of schema fallback 2022-09-19 08:03:00 +00:00
fbabe9d0f1 [CP] [RECYCLE_SCHEMA_HISTORY] Support recycling object privilege history 2022-09-19 08:02:30 +00:00
46a5748aba [CP] Fix ObBlockAlloc double free. 2022-09-16 04:32:29 +00:00
e3f31ef1ce [CP] [bugifx] fix json binary read memory out of bound. 2022-09-16 04:02:30 +00:00
3daae395f2 fix WhiteScan bug 2022-09-13 09:34:26 +00:00
aae19e1f3c [CP] [CP] Fix the core caused by accessing cur phy plan 2022-09-13 09:33:55 +00:00
4e8d8231d3 bugfix: 2022-09-12 03:02:22 +00:00
ff8b723642 fix typos arugment (#615) 2022-09-09 17:30:25 +08:00
eb459dc186 [CP] Fix invalid collation conversion problem 2022-09-08 10:02:29 +00:00
1e1f4515c9 Fix typo error#1036 (#1064) 2022-09-07 18:02:25 +08:00
9038adceaf [CP] Fix core at resolve paramed const 2022-09-07 05:03:36 +00:00
acf7263e19 [CP] [CP] fix config dump2file failed 2022-09-07 05:03:06 +00:00
062a57e12a [CP] add defense for drop tenant and trans desc reset 2022-09-07 05:02:36 +00:00
0336a92981 [CP] [bugfix]: avoid select xxx(a''); raise core. 2022-09-07 04:33:16 +00:00
69318f4d38 [CP] Fix core at kill session 2022-09-07 04:32:45 +00:00
0998ca5cbc [CP] Fix enumset type mismatch in window function expr 2022-09-02 09:34:00 +00:00
391b5cb2ff fix init.sql 2022-09-02 09:33:24 +00:00
a6f1d1d1fe [CP] Fix core at resolve paramed const 2022-09-02 09:32:51 +00:00
4891d24b46 [CP] Fix ObTmpTenantFileStore may be wild ptr. 2022-09-02 09:02:29 +00:00
612686a51b change github template (#984) 2022-09-02 16:32:33 +08:00
e073e1d3ad Update README.md (#1057)
* Update README.md

* Update README.md
2022-09-02 11:32:26 +08:00
f3c8315b59 [CP] Try get tenant schema when write file checkpoint 2022-09-02 03:02:43 +00:00
a9e18319c4 fix schema core problem 2022-08-26 21:52:58 +08:00
84a3890100 fix float value directly tested for equality (#1045) 2022-08-26 17:29:58 +08:00
b78489d2a6 [Github PR] support modify clog size with parameters 2022-08-26 11:17:18 +08:00
cc7f230ae5 fixed 990, provide a parameter to assign the size of clog disk (#1003)
* fixed , provide a parameter to assign the size of clog disk

* fixed , remove redundant log

* fixed , modify codes accroding to comment

* fixed , change statfs to statvfs

* fixed #990, rename clog_disk_limit_size to log_disk_size

* fixed #990, merge master and add config to observer.include.yaml
2022-08-26 11:11:37 +08:00
281285bde0 fix mysqltest after support 4096 cols 2022-08-25 18:16:17 +08:00
50b76d0245 [CP] [CP] Add diagnostic log for detection of schema mgr ref leak 2022-08-25 18:15:35 +08:00
4e81072cd2 [CP] [CP] Fix reference count leak when stmt_info expires 2022-08-25 18:14:55 +08:00
649a2dc6f7 [CP] Fix execution failure due to incorrect plan sharing 2022-08-25 18:14:16 +08:00
aac5b028fc change table column to 4096 with optimization (#1030)
* change table column to 4096 with optimization

* remove unused annotation

* modify ObRowWriter and revert ObRowWriter

* fix unit tests

* change buffer name

* keep max buffer for ObMacroBlockWriter

* reset obj_buf_ before allocator_
2022-08-23 10:06:21 +08:00
96df3b8cc7 simplify the dockerfile 2022-08-23 10:03:30 +08:00
97badd0075 [CP] Json bugfix: json column length and create view with json 2022-08-23 10:03:30 +08:00
811b538750 udpate CODEOWNERS and obd.sh help info 2022-08-23 10:03:30 +08:00
a43efe3742 [CP] regexp use const pattern uncorrectly in non-static engine 2022-08-23 10:03:30 +08:00
9e83856389 [CP] Do not record alter system change tenant event in __all_server_event_history 2022-08-23 10:03:30 +08:00
0771b87d44 change table column to 4096 with optimization 2022-08-23 10:02:56 +08:00
ffcbed5623 [CP] Fix Json cast 2022-08-22 15:49:20 +08:00
731f8741d3 [CP] Fix core at ob set str without accuracy 2022-08-18 19:56:42 +08:00
f232a19044 [CP] fix force cancel archive failed 2022-08-18 19:55:26 +08:00
9ec1f3f979 [obd] alter for sync obd.sh 2022-08-18 19:54:02 +08:00
e322ab104b [CP] [obd] rename tenant oper 2022-08-18 19:52:37 +08:00