|
|
656e011efd
|
【资源池化多机并行bugfix】
1.修复spqplugin&dolphin编译冲突
2.解决orca memory leak
3.Q8数据不一致问题解决
|
2023-10-17 17:33:59 +08:00 |
|
|
|
7d9dc642cc
|
修复多字符集场景pbe结果集与直接执行不同的问题;修复PBE参数值未转字符集编码的问题
|
2023-08-25 21:09:00 +08:00 |
|
|
|
ffbc0ac3b7
|
兼容MySQL多字符集
|
2023-06-29 20:42:59 +08:00 |
|
|
|
d7b8381b6b
|
get diagnostics & show warnings change
condition_number BCONST
|
2023-06-25 19:23:14 -07:00 |
|
|
|
8fba59a183
|
view sql security
|
2023-06-21 12:36:13 +08:00 |
|
|
|
6dd546ccbc
|
!3245 实现start transaction带with consistent snapshot选项
Merge pull request !3245 from 魏文韬/set_with_snapshot
|
2023-06-06 11:34:08 +00:00 |
|
|
|
cc316739ba
|
定时任务兼容M*时间单位
|
2023-05-27 16:54:28 +08:00 |
|
|
|
44fe8372fa
|
start transaction with consistent snapshot
|
2023-05-27 14:03:33 +08:00 |
|
|
|
976a003235
|
fix dolphin back-quote bug
|
2023-05-15 17:38:54 +08:00 |
|
|
|
3d3de895c6
|
!3125 AGG共享转移状态
Merge pull request !3125 from hyperstol/master_agg_2
|
2023-03-16 02:57:09 +00:00 |
|
|
|
7ef87f681a
|
!3098 字符集适配,新增utf8 3种字符序
Merge pull request !3098 from suncan/master
|
2023-03-16 01:41:01 +00:00 |
|
|
|
ce2850d373
|
字符集、字符序适配
新增utf8_general_ci、utf8_unicode_ci、utf8_bin 适配
|
2023-03-15 19:18:54 +08:00 |
|
|
|
ae7631a4ab
|
AGG
|
2023-03-15 01:53:37 -07:00 |
|
|
|
980e75155a
|
flatten expr framework
|
2023-03-12 19:16:08 -07:00 |
|
|
|
46e9fd015b
|
sync all inner code
|
2023-03-08 10:10:58 +08:00 |
|
|
|
58e6120553
|
!2998 SRF执行优化
* fix srf factcheck case
* SRF执行优化
|
2023-03-06 09:29:04 +00:00 |
|
|
|
9f8064bb24
|
实现事件触发器
|
2023-03-02 11:09:39 -05:00 |
|
|
|
449de3d407
|
parser opt
|
2023-03-02 15:24:16 +08:00 |
|
|
|
404cd52cd1
|
MySQL兼容-create table as
|
2023-02-25 00:41:27 +08:00 |
|
|
|
9363717384
|
M* 兼容 force/use index 语法
|
2023-02-27 08:37:27 -05:00 |
|
|
|
f7d23913d6
|
sync all inner code
|
2023-02-27 14:08:20 +08:00 |
|
|
|
9f84893535
|
tupleDesc数据结构及相关函数调用优化
|
2023-02-21 20:30:35 -08:00 |
|
|
|
dff7dc06c5
|
!2851 兼容MySQL支持隐藏索引
Merge pull request !2851 from chenxiaobin/newIndexInvisible
|
2023-02-16 05:09:09 +00:00 |
|
|
|
ddd104c596
|
support invisible index
|
2023-02-15 18:13:39 +08:00 |
|
|
|
52dd7bc750
|
!2871 【MySQL兼容性】distinct支持order by带表达式。
Merge pull request !2871 from laishenghao/distinct-orderby
|
2023-02-15 07:26:40 +00:00 |
|
|
|
9186031f99
|
解决insert语句右值引用不支持jdbc方式,以及列存在not null约束时默认值与MySQL不一致的问题,修改加入rules用例到fastcheck
|
2023-02-09 14:23:45 +08:00 |
|
|
|
8d5b8af09c
|
增加distinct+orderby支持表达式、未选字段的功能
|
2023-02-06 20:02:09 +08:00 |
|
|
|
7784e48e23
|
MOT new features:
1. JIT support for stored procedures
2. MVCC & Cross-Txn support
3. Alter Table support (Add/Drop/Rename Column)
4. Low RTO
5. More stabilizations
|
2022-12-01 18:18:05 +08:00 |
|
|
|
aca1831e9d
|
!2401 MySQL特性--show warnings/errors语法
Merge pull request !2401 from 吕辉/show_syntax
|
2022-11-30 13:45:18 +00:00 |
|
|
|
760a13a29b
|
!2416 【openGauss】insert支持后面的表达式右值带字段名
Merge pull request !2416 from laishenghao/right-ref
|
2022-11-30 13:13:16 +00:00 |
|
|
|
6ed2bf7f00
|
!2370 issue修复:使用ignore hint时输入非法值无法正确地报warning问题修复
Merge pull request !2370 from zhangzhixian/ignore_invalid_input_fix
|
2022-11-28 08:01:19 +00:00 |
|
|
|
77098e8ee6
|
add show warnings and show errors syntax
|
2022-11-28 15:34:47 +08:00 |
|
|
|
16e4559ce7
|
!2197 修复check_keywords.pl脚本中gram.y文件路径错误,修复check_keywords.pl检查结果异常。
Merge pull request !2197 from dongxu.wei/fix_keywords_dismatch
|
2022-11-28 07:08:54 +00:00 |
|
|
|
90b876b9b8
|
兼容mysql的while和repeat语法
|
2022-11-14 20:31:58 +08:00 |
|
|
|
adf53e20bb
|
增加insert语句支持右值字段引用功能
|
2022-11-14 15:12:08 +08:00 |
|
|
|
9ed0b3cca4
|
issue fix:修复ignore在非法输入时insert/update失败的问题
|
2022-11-11 15:57:22 +08:00 |
|
|
|
0d386867d9
|
提交MySQL兼容性delimiter功能1;
提交MySQL兼容性delimiter功能2;
提交MySQL兼容性delimiter功能3;
提交MySQL兼容性delimiter功能4;
提交MySQL兼容性delimiter功能5;
提交MySQL兼容性delimiter功能6;
提交MySQL兼容性delimiter功能7;
提交MySQL兼容性delimiter功能8;
提交MySQL兼容性delimiter功能9;
提交MySQL兼容性delimiter功能10;
Revert "提交MySQL兼容性delimiter功能9;"
This reverts commit 2c76c4663fcb19097ea98c09c58a9f4e65c0ac94.
提交MySQL兼容性delimiter功能11;
提交MySQL兼容性delimiter功能12;
提交MySQL兼容性delimiter功能13;
修改测试用例不过的问题.
代码整理。
提交delimtier功能2
提交分隔符功能9.15
修改delimiter_name的设置方式。
提交delimiter分割符中出现的问题。
提交分隔符中出现的问题1
提交delimiter问题2.
|
2022-09-23 15:56:06 +08:00 |
|
|
|
3ce149ee56
|
修改check_keywords.pl中gram.y文件路径错误。修复部分关键字顺序不对的错误。修复部分关键字gram.y和kwlist.h不匹配的错误。
|
2022-09-20 19:49:15 +08:00 |
|
|
|
4bd9f4345f
|
multi set 支持多set
|
2022-09-16 15:52:03 +08:00 |
|
|
|
b9a173661d
|
skip locked
|
2022-09-09 10:23:40 +08:00 |
|
|
|
a2f3313190
|
mysql create trigger syntax
|
2022-09-07 19:34:38 -07:00 |
|
|
|
b4a6881506
|
set session/global 增强
|
2022-09-06 09:27:30 +08:00 |
|
|
|
b919f404e8
|
add openGauss 3.1.0 feature code
|
2022-09-03 16:22:35 +08:00 |
|
|
|
5e987cdd3a
|
!2069 实现兼容MySQL SET自定义用户变量的功能
Merge pull request !2069 from yuhuanhuan/demand_set
|
2022-08-31 14:22:28 +00:00 |
|
|
|
06f316894d
|
实现兼容MySQL SET自定义变量的功能
|
2022-08-31 20:30:49 +08:00 |
|
|
|
690c9a6963
|
add function group_concat
add new guc parameter group_concat_max_len
|
2022-08-31 09:26:51 +08:00 |
|
|
|
e91ae0c8cc
|
issue修复:ignore插入时,若插入值类型与目标类型无转换规则,目标类型的默认零值无法被插入的问题修复
|
2022-07-30 10:01:24 +08:00 |
|
|
|
a038ba49eb
|
Added/augmented functions: decode/regexp_count/regexp_instr/regexp_replace/regexp_subst
|
2022-07-10 16:17:58 +08:00 |
|
|
|
a8da82a0fb
|
Implementation of keyword ignore: using hint string
|
2022-06-20 15:46:28 +08:00 |
|
|
|
59ff629c95
|
b_sql_plugin插件内核适配修改
|
2022-03-15 21:19:06 +08:00 |
|