|
|
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 |
|
|
|
de223dd152
|
sync code
|
2022-03-04 23:22:16 +08:00 |
|
|
|
7639f3f91e
|
add nvarchar
|
2022-01-14 10:15:25 +08:00 |
|
|
|
c7b25efcff
|
New features (and bug fixes)
1. alter large sequence
2. subpartition
2.1 split subpartition
2.2 truncate subpartition
3. 支持load
4. 支持start-with/connect-by
5. ...
|
2021-12-29 21:33:28 +08:00 |
|
|
|
4bf1feab89
|
Support subscription and publication.
|
2021-12-16 23:16:24 +08:00 |
|
|
|
899cd4a36c
|
enhance tuple lock
|
2021-12-16 20:37:27 +08:00 |
|
|
|
df57653524
|
Add for nvarchar.
|
2021-10-30 17:49:58 +08:00 |
|
|
|
1d540f4462
|
Patch for 930 release
|
2021-09-23 15:19:37 +08:00 |
|
|
|
820483885a
|
Add analyzer hook.
|
2021-08-28 15:35:56 +08:00 |
|
|
|
6a7eda6812
|
add db4ai
|
2021-08-05 17:00:58 +08:00 |
|
|
|
b8e6ff7a81
|
generated col
|
2021-07-08 20:37:29 +08:00 |
|
|
|
28ef7fe121
|
CStore supports primary key and unique index.
|
2021-06-17 21:16:06 +08:00 |
|
|
|
19835ef6af
|
!834 增加show variables like var_string语法,方便用户查询参数时,记不清变量名称时使用。
Merge pull request !834 from Cross-罗/test_branch2
|
2021-04-29 17:59:26 +08:00 |
|
|
|
cd3e33f30a
|
增加show variables like var_string语法,方便用户查询参数时,记不清变量名称时使用
|
2021-03-22 09:56:15 +08:00 |
|
|
|
3d79c59118
|
Misc bugfixes
|
2021-03-06 12:39:28 +08:00 |
|
|
|
fcb9ffbce5
|
Revert "!609 openGauss supports binary_float"
This reverts commit d052061fdfe30c30029fbb560ae2c48aee335500, reversing
changes made to c38e1ded17d6084b9915a25df19dcf17c9d5837e.
|
2021-02-09 10:41:31 +08:00 |
|
|
|
32b455ef68
|
openGauss supports binary_float
|
2021-01-12 09:58:08 +08:00 |
|
|
|
1567043064
|
同步source code
日期: 12-26
revision: ee5b054c
|
2020-12-28 22:19:21 +08:00 |
|
|
|
eb4162cf4a
|
增加show variables like var_string语法,方便用户查询参数时,记不清变量名称时使用
|
2020-12-16 11:41:47 +08:00 |
|
|
|
926b25edb8
|
!413 openGauss supports binary_float
Merge pull request !413 from 廖美东/dev_datatype
|
2020-12-14 11:49:52 +08:00 |
|
|
|
427d68ddba
|
Fix MOT update indexed column check to be recursive
|
2020-11-30 10:24:45 +08:00 |
|
|
|
ad32bf444a
|
support BINARY_FLOAT
|
2020-11-16 23:27:31 +08:00 |
|
|
|
e171752f13
|
MOT code cleanup
|
2020-10-12 18:03:03 +08:00 |
|