Commit Graph

985 Commits

Author SHA1 Message Date
st0
1f694d6b96 fix connection resource cleanup task bug 2022-03-01 16:00:51 +08:00
lx0
32f2910552 fix check_row_lock bug 2022-03-01 15:51:49 +08:00
jg0
a46986a8f3 fix libunwind coredump under arm os 2022-03-01 15:45:48 +08:00
ly0
c7b59a9dde fix memleak when px submit 2022-02-28 20:17:37 +08:00
c160d95033 Fix pg_key not removed from tenant file pg_map when replaying 22x remove pg slog during upgrade 2022-02-28 20:16:59 +08:00
e833976669 Fix migration create pg partition using wrong schema version 2022-02-28 20:16:35 +08:00
xj0
c856bc403e [fix] json not strict mode insert 2022-02-28 20:16:09 +08:00
xy0
0b3eff2515 未use database的情况下创建outline,查询gv$outline时报-4016 2022-02-28 20:15:44 +08:00
yb0
1b3e363de0 fix parser bug abort uint64 2022-02-28 20:15:19 +08:00
st0
0002ca3b94 fix function convert_tz bug 2022-02-28 20:14:53 +08:00
jy0
8629461387 primary_zone length overflow when memcpy 2022-02-28 20:14:27 +08:00
yy0
d10ad3a0b8 fix: remove incorrect boolean flag in json type 2022-02-28 20:13:59 +08:00
f01d3bd421 fix bug replace into ret = -4377 2022-02-22 16:05:40 +08:00
d6b9744687 fix bug multi update with 3 table left join, write row which is null 2022-02-22 16:05:18 +08:00
yy0
589b565d91 fix: old engine distinct boolean type 2022-02-22 16:04:51 +08:00
xj0
cb72130d0a [fix] json array out of bound in remove operation 2022-02-22 16:04:26 +08:00
yy0
2a069991eb fix row lock rollback problem 2022-02-22 16:04:02 +08:00
xj0
29ac840077 get json convert function not as expected 2022-02-18 11:07:24 +08:00
ym0
f0a19537dc Allow to drop index column which is still referencing by a delay deleted index. 2022-02-18 11:07:00 +08:00
6fa2081188 Update quick start address 2022-02-17 14:39:38 +08:00
5f699b5711 lower the cpu cost in open-source mini-mode 2022-02-17 10:27:48 +08:00
my0
e03047055d fix or expansion can not happen bug. 2022-02-16 19:23:14 +08:00
bx0
3f2ccce9df [asan|pquery]core at sql::ObExprCast::calc_result2 2022-02-16 19:22:37 +08:00
yb0
a3fa322bc9 modify large stack variable to heap variable for pwj compare 2022-02-16 19:22:12 +08:00
ym0
b79cea0cad Fix show create tablegroup problem 2022-02-16 19:21:46 +08:00
xj0
bb573a7cd4 [Json] json patch from 3.2.2 branch since 2021.12 2022-02-16 17:34:14 +08:00
xj0
63edf11b9a [fix] update RPM.cmake and version upgrade script 2022-02-16 17:33:51 +08:00
83219d74d0 Remove duplicate codes in ObBloomFilterBuildTask::build_bloom_filter (#64) 2022-02-15 22:02:13 +08:00
5957de2992 fix a bug in dep_create.sh 2022-02-15 12:06:46 +08:00
dcd9d2fab9 fix print ddl log coredump casued by genearted column index 2022-02-15 11:43:13 +08:00
e81af67898 Fix log core in partition merge 2022-02-15 11:42:48 +08:00
bf0
8c8877158b fix core using pdml insert 2022-02-14 11:19:12 +08:00
bx0
b9b697e39d Multiple outlines with the same name can be created when no database is specified 2022-02-14 11:18:50 +08:00
ac82728867 patch back the flashback table/tenant/database/index(without flashback to scn) 2022-02-14 11:09:41 +08:00
lx0
a15a151dae Update ObQueryRefRawExpr result type 2022-02-14 10:43:54 +08:00
bx0
a8b4d67f55 The outline created by the database is not specified and cannot be dropped 2022-02-10 20:15:56 +08:00
7b003df452 Fix some errors 2022-02-10 20:07:13 +08:00
9007c77b10 disable construct of ObIAllocator 2022-02-10 20:06:48 +08:00
17b0f303d7 fix dooba bugs 2022-02-10 15:03:47 +08:00
d42f317422 Move the docs folder 2022-02-10 14:51:49 +08:00
sw0
7c6dcc6712 core when print query range 2022-02-10 14:42:47 +08:00
5a7aaf95a9 Update 5.dump-and-merge.md (#733)
当达到freeze_trigger_percentage发生转储 memstore=memory_limit * memstore_limit_percentage 转储条件  memstore*freeze_trigger_percentage
2022-02-10 14:20:42 +08:00
ab2a692dbd Add tutorials about oceanbase cdc (logproxy) (#686)
* Add tutorials about oceanbase cdc (logproxy)

* Modify tutorials about canal.

Co-authored-by: LIN <wangzelin19961202@gmail.com>
2022-02-10 11:04:54 +08:00
8f4f4e5a98 replace uname -p with uname -m (#565)
uname -p is non-portable (even across GNU/Linux distributions) and unavailable in some distributions such as Debain 10 and Arch Linux. See this [manual](https://www.gnu.org/software/coreutils/manual/html_node/uname-invocation.html).
2022-02-10 10:41:43 +08:00
e8484f5bf4 Call recovery_point_data_mgr_.destroy() in ObPGStorage (#323) 2022-02-09 17:38:10 +08:00
6b502f35f4 docs(ob_error): research and scheme documents of ob_error tool 2022-02-09 17:05:45 +08:00
jg0
0c8bc404d7 fix coredump caused by oceanbase::sql::ObExprUtlInaddrGetHostName::calc_result1 2022-02-09 16:36:57 +08:00
xj0
32f4022f2f [dooba] support tableapi monitor 2022-02-09 15:39:42 +08:00
c2c7336b2b 3.1.x_opensource_release support obd 3.1.x_opensource_release support obd 3.1.x_opensource_release support obd 2022-02-09 15:32:04 +08:00
21564ec61d fix charset (#736) 2022-02-09 10:47:02 +08:00