|
|
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 |
|
|
|
86b7b81439
|
remove parameters _enable_split_partition
|
2021-09-14 15:33:23 +08:00 |
|
|
|
02e3302d08
|
support function crc32
|
2021-09-13 18:01:41 +08:00 |
|
|
|
c19f7ea941
|
fix print type scale bug
|
2021-09-13 17:45:23 +08:00 |
|
|
|
726dad3ff7
|
去除alter外键约束时ob_ddl_timeout的约束,修改当前代码中遗失返回码和dead code的问题 (#344)
* 去除alter外键约束时ob_ddl_timeout的约束,修改遗失返回码和dead code的问题
* 修改log记录的信息,修改移除dead code的代码
|
2021-09-09 11:24:34 +08:00 |
|
|
|
81ec0c135d
|
remove enable_pg parameter config
|
2021-09-08 23:00:08 +08:00 |
|
|
|
79f1a13d71
|
fix some fatal error for merge groupby/ hash distinct/ px_coord_merge_sort
|
2021-09-08 14:50:42 +08:00 |
|
|
|
ea087416e4
|
update expr no in 31x opensource
|
2021-09-08 14:22:24 +08:00 |
|
|
|
a701bfb296
|
Fix EVALUATION_ORDER
|
2021-09-08 14:02:45 +08:00 |
|
|
|
19d899e8c3
|
fix a core dump bug (#342)
|
2021-09-07 20:47:00 +08:00 |
|
|
|
4a421098f7
|
Fix outer join push down limit bug.
|
2021-09-07 18:01:03 +08:00 |
|
|
|
2c57ef86be
|
fix deadcode
|
2021-09-03 22:24:32 +08:00 |
|
|
|
651fba3693
|
fix WhiteScan 622822099
|
2021-09-03 22:14:44 +08:00 |
|
|
|
b6aa346563
|
[Essence Securities]fix occur error after transform subquery pullup when view not set parent namespace stmt.
|
2021-09-02 18:53:25 +08:00 |
|
|
|
62cb470338
|
patch backup piece to 3.1. open source
|
2021-09-02 15:26:40 +08:00 |
|
|
|
153f16ad8a
|
add common table expression in MySQL (#314)
|
2021-09-02 14:28:58 +08:00 |
|
|
|
2b13a66b79
|
[fix] fix the error caused by redundant condition
|
2021-09-01 23:37:46 +08:00 |
|
|
|
3a9172e384
|
fix transform window funtion formalization bug
|
2021-08-31 21:05:32 +08:00 |
|
|
|
f8b75754ce
|
add expr: (#198)
|
2021-08-31 15:44:43 +08:00 |
|
|
|
8967498dc8
|
fix error caused by aggr func alias in order by
|
2021-08-31 13:42:37 +08:00 |
|
|
|
c5b33f71c2
|
support send long data protocol
|
2021-08-30 22:38:11 +08:00 |
|