Commit Graph

  • 94f6956dbe [CP] fix error code in sort operator is overwritten obdev 2022-05-05 14:21:53 +08:00
  • 336c46df13 [CP] fix join elimination bug obdev 2022-05-05 14:21:27 +08:00
  • 7d150eca15 [CP] 【asan】G349509 ObExpr::do_eval_batch stack-use-after-scope obdev 2022-05-05 14:20:59 +08:00
  • a7b3c02d75 [CP] add trigger for ckpt obdev 2022-05-05 14:20:33 +08:00
  • d1aa3c5db6 [CP] [bugfix][errcode]: avoid -4013 errcode being overwritten in parser. Monk-Liu 2022-05-05 14:20:05 +08:00
  • d647b8f1e4 [CP] fix the params collation level bugs when executing prepared sql obdev 2022-05-05 14:19:39 +08:00
  • 957bb6b7ee fix freeze hang problem obdev 2022-05-05 14:19:13 +08:00
  • 33d19d15f0 [CP] 【SQLancer】query result mismatch obdev 2022-05-05 14:18:45 +08:00
  • 7433acf7e3 [CP] [CP] [CP] Fix reference count exception when ps cache evict task concurrency obdev 2022-05-05 14:18:18 +08:00
  • 1da9b5316b [CP] Fix ps execute location leader not exist not retry obdev 2022-05-05 14:17:52 +08:00
  • e2a21af4f1 [CP] ignore OB_PG_PARTITION_NOT_EXIST and OB_PARTITION_NOT_EXIST while building local index YoungYang0820 2022-05-05 14:17:25 +08:00
  • 73730a2c0d [CP] BUGFIX: block dirty trans context release while it is needed. obdev 2022-05-05 14:16:38 +08:00
  • 3946d3a920 [CP] BUG FIX: make create partition group process rollback success if it is failed. obdev 2022-05-05 14:16:11 +08:00
  • 829cfdecfa [CP] fix table location generate wrong key_exprs obdev 2022-05-05 14:15:44 +08:00
  • cb3e9eacc2 fix standalone docker bugs (#861) Laughing 2022-04-26 10:21:49 +08:00
  • b79fb0ac75 [CP] optimize slog replay info output hiddenbomb 2022-04-25 14:20:58 +08:00
  • 25b3b3fff8 [CP] Fix batch create partitions rollback core JiahuaChen 2022-04-25 14:20:31 +08:00
  • 8ce40d33af [CP] fix lost row caused by purge range kongfy 2022-04-25 14:20:04 +08:00
  • 80133e10bc [CP] fix core when no memory obdev 2022-04-25 14:19:36 +08:00
  • b2b9b757c1 Binary file (standard input) matches Monk-Liu 2022-04-25 14:18:48 +08:00
  • 209802bc49 log both user error code and internal error code while sending error packet hnwyllmm 2022-04-25 14:18:22 +08:00
  • d915c6dd26 copy from data_dir config to variable datadir hnwyllmm 2022-04-22 16:51:42 +08:00
  • c1e01ea7de [CP] Remove extra space in sql_mode obdev 2022-04-22 16:51:14 +08:00
  • 609e970478 [CP] fix memory leak of cuckoo hashmap Charles0429 2022-04-22 16:50:47 +08:00
  • 4e898ddbf3 [CP] fix high_priority_net_thread_count > 64 coredump nroskill 2022-04-22 16:50:20 +08:00
  • acc4327715 Fix ObSchema::reset() related bugs obdev 2022-04-22 16:49:51 +08:00
  • 312e365e67 [CP] [CP] Fix crash in erase dtl interm result qianchanger 2022-04-22 16:49:24 +08:00
  • a7eb2d81c5 [CP] not jump to routine stack when use asan obdev 2022-04-22 16:48:55 +08:00
  • 3942c22604 [bugfix]: support create table t select ~1; Monk-Liu 2022-04-19 10:33:27 +08:00
  • 2934fef1c7 [bugfix]: avoid parser::split_multi_query splits the stmt by a semicolon in comment obdev 2022-04-19 10:33:01 +08:00
  • 4fdbcc227c [CP] fix bug: alter tenant [xxx] set variables lower_case_table_names obdev 2022-04-19 10:32:35 +08:00
  • 79d5b68e0a Support loongarch64 LINxiansheng 2022-04-18 15:24:51 +08:00
  • 6ea9991d84 add support for loongarch64 (#851) Wu Xiaotian 2022-04-18 15:12:30 +08:00
  • 047868e359 fix error when disk full hiddenbomb 2022-04-18 11:36:49 +08:00
  • 5895e3cccb support check stack overflow for asan xuhuleon 2022-04-18 10:29:29 +08:00
  • abd9aad386 fix tmp_sysvar_schema stack-use-after-scope xm0 2022-04-18 10:29:05 +08:00
  • 5ff640d9b8 Fix px infinite retry loop in PL. && Clean up interrupt status at the beginning of the thread qianchanger 2022-04-18 10:28:40 +08:00
  • 3cec53aaec Fix a compile bug about OB net util LINxiansheng 2022-04-18 10:28:17 +08:00
  • c3fce71ce2 fix ob_time_to_date array index out of range bug st0 2022-04-18 10:27:52 +08:00
  • 37a40e46b2 fix asan core st0 2022-04-14 15:16:41 +08:00
  • 32f5552b33 fix time convert asan core st0 2022-04-14 15:16:16 +08:00
  • 49242edee5 fix slog switch_file bug cw0 2022-04-14 15:15:53 +08:00
  • 8958d59bf2 sql_id is null when hit plan cache. bx0 2022-04-14 11:20:50 +08:00
  • 25e4a2425b udpate omti.worker_pool while updating cpu_count config. hnwyllmm 2022-04-14 11:20:23 +08:00
  • 7052c033e1 fix get data size fail causing index fail YoungYang0820 2022-04-14 11:19:59 +08:00
  • d9916dc4dd unity:add header file for ob_signal_processor.cpp xy0 2022-04-14 11:19:35 +08:00
  • ae119045f1 fix build error use ld linker wenxingsen 2022-04-13 14:35:32 +08:00
  • e1fd4ed9ed fix OB_ENABLE_UNITY spelling mistakes wenxingsen 2022-04-13 14:35:09 +08:00
  • 9eabc6a452 Fix a bug about dockerfile LINxiansheng 2022-04-13 14:34:45 +08:00
  • 3edc7f7144 disable macro buffer in asan mode chaser-ch 2022-04-12 20:45:30 +08:00
  • d47e160a68 Fix core that hash distinct return row without projector when dump level is 2 lz0 2022-04-12 20:45:06 +08:00
  • 89607f0f03 fix clog sw free memory core bug. hf0 2022-04-12 20:44:41 +08:00
  • 50c2ea9245 [to #40604219]fix bug ObScanner::user_var_map_.map_ init twice seuwebber 2022-04-12 20:44:05 +08:00
  • d4c2794b60 fix coredump when fopen failed nroskill 2022-04-12 20:43:29 +08:00
  • 69facd6237 Fix weak read get tenant schema version using wrong backup snapshot version godyangfight 2022-04-11 20:40:38 +08:00
  • a26f56ece5 fix allocator init multiple times Charles0429 2022-04-11 20:40:15 +08:00
  • 133507483c fix timediff bug xy0 2022-04-11 20:39:52 +08:00
  • e5910e4581 ignore get freeze info when building index YoungYang0820 2022-04-08 14:02:58 +08:00
  • bea6d81713 Fix asan core that dfc heap use after free lz0 2022-04-08 14:02:32 +08:00
  • 04a249f897 Fix session bug qianchanger 2022-04-08 14:02:07 +08:00
  • 5ac5277876 fix pdml error when target table is partitioned by functions, instead of ref columns raywill 2022-04-08 14:01:42 +08:00
  • 76ae3d87cd disable change error code for ac=1 remote query raywill 2022-04-08 14:01:16 +08:00
  • e43242fe44 support asan in 3.1_opensource_release xy0 2022-04-08 14:00:52 +08:00
  • 021cb19e6c build on arch linux LINxiansheng 2022-04-07 10:51:52 +08:00
  • d37c871fea Update Dockerfile (#855) Laughing 2022-04-06 19:54:12 +08:00
  • 39c226994d oceanbase can run in lower memory system now (#784) Laughing 2022-04-06 17:10:16 +08:00
  • a2b6f41e56 alloc trans rpc task by rp_alloc xs0 2022-04-06 10:56:36 +08:00
  • 68cd558747 patch tair code removing from 22x to 31CE ly0 2022-04-06 10:56:12 +08:00
  • 518fd3552f fix alloc local session with same sid leads memory damage ls0 2022-04-06 10:55:46 +08:00
  • 21163c4fdb modify DEFAULT_SEG_SIZE xl0 2022-04-01 17:30:53 +08:00
  • 56ba4b2d52 Update ob_server.cpp (#850) richie 2022-04-01 17:23:54 +08:00
  • feea656d76 iter_task:fix potential fd leak xy0 2022-04-01 16:53:06 +08:00
  • bf5d73125b whitescan safety hole: mainly uninitialized variables xy0 2022-04-01 16:52:41 +08:00
  • b9fc792163 fix user variable not do eval jh0 2022-04-01 16:52:17 +08:00
  • 6cdf0345c6 fix net_thread_count > 64 coredump nroskill 2022-04-01 16:51:53 +08:00
  • 4713d791bf [cp]: support create table select ~1; Monk-Liu 2022-04-01 10:48:54 +08:00
  • 3fe6afe14e add obd helper mt0 2022-04-01 10:39:45 +08:00
  • 51bc425fa9 [cp]fix some bugs zz0 2022-04-01 10:39:20 +08:00
  • 601ef477f5 fix:39971393,json compare bug yy0 2022-04-01 10:38:43 +08:00
  • a063394153 Abort slog when rollback batch creating PG JiahuaChen 2022-04-01 10:38:14 +08:00
  • 63c15b83b6 [BUG.FIX] support remove tmp file concurrently Tyshawn 2022-04-01 10:37:47 +08:00
  • 29d544f860 fix check mount file error msg xuhuleon 2022-04-01 10:37:23 +08:00
  • b47ed7f236 [BUG.FIX]adapt interm result scanner mem limit to tmp file block size Tyshawn 2022-04-01 10:36:56 +08:00
  • f509075897 fix core at encrypt_passwd_to_stage2 yb0 2022-03-31 17:44:11 +08:00
  • 6098a414a7 Update ob_server.cpp (#845) richie 2022-03-31 16:35:44 +08:00
  • b6b7da6b55 standalone (#853) Rongfeng Fu 2022-03-31 15:39:17 +08:00
  • 3d79cacb37 bootstrap failed while cpu_count=0 hnwyllmm 2022-03-29 16:12:52 +08:00
  • e2969ea7a4 adjust perf event statistic zh0 2022-03-28 20:51:48 +08:00
  • 21e521f4f6 fix log level of build index simonjoylet 2022-03-28 19:42:56 +08:00
  • 936acf0597 fix create view bug with prefix index rq0 2022-03-28 17:51:50 +08:00
  • 1e4ef5ba24 Fix a bug in ce process on x86_64 el7 LINxiansheng 2022-03-28 16:37:26 +08:00
  • 0f19c37efc fix errored index not detected in merge YoungYang0820 2022-03-28 16:36:58 +08:00
  • bd95f35b0c fix parser bug for user variable zs0 2022-03-28 16:36:34 +08:00
  • ada79c48a2 remove unused statistic event zh0 2022-03-28 16:36:07 +08:00
  • 6b4f10f4ac fix wait transation bug Charles0429 2022-03-28 16:35:42 +08:00
  • a496e671a7 change record and print trace log config parameter zh0 2022-03-28 16:35:13 +08:00
  • 403f881b89 [mysql][window function]: fix 4 order by bugs in ob-mysql window function. Monk-Liu 2022-03-28 16:34:46 +08:00
  • 5e0b6e4c8c [obcdc-ce] modify deps version for obcdc SanmuWangZJU 2022-03-28 10:37:17 +08:00
  • e90d748cfc fix the core detected by asan of slice alloc by using a heap variable to record the class variable in advance zb0 2022-03-28 10:36:51 +08:00
  • 463064375a [liboblog] support storage work mode SanmuWangZJU 2022-03-25 18:10:38 +08:00