Commit Graph

3462 Commits

Author SHA1 Message Date
wenyh be6ceb9540 correct image name (#3124) 2022-02-10 10:55:15 +08:00
Huqing Yan 2d873d85f7 field charset (#3037) 2022-02-09 10:38:16 +08:00
ylinzhu bffd264726 fix Parameter named inner 1620 & 1621 (#3116) 2022-01-27 13:30:12 +08:00
Collapsar 42622293f1 fix ci (#3115) 2022-01-27 10:02:31 +08:00
Collapsar 0839d1e35c inner 1475 - strength prepare statement protocol (#3093)
* strength prepare statement protocol

* inner 1475 - fix incorrect buffer length

* resolve conflict

* update copyright
2022-01-26 13:04:00 +08:00
LUA 5378bdda6a fix: reselect when dbGroup fails (#3114)
* fix: reselect when dbGroup fails

fix: set volatile, remove cas

fix: remove Unused import

fix: findbugs

# Conflicts:
#	src/main/java/com/actiontech/dble/rwsplit/RWSplitNonBlockingSession.java

* docs: add notes
2022-01-26 11:13:49 +08:00
Rico a754d72fa4 inner-1613: fix select may send without limit (#3096)
Signed-off-by: dcy <dcy10000@gmail.com>
2022-01-25 15:08:44 +08:00
Rico e734471f61 inner-1471-bugfix: report error message on some conditions (#3083)
* inner-1471-bugfix: report error message on some conditions

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

* inner-1471-supplement: improve readability

Signed-off-by: dcy <dcy10000@gmail.com>
2022-01-25 15:07:47 +08:00
wenyh d8dbe5c7e8 [inner-1619] fix:illegal symbol '’' (#3113) 2022-01-25 10:28:27 +08:00
ylinzhu 60087b2c72 nestloop optimize inner 1472 (#3021)
* Nestloop optimize  inner 1472

* Nestloop optimize  inner 1472

save

* add parameter

* modify nestloop

save

* modify nestloop

* alwaysTryNestLoop optimizer

* modify the parameters

* modify the parameters

* fix right join

* fix lgtm
2022-01-21 14:37:03 +08:00
ylinzhu 9af7b1ef83 update parameter name inner 1384 (#3068)
* update parameter name inner 1384

update

update

update

* update parameter
2022-01-21 13:23:41 +08:00
wenyh e3219239a2 [inner-1612] add release_table_lock label (#3100) 2022-01-20 17:44:11 +08:00
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