Commit Graph

1489 Commits

Author SHA1 Message Date
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
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
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
97badd0075 [CP] Json bugfix: json column length and create view with json 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
765bddadca [CP] [archive] fix invalid piece id when archive is stopping 2022-08-16 20:34:00 +08:00
4a71740484 Upgrade the version 3.1.4 to 3.1.5 2022-08-16 20:33:16 +08:00
88dad848e0 [CP] fix bug insert on duplicate key update with unexpected error_no 5024 2022-08-16 11:51:22 +08:00
db7a7afe45 [CP] Add more logs for dropped tenant check information 2022-08-16 11:50:36 +08:00
14a6af150b [CP] disable spm before 4.0 2022-08-16 11:48:38 +08:00
f229486631 try fix #600 (#614) 2022-08-15 11:34:27 +08:00
e6efecced4 [CP] Fix page nums error. 2022-08-15 11:33:50 +08:00
9de7eb9f26 fix bug: create table xxx partition by xxx should not succeed when part expr with T_OP_REGEXP 2022-08-12 20:09:43 +08:00
29e0cb7475 [CP] [CP] [3_2_x] set trans-result incomplete when merge/assign failed 2022-08-12 17:12:57 +08:00
5d3d5c7cb7 [CP] Reduce tmp file block cache memory usage. 2022-08-12 17:11:51 +08:00
c6ce32929d [CP] [CP] Remove multi logical tenant files 2022-08-12 17:10:47 +08:00
331db3f523 CHAR_LENGTH() output incorrect results when used with subquery 2022-08-08 23:03:24 +08:00
1799f31d6f fix issue [WhiteScan] [DEADCODE] (#678) 2022-08-08 20:42:22 +08:00
da3b184eb8 fix issue 252 (#858) 2022-08-08 20:35:53 +08:00
a69e1e30df [CP] [xa] [fix] intercept the idle timeout behavior of xa 2022-08-08 20:34:53 +08:00
af7a161cd8 [CP] fix join eliminate bug 2022-08-08 20:34:08 +08:00
577e69c13f Update ob_log_replay_engine.cpp (#936) 2022-08-08 16:11:46 +08:00
c5e1383f82 [CP] Fix insert values op access enumset string_values core 2022-08-08 16:10:46 +08:00
2c1ac9a163 [CP] Fix nested aggregate bug 2022-08-08 16:10:06 +08:00
9cc87d8343 [CP] Add system variable default_storage_engine 2022-08-08 16:09:22 +08:00
c1af466e6c [CP] Json bugfix: json cast to enum/set 2022-08-04 19:31:38 +08:00
522aef175c [CP] [CP] fix const expr output not deep copy in implicit_aggr 2022-08-04 19:30:55 +08:00
5d339f88e3 Disable batch nlj when right is sample scan 2022-08-04 19:30:15 +08:00
727c5bf512 transfer the query response time collection to sql audit consumer thread 2022-08-04 19:28:51 +08:00
18b5b5be8b fix: table api report -4002 when the client request does not include a valid table id 2022-07-31 20:31:01 +08:00
8c74dc19a2 [CP] [CP][BUG.FIX] fix eating return code in tmp file. 2022-07-31 20:30:31 +08:00
4942b97c45 [CP] fix allocate gi above window function bug 2022-07-31 20:29:59 +08:00
f3f54ca0ea [CP] adjust NLJ/NL connectby open 2022-07-31 20:29:26 +08:00
edd206c037 [CP] [CP] Fix psSessionInfo memory not being released in time 2022-07-31 20:28:50 +08:00
139fe70c10 select json_arrayagg(DISTINCT 1) coredump 2022-07-27 16:41:54 +08:00