Commit Graph

3450 Commits

Author SHA1 Message Date
LUA 5a63a30132 fix: hint does not use sticky connections (#3097) 2022-01-20 13:54:09 +08:00
LUA a2473817ce fix: adjust rw checkSchema to select instance mode (#3088) 2022-01-20 13:51:07 +08:00
Rico d466d479e9 inner-1427:fix table with alias will route all. (#3087)
Signed-off-by: dcy <dcy10000@gmail.com>
2022-01-19 16:17:10 +08:00
wenyh 371b50cf5d [inner-1602] fix: where condition missing in single node sql (#3094) 2022-01-19 14:58:02 +08:00
ylinzhu c29f588b36 fix read_load and write_load displayed error inner 1445 (#3092)
# Conflicts:
#	src/main/java/com/actiontech/dble/rwsplit/RWSplitNonBlockingSession.java
2022-01-19 14:11:11 +08:00
yanhuqing666 f8ef005618 add-on-licence 2022-01-19 10:10:26 +08:00
yanhuqing666 4d6173dd48 add-on-licence 2022-01-19 10:06:12 +08:00
Huqing Yan 7d3ce9477a Update LICENSE 2022-01-19 09:39:09 +08:00
Huqing Yan 9319f72021 Update LICENSE 2022-01-19 09:37:42 +08:00
Huqing Yan e9908948c7 Update README.md 2022-01-19 09:34:55 +08:00
yanhuqing666 3acd75d529 update copyright 2022-01-18 22:01:38 +08:00
yanhuqing666 63ea554d9e add copyright 2022-01-18 21:57:46 +08:00
yanhuqing666 85f8b3b132 update copyright 2022-01-18 21:33:47 +08:00
guoaomen 0bef97f474 fix: judging string is empty 2022-01-18 10:29:20 +08:00
wd2365151147 e54cfdca8a fix: not need to bring 'set autocommit = 0' before executing DDL 2022-01-17 12:58:25 +08:00
guoaomen c25605dcf0 fix:only cancel if the connection is not pending 2022-01-14 16:05:47 +08:00
dcy cc934850ac inner-1556:report error too long
Signed-off-by: dcy <dcy10000@gmail.com>
2022-01-14 11:08:52 +08:00
dependabot[bot] f8123c1d9c build(deps): bump protobuf-java from 3.5.0 to 3.16.1
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.5.0 to 3.16.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.5.0...v3.16.1)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 10:32:34 +08:00
wenyh 79a74e196c Merge pull request #3076 from actiontech/inner/1598
[inner-1598] fix ddl logs's npe
2022-01-13 13:50:48 +08:00
wd2365151147 2fea28ac67 [inner-1598] fix ddl logs's npe 2022-01-13 13:13:19 +08:00
wd2365151147 3b14158dc4 remove comments 2022-01-12 13:28:58 +08:00
wd2365151147 6bc63bf2d7 Hint specifies left/right inner replaced by inner join 2022-01-12 13:28:58 +08:00
Huqing Yan 1083405a37 inner-1552:add close conf for record heartbeat (#3020)
Signed-off-by: dcy <dcy10000@gmail.com>
2022-01-12 13:28:38 +08:00
wenyh a918e877fb Merge pull request #3064 from actiontech/inner/1591
[inner-1591] fix hang
2022-01-11 14:00:25 +08:00
wd2365151147 a61f981d8a [inner-1591] fix hang 2022-01-10 17:41:50 +08:00
guoaomen 3e60ef06a7 fix: processing of space values when parsing csv 2022-01-10 15:59:52 +08:00
wd2365151147 78af7fcf35 specify 'in' in Hint to transform to 'join' 2022-01-10 11:26:23 +08:00
LUA 23555244e3 Merge pull request #3058 from actiontech/other/2
ddl's prepare-stage must send the master instance
2022-01-10 10:56:33 +08:00
wd2365151147 de6f500fc3 ddl's prepare-stage must send the master instance 2022-01-07 17:13:55 +08:00
baofengqi a49f5e4ae2 inner 1504 - fix or condition in on join filter 2022-01-07 09:46:24 +08:00
Collapsar 0af53cc33e fix bug that dble can't find null constant column in select list (#2972)
* fix bug that dble can't find null constant column in select list

* revert
2022-01-07 09:46:24 +08:00
baofengqi 5631b2a0a5 inner 1563 - add header metadata for grpc 2022-01-06 16:52:33 +08:00
baofengqi 4a0f9d566c support com_field_list protocol for rw 2022-01-06 16:52:17 +08:00
wd2365151147 49c4b694b7 [inner-1478] create vertical view without falling disk 2022-01-06 16:51:56 +08:00
wenyh d10b1bb817 Merge pull request #3053 from actiontech/inner/1585
[inner-1585] fix NPE
2022-01-06 14:07:40 +08:00
wd2365151147 ba293797b5 [inner-1585] fix NPE 2022-01-06 13:45:22 +08:00
wd2365151147 0df825e281 [inner-1584] fix: Unreleased lock occurred during the ddl'test-phase when sharding table exception occurred 2022-01-05 16:47:09 +08:00
wenyh 1380aa17e5 Merge pull request #3049 from actiontech/inner/1583
[inner-1583] remove multiple errors
2022-01-05 13:11:08 +08:00
wd2365151147 e1f65c1547 [inner-1583] remove multiple errors 2022-01-05 11:09:16 +08:00
dependabot[bot] 4f2013ea7a build(deps): bump log4j-core from 2.17.0 to 2.17.1
Bumps log4j-core from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 09:24:17 +08:00
wd2365151147 0e878e2cdc fix:build failure[UL_UNRELEASED_LOCK_EXCEPTION_PATH] 2021-12-31 14:08:27 +08:00
wd2365151147 526bcaab06 [inner-1447] DDL part code adjustment And DDL log optimization
fix: the ddl execution results are pushed twice in the cluster

fix: the ddl execution results are pushed twice in the cluster

fix: the ddl execution results are pushed twice in the cluster
2021-12-31 14:08:27 +08:00
yanhuqing666 f9b12db2d6 inner 1568 2021-12-30 09:37:42 +08:00
yanhuqing666 17b7bcf2e9 lost sub-query inner-1569 2021-12-30 09:37:42 +08:00
yanhuqing666 c68cfd22b4 lost distinct inner-1570 2021-12-30 09:37:42 +08:00
LUA acd5bdba95 fix: add function uuid (#3036) 2021-12-29 18:39:45 +08:00
Huqing Yan a76c198702 rollback inner 1560 2021-12-27 11:28:58 +08:00
Rico 94133e1687 inner-1535: modify tip of show slave status. (#3013)
* inner-1535: modify tip of show slave status.

Signed-off-by: dcy <dcy10000@gmail.com>

* inner-1535:supplement

Signed-off-by: dcy <dcy10000@gmail.com>
2021-12-27 10:15:38 +08:00
Huqing Yan 242db05502 1508 chinese col name (#3030) 2021-12-24 16:22:47 +08:00
Huqing Yan 6debd28c4c Inner 1508 (#3029)
* inner 1560/1508

* inner 1562/1508
2021-12-24 13:13:45 +08:00