Commit Graph

  • 50c953f1b2 Change the error code returned from alter index dop Hongqin-Li 2023-03-14 17:13:34 +00:00
  • 9a13e1b863 Fix lsn or log_id exceeds upper bound bug. obdev 2023-03-14 17:10:55 +00:00
  • b5b1d2d57f [to #48122576] add rowtype_type type as legal extend in dynamic sql parameters obdev 2023-03-14 16:43:57 +00:00
  • 691a1fe56f Fix interrupt status leak qianchanger 2023-03-14 16:41:18 +00:00
  • e8bb18cdc0 Fix core table full schema miss problem tino247 2023-03-14 16:16:23 +00:00
  • 7c48e979b5 [MDS] add virtual table placeholder obdev 2023-03-14 16:13:46 +00:00
  • 5e391b5bea make ObQSyncLock read priority obdev 2023-03-14 16:11:07 +00:00
  • 26e1fb4b74 [CP] fix query range bug when both contain row and in exprs Larry955 2023-03-14 15:43:22 +00:00
  • 91a52683fb observer should exit if listen rpc port failed obdev 2023-03-14 15:40:41 +00:00
  • 852fc2c53d fix bug:auto-increment incorrect in partition column for heap table Revendell 2023-03-14 15:13:42 +00:00
  • 9ff662a836 [DATA_DICT] Fix hold schema_guard too long while dump data_dict SanmuWangZJU 2023-03-14 15:11:01 +00:00
  • 1f72959e5b [to #46563351] add alias name for cursor_for_loop's select column obdev 2023-03-14 14:46:55 +00:00
  • 4fc5c53c37 mark dblink connection unusable when execute query failed obdev 2023-03-14 14:44:16 +00:00
  • e43d803a55 fix merge sort OOM when add merge ways obdev 2023-03-14 14:41:36 +00:00
  • 229e7c1e7c set 2pc_role after decided trans_type obdev 2023-03-14 14:16:20 +00:00
  • 0d3e38c020 The eval_flags of vectorized ceil/floor is set incorrectly obdev 2023-03-14 14:13:42 +00:00
  • 8794de5125 enhance compaction diagnose a1iive 2023-03-14 14:11:06 +00:00
  • f08a873f6a Shrink slog reserved space to 4GB JiahuaChen 2023-03-14 13:43:28 +00:00
  • 55b78ca715 delete some legacy code and fix several file description leak. HaHaJeff 2023-03-14 13:40:49 +00:00
  • 05d3a935cc Limit archive memory usage based on send_task_status obdev 2023-03-14 13:16:55 +00:00
  • f19dacc180 COM_PING for keeping connection alive raywill 2023-03-14 13:14:15 +00:00
  • d765e76db2 fix heart beat remove bug obdev 2023-03-14 13:11:35 +00:00
  • b50d965b6a fix update __all_tablet_meta_table about timeout obdev 2023-03-14 12:41:18 +00:00
  • a11ae17dbe rewrite ret code for bug/48008983 obdev 2023-03-14 12:13:44 +00:00
  • 8cd738a4c4 Fix bugs of ddl reap old replica build task Hongqin-Li 2023-03-14 12:11:05 +00:00
  • bd83fce1b4 fix abort redef table error ret_code bug obdev 2023-03-14 11:46:12 +00:00
  • 8b56c90a15 [4.1][xa] abort tx before release tx when fail in xa start obdev 2023-03-14 11:43:33 +00:00
  • fb5e8bac89 fix compile warnings in perf mode nroskill 2023-03-14 11:40:54 +00:00
  • b067ad8227 ps execute with double data more than 1e15 will return invalid number obdev 2023-03-14 11:13:48 +00:00
  • 7b0e309818 improve error code when flashback operations have failed BinChenn 2023-03-14 11:11:05 +00:00
  • f372957d25 fix clean deleted_tablet_info file WenJinyu 2023-03-14 10:46:36 +00:00
  • 67dbfdd14c fix bug in compaction progress a1iive 2023-03-14 10:43:57 +00:00
  • 7f703344b6 fix index_checksum_validator about added index obdev 2023-03-14 10:41:18 +00:00
  • 21748483c5 fix pnio coredump when ref wq_queue obdev 2023-03-14 10:13:30 +00:00
  • bbc80fb3d3 fix: fix the core and correctness error induced by foreign key and trigegr processing order refactor obdev 2023-03-14 10:10:52 +00:00
  • 9b6784e77c Fix double type lossless cast check hezuojiao 2023-03-14 09:43:50 +00:00
  • f4ed181811 Move longops registry before push ddl task obdev 2023-03-14 09:41:09 +00:00
  • bc8e51c3e8 fix oracle not null and fix mysqltest yongshige 2023-03-14 08:10:53 +00:00
  • 6d4641c7bc backup upgrade compatibility related fixes hamstersox 2023-03-14 07:13:34 +00:00
  • 312db5a0f2 fix migrate init medium list twice obdev 2023-03-14 07:10:57 +00:00
  • 92c3e8a96f maintain supply and consume count to ensure all item consume before external sort oceanoverflow 2023-03-13 13:40:59 +00:00
  • 52a172a635 filter to replay the same mds redo log in tx_ctx_table obdev 2023-03-13 13:16:24 +00:00
  • bce17f207e do not generate channel id when server id is not initialized obdev 2023-03-13 13:13:45 +00:00
  • 0c1246660d [CP] [refine] add statistics for distributed trans total used time obdev 2023-03-13 13:11:06 +00:00
  • a06d22d628 use tablet_allocator to get_tablets in virtual table obdev 2023-03-13 11:16:48 +00:00
  • 92c7e1c42f fix LTO rpm build in x86 centos wenxingsen 2023-03-13 11:14:04 +00:00
  • a4496d899f Fix the bug that fails the precision check for the number data type obdev 2023-03-13 11:11:21 +00:00
  • 21746f8b25 [OBCDC] Fix the exception when adding restore tenant obdev 2023-03-13 10:41:52 +00:00
  • 830b1e3d76 fix param info field is not deep copied obdev 2023-03-13 08:41:04 +00:00
  • 4ae800e828 Remove external links in comments obdev 2023-03-13 08:11:16 +00:00
  • a1c0fb9d36 [CP] [to #47900112] fix question mark cnt in anonymous block obdev 2023-03-13 07:49:02 +00:00
  • 2b69c88d53 [master] fix log_level when ls not found chinaxing 2023-03-13 07:43:47 +00:00
  • 30692c91ff [4.2] Add pcode for duplicate ls createment obdev 2023-03-13 07:41:04 +00:00
  • ac389e1429 [das] fix lookup use after free bug obdev 2023-03-13 07:13:36 +00:00
  • e1192bc1d4 Fix: nlj forget to_exprs cause datum error obdev 2023-03-13 06:47:09 +00:00
  • 17951fe629 Adjust the default value for weak read obdev 2023-03-13 06:44:27 +00:00
  • 599e73ea33 [BUG.DEFENSE] Add hold time check for meta obj guard Tyshawn 2023-03-13 06:41:42 +00:00
  • d879724869 Add log for get_leader_with_retry_until_timeout obdev 2023-03-13 06:13:54 +00:00
  • c9b053fcc8 [das group rescan] clear eval flag when fill param for right op obdev 2023-03-13 06:11:09 +00:00
  • aa32b0c1ae [OBCDC] fix obcdc_tailf core when using std::string obdev 2023-03-13 05:41:18 +00:00
  • 79091854c0 Fix regexp function type deduce bug obdev 2023-03-13 04:11:38 +00:00
  • fa5905f58a fix executing sql in the pl block does not create xa pl sp obdev 2023-03-13 03:41:17 +00:00
  • 6602937633 support oceanbase rpm build when LTO is on wenxingsen 2023-03-13 03:11:32 +00:00
  • 55d2cf583e fix master failed case Larry955 2023-03-12 02:11:21 +00:00
  • d24266ca2b Merge branch 'master' of github.com:oceanbase/oceanbase ob-robot 2023-03-11 19:39:11 +08:00
  • 9d39308259 Fix Licensing information (#1318) tison 2023-03-11 19:23:28 +08:00
  • 8842a2ff03 fix max_stale_time_ns is us actually dimstars 2023-03-11 05:41:12 +00:00
  • a6f4e3965c fix bug:the result data of direct_load and load_data are inconsistent when column type is text Revendell 2023-03-10 15:43:29 +00:00
  • dc2707cb42 Fixing core in the cast_obj function obdev 2023-03-10 15:40:48 +00:00
  • 8e3eeb074b set start_log_ts after OB_BUF_NOT_ENOUTH in submit_commit_log obdev 2023-03-10 11:11:31 +00:00
  • 1bb5399990 Optimize upgrade virtual schema tino247 2023-03-10 10:44:20 +00:00
  • a1d27bd23e Fix direct load data block reader switch_next_block obdev 2023-03-10 10:41:35 +00:00
  • 8934e02584 Github merge request #1318 Fix Licensing information LINxiansheng 2023-03-10 10:17:11 +00:00
  • f0e7fcb85f fix inner sql retry memleak obdev 2023-03-10 10:14:15 +00:00
  • 962180cc52 [UPGRADE] check standby tenant when needed tino247 2023-03-10 10:11:34 +00:00
  • 3216191e05 fix a inner sql bug in V$OB_ARCHIVE_DEST_STATUS obdev 2023-03-10 09:46:45 +00:00
  • a4bee3acf4 Add datum is_null check while calc sort topn_limit expr obdev 2023-03-10 09:41:25 +00:00
  • 325a4e30c6 Fix Links of yuque wanhong.wwh 2023-03-10 08:13:58 +00:00
  • a0466b3249 fix compatibility problem obdev 2023-03-10 08:11:17 +00:00
  • a51173a6e5 [BUGFIX] fix lob outrow charset conv to client obdev 2023-03-10 07:41:13 +00:00
  • a9d8b3e4fe [CP] remove unsafe urls zhjc1124 2023-03-10 07:13:56 +00:00
  • 7f9f436d37 Fix ls migration get tablet info rpc timeout bug godyangfight 2023-03-10 07:11:16 +00:00
  • 16800f15d9 [Arb] fix the arb server sends rpc with cluster_id(-1) BinChenn 2023-03-10 06:44:26 +00:00
  • a80fd7b5c3 fixed log data incorrect because of alloc memory failed. HaHaJeff 2023-03-10 06:41:45 +00:00
  • 8023b02a49 Fix redundant unlock in ObDDLMacroBlockClogCb::on_failure Hongqin-Li 2023-03-10 04:13:54 +00:00
  • b7aa3212ab [BUGFIX] fix lob bugs obdev 2023-03-10 04:11:15 +00:00
  • c9177f7439 [BUGFIX] fix lob locator helper print row id for last row obdev 2023-03-10 03:43:59 +00:00
  • 651a35bee4 fix memleak when intersect two in keyparts Larry955 2023-03-10 03:41:14 +00:00
  • c1d0f92279 fix:48260610 obdev 2023-03-10 03:17:16 +00:00
  • 0df00274f4 ddl kv mgr occupy smaller memory simonjoylet 2023-03-10 03:14:32 +00:00
  • 928beb2c85 limit the max buffer size of PDML write raywill 2023-03-10 03:11:49 +00:00
  • 08a026b5a9 check backup/archive before upgrade from 4.0 to 4.1 wxhwang 2023-03-10 02:41:33 +00:00
  • 58dda7bbcd add restriction for backup creating tablet oceanoverflow 2023-03-09 13:47:03 +00:00
  • 91d94ce27a remove links. obdev 2023-03-09 13:44:23 +00:00
  • b89fe9aaa5 fix update tablet with medium_info_list in migrate obdev 2023-03-09 13:41:43 +00:00
  • e9917b03ad [to #48197193]fix mysqltest obdev 2023-03-09 13:13:47 +00:00
  • 8086a65ad4 [4.1] add tablet_change_scn to __all_virtual_ls_info obdev 2023-03-09 13:11:07 +00:00
  • ae6eea62f1 Fix a dblink bug and disable pdml hint for dblink xianyu-w 2023-03-09 12:47:20 +00:00
  • 3b47aa7ccd disable hash groupby bypass path when estimiate stat Larry955 2023-03-09 12:44:37 +00:00
  • 52c3cde4eb fix core when run dbms_debug_sqlqa.debug_test3_oracle obdev 2023-03-09 12:41:56 +00:00