|
|
9b6599d966
|
In pdml update, column_conv expr may produce loop.
|
2021-10-28 10:52:08 +08:00 |
|
|
|
b01b3ee539
|
fix time expression with invalid parameter bug
|
2021-10-28 10:51:42 +08:00 |
|
|
|
188224d79b
|
modify the version info (#421)
|
2021-10-26 18:07:47 +08:00 |
|
|
|
b86bf6ed15
|
Update ob_delete_log_plan.cpp (#427)
|
2021-10-26 17:23:20 +08:00 |
|
|
|
d01e355c6a
|
Fix stack overflow of recursive get_name
|
2021-10-25 16:24:43 +08:00 |
|
|
|
ed0ed1a0a8
|
Fix the core caused by using invalid memory
|
2021-10-21 16:24:43 +08:00 |
|
|
|
4ca9eabca4
|
support expr WEIGHT_STRING() in mysql mode. master->3_1_opensource_release
|
2021-10-20 11:33:38 +08:00 |
|
|
|
0d3a41c33d
|
disable join elimination for delete/update when the eliminated table is also a deleted/updated table
|
2021-10-19 21:03:41 +08:00 |
|
|
|
e54cab6c45
|
Fix varchar cast to set in non strict mode
|
2021-10-19 20:00:48 +08:00 |
|
|
|
de99c9e067
|
fix some small bugs
|
2021-10-18 11:13:33 +08:00 |
|
|
|
f335d5a1ce
|
Fix the legacy of garbled code about sql_id in sql_audit [open source]
|
2021-10-18 10:39:05 +08:00 |
|
|
|
4a67d3f351
|
Change the ap_mini_task_mgr memory allocator from TCFactory to op_reclaim_alloc
|
2021-10-14 16:49:18 +08:00 |
|
|
|
a600c3b82c
|
fix bitand overwrite datum of parameter bug
|
2021-10-13 20:40:49 +08:00 |
|
|
|
490ce0a9df
|
fix bugs of INET expr
|
2021-10-13 20:33:10 +08:00 |
|
|
|
75c14d5c88
|
add DEGREES() function that converts radian to degree.
|
2021-10-13 20:00:57 +08:00 |
|
|
|
614d2970e8
|
Fix bit type casting inconsistent with mysql
|
2021-10-13 19:48:33 +08:00 |
|
|
|
a1b06baab7
|
fix core caused by alias_column_expr in aggr for win func and Swallow error code
|
2021-10-13 14:40:01 +08:00 |
|
|
|
6054dfb5fb
|
fix error code coverage bug
|
2021-10-13 11:42:56 +08:00 |
|
|
|
45460f6ae7
|
Support MIN/MAX function for enum/set data type
|
2021-10-13 11:27:22 +08:00 |
|
|
|
9e3909e71e
|
correct spelling
|
2021-10-02 16:21:24 +08:00 |
|
|
|
febfa4863f
|
Fix test cases
|
2021-09-27 21:16:00 +08:00 |
|
|
|
a2c22b06aa
|
Fix -4016 problem in ob_task serialize
|
2021-09-27 15:58:55 +08:00 |
|
|
|
b78e3041b2
|
OB query sql_id field in VIEW gv$sql_audit display error
|
2021-09-26 21:06:59 +08:00 |
|
|
|
16b086a718
|
fix late materialization bug
|
2021-09-24 19:19:08 +08:00 |
|
|
|
0a794fcaad
|
fix transform expr bug, convert single value row c1 in (1) to c1 = 1
|
2021-09-24 13:18:22 +08:00 |
|
|
|
ae8c941ed4
|
partition_id_calc_type should reset after used
|
2021-09-24 11:51:52 +08:00 |
|
|
|
73e3401749
|
fix single partition opt bug
|
2021-09-24 11:10:39 +08:00 |
|
|
|
4a8dd80a12
|
fix concat_ws and make_set report 4013 with more than 32 parameters
|
2021-09-24 00:02:21 +08:00 |
|
|
|
f51c7afe86
|
Fix the conversion rules from string/datetime to enum/set
|
2021-09-23 13:18:58 +08:00 |
|
|
|
1765522f95
|
Fix enumset cast to time in static typing engine
|
2021-09-22 20:10:48 +08:00 |
|
|
|
b2e66c1cd8
|
batch patch to opensource
|
2021-09-22 19:31:35 +08:00 |
|
|
|
77b7c6140f
|
Support TEXT data type cast to SET/ENUM
|
2021-09-22 16:06:42 +08:00 |
|
|
|
eff6d19fcc
|
Fix the branch compatibility problems.
|
2021-09-22 13:27:56 +08:00 |
|
|
|
c9ed9fe1c3
|
Fix BAD_OVERRIDE
|
2021-09-22 11:17:02 +08:00 |
|
|
|
b1581e364b
|
[WhiteScan] Fix some white scan errors
|
2021-09-17 19:24:43 +08:00 |
|
|
|
875865e081
|
Fix traverse does not check overflow resulting in stack overflow
|
2021-09-17 19:09:35 +08:00 |
|
|
|
8064e19549
|
Fix casting error for year to bit
|
2021-09-17 15:27:35 +08:00 |
|
|
|
df707d359b
|
fix op set order by bug
|
2021-09-17 14:54:29 +08:00 |
|
|
|
bf79ca5650
|
Forbidden backup copies
|
2021-09-17 14:12:36 +08:00 |
|
|
|
198966a9ef
|
when subquery return empty set result, transformer should not remove select.
|
2021-09-17 10:45:38 +08:00 |
|
|
|
a87cb43159
|
Fix view merge bug when there is a rand() function in select items of view.
|
2021-09-17 10:24:34 +08:00 |
|
|
|
9e46649a49
|
: select from dual table supports groupby and having now.
|
2021-09-16 21:30:32 +08:00 |
|
|
|
85c2f0ab40
|
: ob-mysql support 'sql_no_cache' and 'SUBPARTITION xxx ENGINE=InnoDB' now .
|
2021-09-16 17:20:17 +08:00 |
|
|
|
d392312a09
|
Fix enum/set insert into values in irregular order
|
2021-09-16 15:29:54 +08:00 |
|
|
|
5df8d9c465
|
Comment USELESS CALL in ob_cnnt_by_pump_bfs.cpp
|
2021-09-16 10:39:26 +08:00 |
|
|
|
c1aac4e2c0
|
fix ja rewrite bugs discovered by rqg
|
2021-09-15 15:16:08 +08:00 |
|
|
|
6e4b5bcd72
|
fix WhiteScan CHECKED_RETURN
|
2021-09-14 20:11:25 +08:00 |
|
|
|
11d367b6f3
|
Fixed FORWARD_NULL
|
2021-09-14 19:08:10 +08:00 |
|
|
|
9b52df66d5
|
Fix UNINIT_CTOR
|
2021-09-14 18:51:19 +08:00 |
|
|
|
dbdba724ae
|
Fix deadcode
|
2021-09-14 16:38:03 +08:00 |
|