|
|
0fe424c626
|
Refine filtering external files by pattern option
|
2023-12-07 04:46:33 +00:00 |
|
|
|
d8ccc0fc9f
|
Fix: There is a concurrency problem with on_get_session
|
2023-12-06 09:13:04 +00:00 |
|
|
|
7b8ff9b9db
|
[to #53465378] fix CURRENT_USER inside DEFINER routines
|
2023-12-05 18:12:16 +00:00 |
|
|
|
0bda0dbd95
|
[CP] add serialization size check
|
2023-12-02 05:12:16 +00:00 |
|
|
|
e63f6e8dbe
|
[CP] refine cost of base table
|
2023-11-27 07:28:18 +00:00 |
|
|
|
a666fa9757
|
[CP] Fix: stack overflow problem
|
2023-11-24 04:15:22 +00:00 |
|
|
|
2a89240728
|
Revert [CP] Fix: affected row sync
|
2023-11-22 03:15:17 +00:00 |
|
|
|
e68289c158
|
fix temporary table not cleaned bug
|
2023-11-20 18:44:44 +00:00 |
|
|
|
11d49921e5
|
[CP] Fix: affected row sync
|
2023-11-20 17:40:55 +00:00 |
|
|
|
f95bb7f590
|
sys var placeholder & session serialize placeholder
|
2023-11-20 17:15:14 +00:00 |
|
|
|
1b7fb61f48
|
Fix: master re placeholder
|
2023-11-15 03:40:40 +00:00 |
|
|
|
d0a66f4900
|
ObBasicSessionInfo master placeholder
|
2023-11-14 09:10:36 +00:00 |
|
|
|
6ed7e537a0
|
fix context core because of double free
|
2023-11-13 11:09:11 +00:00 |
|
|
|
6e6eedc0b8
|
[CP] disable var assign use das default
|
2023-11-13 07:13:15 +00:00 |
|
|
|
a722d95b96
|
add system variable _enable_range_extraction_for_not_in to control query range extraction for not in
|
2023-11-07 13:09:56 +00:00 |
|
|
|
e987af6eae
|
[CP] Fix: session sync system_time_zone no need sync
|
2023-11-06 11:40:03 +00:00 |
|
|
|
3ba461666b
|
[to #53004315]piece cache add destructor when close_all
|
2023-11-02 06:39:28 +00:00 |
|
|
|
566e920620
|
Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
|
2023-10-31 15:39:22 +00:00 |
|
|
|
bacc417957
|
feat: add the rule to use-das when has variable assignments in sql
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
|
2023-10-23 09:14:03 +00:00 |
|
|
|
c9753f2968
|
license opt: Identify external and internal code and modify their open source licenses correctly.
|
2023-10-23 03:43:44 +00:00 |
|
|
|
7c82486bfc
|
[CP] [XA][4.2/4.3] support autonomous trans in xa
|
2023-10-17 08:09:39 +00:00 |
|
|
|
989a8f3547
|
fix set transaction characters
|
2023-10-12 08:40:05 +00:00 |
|
|
|
c63282a624
|
support oms ncharacter_set_connection
|
2023-10-10 11:40:07 +00:00 |
|
|
|
8f6d380ccd
|
[CP] Fix: session sync related bug
|
2023-09-26 06:10:06 +00:00 |
|
|
|
c13243ff23
|
fix handling invalid character in identifier
|
2023-09-22 03:10:14 +00:00 |
|
|
|
98d6d32ccc
|
[to #52107651]mysql proc only return ok in c driver
|
2023-09-20 16:46:11 +00:00 |
|
|
|
96aa1a846c
|
[to #50700687] fix format of SHOW CREATE PROCEDURE/FUNCTION and DBMS_METADATA.GET_DDL
|
2023-09-14 13:13:51 +00:00 |
|
|
|
45573c67e5
|
Fix bug in skip scan with splitted ranges
|
2023-09-12 02:10:42 +00:00 |
|
|
|
b62974dae7
|
fix change user user variables not update
|
2023-09-09 12:02:32 +00:00 |
|
|
|
9592bdb48f
|
Fix unlimited number of Oracle tenant connections
|
2023-09-08 12:25:54 +08:00 |
|
|
|
ebc15cc7c1
|
fix not init sequence id in session info bug
|
2023-08-31 09:10:45 +00:00 |
|
|
|
5e158ef5e9
|
[FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
|
2023-08-30 11:44:37 +00:00 |
|
|
|
8015a958d0
|
[FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
|
2023-08-30 10:44:18 +00:00 |
|
|
|
f2154179ed
|
fix context session sync do not clear memory
|
2023-08-29 04:44:23 +00:00 |
|
|
|
9e9f381d02
|
[FEAT MERGE] support connection from LB in Public Cloud
|
2023-08-28 12:40:32 +00:00 |
|
|
|
27b9eda3c7
|
[FEAT MERGE]query_interface_enhancement
|
2023-08-26 04:40:35 +00:00 |
|
|
|
8d100cf383
|
fix some bugs on priviledges and variabls
|
2023-08-21 13:44:05 +00:00 |
|
|
|
55caa9f69b
|
Fix the memory leakage due to restoring session_info
|
2023-08-21 13:14:08 +00:00 |
|
|
|
cac1b6f7f1
|
to issue<51613550>:fix core when upate plsql_ccflag var
|
2023-08-17 12:11:55 +00:00 |
|
|
|
65b74f7848
|
[CP] fix: Error loading system variables during session deserialization
|
2023-08-17 17:21:54 +08:00 |
|
|
|
9b31f8aa03
|
[FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
|
2023-08-15 02:40:26 +00:00 |
|
|
|
2defdd7296
|
[4.1][4.2] refine set autocommit in dblink trans
|
2023-08-14 08:18:44 +00:00 |
|
|
|
6fd716e98c
|
fix session core when flt mgr init failed
|
2023-08-08 08:12:40 +00:00 |
|
|
|
09e015fb7b
|
fix session may be leaked when init mgr failed
|
2023-08-03 07:18:13 +00:00 |
|
|
|
a56c5b6dec
|
Add error codes for sql module, !! Please Read Task Description Carefully!!
|
2023-08-01 17:18:33 +00:00 |
|
|
|
3b07f6c3d0
|
opt ObSQLSessionInfo
|
2023-08-01 14:54:15 +00:00 |
|
|
|
772ea65742
|
fix temporary table bug
|
2023-07-31 12:42:16 +00:00 |
|
|
|
9ed642a58f
|
Fix: session sync use new type to sync last_schema_version
|
2023-07-27 08:42:29 +00:00 |
|
|
|
5801f3942d
|
fix core-test
|
2023-07-24 10:42:50 +00:00 |
|
|
|
b3e8f8f67b
|
[CP] enhance GTT
|
2023-07-21 09:48:59 +00:00 |
|