Commit Graph

142 Commits

Author SHA1 Message Date
dependabot[bot]
9ac655924b build(deps): bump protobuf-java from 3.16.1 to 3.16.3 (#3426)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.1 to 3.16.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.16.1...v3.16.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 10:16:52 +08:00
Collapsar
b343ba50c0 fix ci (#3258)
* fix ci
2022-05-25 11:15:09 +08:00
yanhuqing666
8d535b494a gson 2.8.9 2022-05-24 13:09:52 +08:00
yanhuqing666
3acd75d529 update copyright 2022-01-18 22:01:38 +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
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
dependabot[bot]
2b167660d2 Bump log4j-core from 2.16.0 to 2.17.0 (#3015)
Bumps log4j-core from 2.16.0 to 2.17.0.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 09:39:52 +08:00
dependabot[bot]
6e57dc11cf Bump log4j-core from 2.15.0 to 2.16.0 (#3005)
Bumps log4j-core from 2.15.0 to 2.16.0.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-15 09:53:47 +08:00
yanhuqing666
bb1add38bc log4j2 2.15.0 2021-12-10 10:10:04 +08:00
Collapsar
b36fedf5c2 remove resource in pom.xml (#2903) 2021-09-28 15:57:10 +08:00
Collapsar
c3a041f93b fix that errorprone is slow (#2891) 2021-09-23 18:46:34 +08:00
baofengqi
b40f82b3ce support jdk 11 in maven 2021-09-15 10:29:44 +08:00
Huqing Yan
b7037de70b remove_useless_dependeny (#2832)
* remove_useless_dependeny

* remove useless plugin
2021-08-30 13:16:20 +08:00
Collapsar
179e59dbc4 remove useless dependency in pom.xml (#2831) 2021-08-24 16:24:04 +08:00
Rico
b2cb424405 inner-1300:replace from copyResource.sh to maven profile (#2820)
Signed-off-by: dcy <dcy10000@gmail.com>
2021-08-19 10:34:39 +08:00
yanhuqing666
1bb6b27b9e upgrade druid #2641 2021-05-13 09:57:58 +08:00
dependabot[bot]
889349652f build(deps): bump guava from 24.1.1-jre to 29.0-jre (#2563)
Bumps [guava](https://github.com/google/guava) from 24.1.1-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-31 10:40:01 +08:00
Huqing Yan
f7a37e6ee0 add_exclusion (#2571) 2021-03-31 10:15:30 +08:00
LUA
66374e2100 fix: Zookeeper 3.4.13 or higher version causes startup error (#2562)
when the connection attempt fails, Zookeeper Client re-resolves the host
causing a timeout(https://issues.apache.org/jira/browse/ZOOKEEPER-2184)
2021-03-26 16:01:43 +08:00
yanhuqing666
0eaf950928 dependbot 2021-03-17 10:11:33 +08:00
yanhuqing666
a01add1aa3 dependency 2021-03-17 09:55:28 +08:00
wenyh
29b135bcc6 component version upgrade (#2534) 2021-03-16 11:22:33 +08:00
LUA
7711a79acf fix: adjust the xml verification method from dtd to xsd (#2424)
* fix: adjust the xml verification method from dtd to xsd
sequence json is sorted by file order
inner-843/844

* fix: remove dtd
2021-01-27 14:14:05 +08:00
ylinzhu
34779f5249 druid update to 1.2.3 (#2423)
* Squashed commit of the following:

commit ace2e04cea9c2a98b7c995fe58d0943feb4f823f
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Tue Jan 19 15:30:12 2021 +0800

    delele configuration file

commit 56f4f5920fe551c4b6a3e2b02b41bfc39e0acb27
Merge: 1808b5f82 cd037d35d
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Wed Dec 23 14:18:45 2020 +0800

    Merge branch 'druid.10.3' into druidla

commit cd037d35dce7ca6e7012992fff946b541e7fcc7c
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Wed Dec 23 14:18:24 2020 +0800

    move Aggregation function and fix case sensitive

commit b303e960d00b3dac160001706d0913e475d49c38
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Wed Dec 23 11:11:44 2020 +0800

    fix druid case sensitive boolean

commit 0279f5aa048a3be58b871079b5b73f76348e3633
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Thu Dec 17 15:51:15 2020 +0800

    UPDATE

commit f81aff674ce390240dbfb1473c21c14896bab38e
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Thu Dec 17 00:03:17 2020 +0800

    update

commit ee08322dca13e3456091a3c114e7dfc3d5a5f8f5
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Wed Dec 16 19:55:57 2020 +0800

    update

commit 999e8afd16c5bd3414c3988f6834ed3d3c2d7bf2
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Wed Dec 16 18:46:50 2020 +0800

    update parser

commit 7f403cd7e1cd16605b67dda91c76a67ea6a73814
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Wed Dec 16 11:25:41 2020 +0800

    update xml

commit e5d65cfc484cac30533b5420354f74bdc59bfb62
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Wed Dec 16 00:38:48 2020 +0800

    update

commit d0a60d19799cca2313b395b92ce288bf59c90660
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Wed Dec 16 00:24:46 2020 +0800

    update

commit b3f33cdc5830fabd66b75a4ad4f90519d2415ab7
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Tue Dec 15 20:32:16 2020 +0800

    update  sharingTableCheckHelp

commit 681634146c745f0aa5bb475d5f6944401a2ed4d2
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Mon Dec 14 16:55:53 2020 +0800

    add new table t2

commit 1808b5f82a7581c65caae86e0d077373e400b2b8
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Mon Dec 14 15:19:56 2020 +0800

    add xml file

commit 8ab92b5635a405f3214d320b934c16b83546be15
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Mon Dec 14 15:16:36 2020 +0800

    update sharding.xml

commit 90c80ed0e935e354892f65b354102bf57b20fc2c
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Mon Dec 14 14:13:24 2020 +0800

    update 3.0

commit 695869ef2a41c28496921ba1bd6ad025c42dc49c
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Mon Dec 14 11:14:56 2020 +0800

    update 2.0

commit 44a612d9fc95b012261db1512adeabcc1932ab7b
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Thu Dec 10 15:32:06 2020 +0800

    Revert "add xml"

    This reverts commit f0413eb90313fac12fc29ba7fc5dd8c854efe04b.

commit f0413eb90313fac12fc29ba7fc5dd8c854efe04b
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Thu Dec 10 15:31:12 2020 +0800

    add xml

commit f87b9e71d2fc820e092fcff7bf0ee8df895cb362
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Thu Dec 10 11:29:24 2020 +0800

    update xml

commit f73afbd938efa0bf23813e3974eec8641dadd26d
Author: lin <yuanlinzhu1995@gmail.com>
Date:   Thu Dec 10 10:22:58 2020 +0800

    druid update 1.2.3

commit cdc0923be8
Author: yanhuqing <yanhuqing666@gmail.com>
Date:   Wed Dec 2 13:59:15 2020 +0800

    use action to review

    (cherry picked from commit c7449f3092)

commit 8bb8bb1c4a
Author: yanhuqing <yanhuqing666@gmail.com>
Date:   Thu Dec 3 11:26:17 2020 +0800

    travis only use oraclejdk

commit 5a379fe387
Author: yanhuqing <yanhuqing666@gmail.com>
Date:   Thu Dec 3 11:17:19 2020 +0800

    version rollback to 3.20.10.99/lts

commit b29c7c91ac
Author: yanhuqing <yanhuqing666@gmail.com>
Date:   Thu Dec 3 11:10:18 2020 +0800

    version tag to 3.20.10.0

commit 57dadf50ee
Author: Collapsar <baofengqi@actionsky.com>
Date:   Fri Nov 27 22:32:44 2020 +0800

    optimize er left join global (#2334)

    * optimize er left join global

    * optimize er left join global

    * fix checkstyle

    (cherry picked from commit 2f6b3bfec1)

commit 54eb8d7bc8
Author: yanhuqing <yanhuqing666@gmail.com>
Date:   Wed Dec 2 19:32:08 2020 +0800

    add voliate

commit d76cde9dce
Author: yanhuqing <yanhuqing666@gmail.com>
Date:   Wed Dec 2 18:30:09 2020 +0800

    Revert "resume can be executed on other dble nodes (#2361)"

    This reverts commit 2b8d98c5fa.

commit 2b8d98c5fa
Author: wenyh <44251917+wenyh1@users.noreply.github.com>
Date:   Wed Dec 2 18:01:10 2020 +0800

    resume can be executed on other dble nodes (#2361)

    * resume can be executed on other dble nodes

    * remove invalid introduction

commit a41dfd0784
Author: wenyh <44251917+wenyh1@users.noreply.github.com>
Date:   Wed Dec 2 16:35:16 2020 +0800

    release pause's distributed lock logic optimization (#2355)

commit de10cf2450
Author: Rico <dcy10000@gmail.com>
Date:   Tue Dec 1 15:37:48 2020 +0800

    inner-726 kill return OK.But doesn't get any effect. (#2350)

    * update util

    * inner-request: fix kill connection

    * inner-726: change "@@connection" to "connection" in 8066 port.

    * missing "import" in cherry-pick merge

commit f9993220e8
Merge: 79b7dbefb 2ee13aa17
Author: Collapsar <baofengqi@actionsky.com>
Date:   Tue Dec 1 15:33:30 2020 +0800

    Merge pull request #2353 from LUAgam/fix/720-10

    fix: the priority table of sqlMaxLimit is greater than the schema(cherry pick from master #2333)

commit 2ee13aa173
Author: guoaomen <guoaomen@actionsky.com>
Date:   Fri Nov 27 13:17:27 2020 +0800

    fix: The priority table of sqlMaxLimit is greater than the schema
    inner 720

commit 79b7dbefb6
Author: wenyh <44251917+wenyh1@users.noreply.github.com>
Date:   Mon Nov 30 21:43:46 2020 +0800

    slave dble reload failure(cherry pick from DMP-6128) (#2348)

commit 5561722cba
Merge: 9a609b54f 10a107294
Author: LUA <guoaomen@actionsky.com>
Date:   Mon Nov 30 17:35:41 2020 +0800

    Merge pull request #2346 from PanternBao/modify-yinhao

    fix quote

commit 10a1072942
Author: baofengqi <baofengqi@actionsky.com>
Date:   Mon Nov 30 16:55:11 2020 +0800

    fix quote

commit 9a609b54f5
Merge: 8187f8c37 7245284f4
Author: Collapsar <baofengqi@actionsky.com>
Date:   Fri Nov 27 15:46:28 2020 +0800

    Merge pull request #2336 from LUAgam/fix/676-10

    fix: set the key of traceResult to connection id+node name+sql(cherry pick from master #2330)

commit 8187f8c377
Author: tiger.yan <yanhuqing666@gmail.com>
Date:   Fri Nov 27 15:17:18 2020 +0800

    inner 721 no sharding/split user (#2332)

commit 7c1cc3688e
Author: LUA <guoaomen@actionsky.com>
Date:   Fri Nov 27 14:33:08 2020 +0800

    fix: release and faked timing adjustment (#2335)

    inner 652

commit 7245284f46
Author: guoaomen <guoaomen@actionsky.com>
Date:   Fri Nov 27 14:07:55 2020 +0800

    fix: set the key of traceResult to connection id+node name+sql
    inner 676

    # Conflicts:
    #	src/main/java/com/actiontech/dble/server/trace/TraceResult.java

commit 99833ac767
Author: Collapsar <baofengqi@actionsky.com>
Date:   Fri Nov 27 13:03:00 2020 +0800

    change primary key from front_id,sharding_node to front_id,mysql_id in processlist (#2331)

commit ee6bb35485
Author: LUA <guoaomen@actionsky.com>
Date:   Thu Nov 26 13:27:33 2020 +0800

    fix: whiteIp wildcard modification(cherry pick from master #2321/#2326) (#2328)

    * fix: ip whitelist wildcard modification
    inner 712

    * fix: ip whitelist wildcard distinguish fe80
    inner 714

commit 9cbd98516c
Author: Collapsar <baofengqi@actionsky.com>
Date:   Wed Nov 25 19:05:49 2020 +0800

    fix load data hang (#2323)

commit a31dc696bd
Author: ylinzhu <46126022+ylinzhu@users.noreply.github.com>
Date:   Wed Nov 25 13:08:20 2020 +0800

    fix inner DBLE0REQ-698 support help keyword load balance mode (#2316)

commit 4609d8bd7e
Merge: 8ff7e8607 1dc51bcf1
Author: LUA <guoaomen@actionsky.com>
Date:   Wed Nov 25 10:41:30 2020 +0800

    Merge pull request #2315 from ylinzhu/10

    fix inner DBLE0REQ-607 support begin work to RWsplit (cherry pick from master#2269)

commit 8ff7e86072
Author: Collapsar <baofengqi@actionsky.com>
Date:   Wed Nov 25 09:57:50 2020 +0800

    avoid the case that the packet sequence is field,eof,err (#2318)

commit 1dc51bcf1d
Author: ylinzhu <46126022+ylinzhu@users.noreply.github.com>
Date:   Mon Nov 16 09:57:06 2020 +0800

    fix inner DBLE0REQ-607 (#2269)

commit 5e88859950
Author: LUA <guoaomen@actionsky.com>
Date:   Tue Nov 24 10:27:08 2020 +0800

    fix: when character_set_results is null,the default value will be used binary (#2310)

    #710

commit abb3027aec
Author: wenyh <44251917+wenyh1@users.noreply.github.com>
Date:   Mon Nov 23 15:49:29 2020 +0800

    'select...for update' and 'select...lock in share mode' sql, to master node (#2311)

commit aa49c525c2
Author: Collapsar <baofengqi@actionsky.com>
Date:   Mon Nov 23 13:05:32 2020 +0800

    modify tips (#2300)

commit 2f601c86be
Author: Collapsar <baofengqi@actionsky.com>
Date:   Mon Nov 23 13:04:49 2020 +0800

    add primary key for manager table (#2306) (#2309)

    * add primary key for manager table

    * modify dryrun tips

    (cherry picked from commit 189830a924)

commit 8628afab5a
Author: Collapsar <baofengqi@actionsky.com>
Date:   Fri Nov 20 17:02:26 2020 +0800

    modify tips when there are no rwsplit user or sharding user in dryrun (#2299)

commit da2eaea73b
Merge: a9f11fb3e 8c35827ce
Author: Collapsar <baofengqi@actionsky.com>
Date:   Thu Nov 19 15:58:53 2020 +0800

    Merge pull request #2297 from wenyh1/cherry-pick/3.20.10.99/4

    cherry pick from inner-692

commit 8c35827cec
Author: wd2365151147 <2365151147@qq.com>
Date:   Thu Nov 19 15:20:00 2020 +0800

    cherry pick from inner-692

commit a9f11fb3e7
Merge: 0e20bbbb4 3bd9da647
Author: Collapsar <baofengqi@actionsky.com>
Date:   Thu Nov 19 14:48:08 2020 +0800

    Merge pull request #2296 from LUAgam/fix/674-10

    fix: inner 674(cherry pick from master #2271)

commit 0e20bbbb4e
Merge: 93a1360b7 42ceec946
Author: Collapsar <baofengqi@actionsky.com>
Date:   Thu Nov 19 14:00:57 2020 +0800

    Merge pull request #2292 from wenyh1/DBLE0REQ/627-4

    fix: Miss bug

commit 3bd9da647c
Author: guoaomen <guoaomen@actionsky.com>
Date:   Wed Nov 11 14:59:44 2020 +0800

    fix: inner 674
    distinguish shardingUseless and rwSplitUseless

commit 93a1360b71
Author: Collapsar <baofengqi@actionsky.com>
Date:   Thu Nov 19 10:41:38 2020 +0800

    correct size to maxCon in show @@dbInstance (#2294)

commit 42ceec946f
Author: wd2365151147 <2365151147@qq.com>
Date:   Wed Nov 18 13:15:43 2020 +0800

    when query dual table and schema is null, NPE Exception

commit da00a68e2c
Author: LUA <guoaomen@actionsky.com>
Date:   Wed Nov 18 13:04:37 2020 +0800

    fix: service is set to null and connection close is not atomic (#2291)

    service is set to null earlier than connection close

commit 490b0e1686
Author: wenyh <44251917+wenyh1@users.noreply.github.com>
Date:   Wed Nov 18 10:02:37 2020 +0800

    perfect the restoration of inner-627 (#2287)

commit b71cb8b7d5
Author: LUA <guoaomen@actionsky.com>
Date:   Tue Nov 17 15:59:27 2020 +0800

    fix: inner 678 (#2288)

    npe
    solve packet disorder
    the value of the disabled field of the DbleDbInstance table is incorrect

commit 25f6c6c0ec
Author: wenyh <44251917+wenyh1@users.noreply.github.com>
Date:   Mon Nov 16 09:58:33 2020 +0800

    cherry pick from inner685/627、issue2225 (#2284)

    * cherry pick from inner685/627、issue2225

    * adjust code

commit 2d6bc73f61
Author: Collapsar <838800176@qq.com>
Date:   Thu Nov 12 19:30:07 2020 +0800

    fix NullPointException in use performance mode (#2278)

commit ddbff59643
Author: Collapsar <838800176@qq.com>
Date:   Thu Nov 12 15:43:27 2020 +0800

    fix bug about kill query (#2272)

commit 9f28db3b8d
Author: Collapsar <838800176@qq.com>
Date:   Thu Nov 12 14:55:18 2020 +0800

    fix NullPointException in use performance mode (#2275)

commit ec414cf93b
Author: Collapsar <838800176@qq.com>
Date:   Wed Nov 11 19:07:09 2020 +0800

    client lost connection when all sharding node can't connect (#2274)

commit d468a5448d
Author: ylinzhu <46126022+ylinzhu@users.noreply.github.com>
Date:   Wed Nov 11 17:16:02 2020 +0800

    fix inner DBLE0REQ-657 (#2270)

commit bab8a7862d
Author: LUA <guoaomen@actionsky.com>
Date:   Wed Nov 11 14:11:58 2020 +0800

    fix: inner 676 (#2267)

    add log

commit 32224cd738
Author: Collapsar <838800176@qq.com>
Date:   Wed Nov 11 14:00:28 2020 +0800

    fix bug that dble can't start in performance mode (#2268)

    * fix hang in performance mode

    * fix currentResponseService

commit 0c1ceec54c
Author: ylinzhu <46126022+ylinzhu@users.noreply.github.com>
Date:   Wed Nov 11 09:51:51 2020 +0800

    fix: issues 2042 (#2240) (#2265)

commit 6ee6ff8e74
Author: LUA <guoaomen@actionsky.com>
Date:   Tue Nov 10 15:00:32 2020 +0800

    fix: inner 670 (#2263)

    Hang caused by the specified non-existent schema in the connection

commit 941ffe1b9e
Author: LUA <guoaomen@actionsky.com>
Date:   Mon Nov 9 19:04:56 2020 +0800

    fix: inner 670 (#2261)

    list thread unsafe

commit 384ccd19eb
Author: wenyh <44251917+wenyh1@users.noreply.github.com>
Date:   Fri Nov 6 11:09:08 2020 +0800

    cherry pick from inner-253 (#2255)

commit ab7bb3b096
Author: LUA <guoaomen@actionsky.com>
Date:   Fri Nov 6 10:48:34 2020 +0800

    fix: inner 637(cherry pick from master #2239)  (#2254)

    * fix: inner 637
    add the judgment of connection

    * fix: inner 637
    The connection is closed and the column value is null

commit 984b353718
Author: LUA <guoaomen@actionsky.com>
Date:   Thu Nov 5 17:48:20 2020 +0800

    fix: inner 650/659(cherry pick from master #2231/#2243)  (#2251)

    * fix: inner 650
    Add packet number when unpacking

    * fix: inner 659
    Need to increase the packet number before sending data

commit 864a5981d3
Author: LUA <guoaomen@actionsky.com>
Date:   Thu Nov 5 17:44:23 2020 +0800

    fix: inner 652 (#2250)

    add the judgment of connection

commit 04e262f507
Author: Collapsar <838800176@qq.com>
Date:   Thu Nov 5 17:22:12 2020 +0800

    show statement is push down to master in rw (#2248)

    * fix load balance in rwSplit (#2204)

    (cherry picked from commit 142ddd1fbb)

    * when set value is binary, turn the value to hex string stored

    (cherry picked from commit c5952aee18)

    * fix set values is boolean

    (cherry picked from commit fbbe7ea260)

    * fix chinese in column and row (#2214)

    (cherry picked from commit 8b795e19a0)

    * support rollback work (#2219)

    (cherry picked from commit 23f47e3cb0)

    * support expression in set statement (#2220)

    * support expression in set statement

    * fix conflict

    (cherry picked from commit 34035eb37a)

    * don't load sharding.xml when only rwSplit user is configured (#2223)

    (cherry picked from commit 94d543e627)

    * avoid the following case: 1. login 2. set autocommit=0 3. select xxx (#2224)

    (cherry picked from commit 8d610f3d86)

    * fix correctness of heartbeat retry count (#2230)

    * fix correctness of heartbeat retry count

    * fix ci(VO_VOLATILE_INCREMENT)

    (cherry picked from commit 889be466a0)

    * data type is binary, need check flag to judge whether the data is number or string (#2228)

    (cherry picked from commit e767e3c346)

    * show statement is pushed down to master in rw (#2244)

    (cherry picked from commit 97f1d9ab0d)

    * missing for refactor

    (cherry picked from commit 4137e7f2a6)

commit 72af29d372
Author: LUA <guoaomen@actionsky.com>
Date:   Thu Nov 5 14:04:40 2020 +0800

    fix: inner 655 (#2232) (#2241)

commit 2a13f54c86
Author: Collapsar <838800176@qq.com>
Date:   Wed Nov 4 17:13:17 2020 +0800

    fix bug for rwsplit (#2236)

    * fix load balance in rwSplit (#2204)

    (cherry picked from commit 142ddd1fbb)

    * when set value is binary, turn the value to hex string stored

    (cherry picked from commit c5952aee18)

    * fix set values is boolean

    (cherry picked from commit fbbe7ea260)

    * fix chinese in column and row (#2214)

    (cherry picked from commit 8b795e19a0)

    * support rollback work (#2219)

    (cherry picked from commit 23f47e3cb0)

    * support expression in set statement (#2220)

    * support expression in set statement

    * fix conflict

    (cherry picked from commit 34035eb37a)

    * don't load sharding.xml when only rwSplit user is configured (#2223)

    (cherry picked from commit 94d543e627)

    * avoid the following case: 1. login 2. set autocommit=0 3. select xxx (#2224)

    (cherry picked from commit 8d610f3d86)

    * fix correctness of heartbeat retry count (#2230)

    * fix correctness of heartbeat retry count

    * fix ci(VO_VOLATILE_INCREMENT)

    (cherry picked from commit 889be466a0)

    * data type is binary, need check flag to judge whether the data is number or string (#2228)

    (cherry picked from commit e767e3c346)

    * fix bug that idleTimeout does not take effect (#2233)

    (cherry picked from commit 59ad122be1)

commit 6304e99cf6
Merge: b11322552 b33f1c128
Author: LUA <guoaomen@actionsky.com>
Date:   Tue Nov 3 15:42:16 2020 +0800

    Merge pull request #2229 from LUAgam/fix/648-10

    fix: inner 648(cherry pick from master #2226)

commit b33f1c1284
Author: guoaomen <guoaomen@actionsky.com>
Date:   Tue Nov 3 11:26:46 2020 +0800

    fix: inner 648

    when auth request is \004 need send switch auth response

commit b11322552c
Author: LUA <guoaomen@actionsky.com>
Date:   Tue Nov 3 14:16:34 2020 +0800

    fix: inner 595 (#2221) (#2227)

    * fix: inner 595

    * fix: inner 595

    * fix: inner 595

commit 7e57b18cac
Merge: 539cd318f 2f7f5eac7
Author: Collapsar <838800176@qq.com>
Date:   Fri Oct 30 16:14:44 2020 +0800

    Merge pull request #2218 from LUAgam/fix/645-10

    fix: inner 645 and add log (cherry pick from master #2215)

commit 2f7f5eac72
Author: guoaomen <guoaomen@actionsky.com>
Date:   Thu Oct 29 16:56:32 2020 +0800

    fix: inner 645 and add log

    auth switch request should use mysql_native_password

commit 539cd318f1
Author: LUA <guoaomen@actionsky.com>
Date:   Thu Oct 29 11:12:58 2020 +0800

    fix: inner 642 (#2212)

    auth switch request should use client configuration

commit 3d521073ff
Author: yanhuqing <yanhuqing666@gmail.com>
Date:   Wed Oct 28 11:34:56 2020 +0800

    tweak log

commit f2625cd5c5
Author: yanhuqing <yanhuqing666@gmail.com>
Date:   Tue Oct 27 15:47:35 2020 +0800

    DBLE0REQ-638

commit f596157e41
Author: LUA <guoaomen@actionsky.com>
Date:   Tue Oct 27 15:36:31 2020 +0800

    fix: add judgment (#2207) (#2209)

    * fix: add judgment

    * perf: Modify code format

commit 1383d02354
Author: yanhuqing <yanhuqing666@gmail.com>
Date:   Fri Oct 23 17:27:24 2020 +0800

    version to 3.20.10.99

* fix : Use the previous logic and delete extra code

* fix :add parameter check if parameter will be null
2021-01-21 13:41:09 +08:00
dependabot[bot]
ebef9b4590 Bump junit from 4.12 to 4.13.1 (#2175)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 13:59:23 +08:00
tiger.yan
81e57b78b1 update dependecy (#1988)
* ‘dependecy

* https
2020-08-04 17:31:22 +08:00
zhengfang.sun
1eb351bbd6 Framework refactoring & Code Tracing for dble (#1995)
* #1880 Framework refactoring & Code Tracing for dble
# Conflicts resolve

* #1880 Framework refactoring & Code Tracing for dble
# Conflicts resolve

* #1880 Framework refactoring  code style change

* #1880 Framework refactoring  code style change

* #1880 Framework refactoring  code style change

* #1880 add default auth plugin for fakeVersion is null

* #1880 fix packetId usage in show tables

* #1880 fix packetId usage in show tables

* #1880 fix packetId usage in show tables

* #1880 fix use null as schema name

* correct multiQuery buffer usage

* correct multiNode errorPacket ID

* add performance observation point

* fix for error message packetId when the connection get fail

* rebase fix

* rebase fix

* rebase fix
2020-08-04 17:29:41 +08:00
tiger.yan
5876a33e27 #1849 inner 320 (#1898) 2020-06-28 10:57:40 +08:00
Collapsar
8937e965d9 connection pool refactor (#1875)
* connection pool refactor

* fix connection pool

* fix connection pool

* make get connection sync

* fix conflict

* add copyResources.sh for linux
2020-06-19 16:43:13 +08:00
yanhuqing
fdd4abad58 #1849 inner 313 2020-06-18 15:23:34 +08:00
tiger.yan
96af22be57 1.CVE-2018-10237 2.typo (#1892) 2020-06-18 14:25:17 +08:00
yanhuqing
a38d814753 #1849 cluster with ucore 2020-06-01 15:45:55 +08:00
yanhuqing
2d1fed64ac remove useless replacement 2020-05-28 18:51:50 +08:00
yanhuqing
121961cf61 #1849 rm config 2020-05-28 18:26:42 +08:00
yanhuqing
bb37711f45 #1849 findbug change 2020-05-28 17:18:07 +08:00
yanhuqing
6564f5ffa9 #1849 config change 2020-05-28 16:12:34 +08:00
yanhuqing
97e7fef6b6 remove c3p0 2020-05-11 14:27:52 +08:00
yanhuqing
1b573fa9be xml version 2020-04-08 16:44:47 +08:00
Collapsar
9bf5140bf8 log4j version(#1690)
* fastjson version (#1669)

(cherry picked from commit 9574625ccc)

* upgrade log4j version from 2.7 to 2.13.1

Co-authored-by: tiger.yan <yanhuqing666@gmail.com>
2020-03-26 18:17:17 +08:00
zhengfang.sun
4d762c4284 #1672 remove oom kill to let the JVM running (#1704) 2020-03-18 10:38:57 +08:00
zhengfang.sun
fe92b6e7dd #1672 add default JVM OOM config (#1692) 2020-03-12 11:38:37 +08:00
tiger.yan
9574625ccc fastjson version (#1669) 2020-03-02 14:42:01 +08:00
tiger.yan
6066d6c7f4 #1649 select column order (#1652) 2020-02-11 15:33:40 +08:00
yanhuqing
fb10760969 remove useless maven Repository 2020-02-04 15:12:03 +08:00
yanhuqing
96c130230a change for lgtm 2020-02-03 16:08:06 +08:00
dependabot[bot]
ad2593013e Bump checkstyle from 8.18 to 8.29 (#1647)
* Bump checkstyle from 8.18 to 8.29

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.18 to 8.29.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.18...checkstyle-8.29)

Signed-off-by: dependabot[bot] <support@github.com>

* Update pom.xml

Co-authored-by: tiger.yan <yanhuqing666@gmail.com>
2020-02-03 14:47:06 +08:00
tiger.yan
d2d877dac7 remove security_alert log4j 1.2.17 (#1631) 2020-01-14 13:15:11 +08:00
zhengfang.sun
8181f3c658 Add new global table check && command trager (#1573)
*  #1558 Add general GlobleTableCheck & allow customization for GlobleTableCheck

* #1558 change xml version & checkClass to globalCheckClass
2019-12-31 10:59:03 +08:00
Collapsar
79942b88d5 field can terminated by string in load data (#1484)
* split dump file

* field can terminated by string in load data statement
2019-11-08 13:21:43 +08:00
zhengfang.sun
ae206745ed update jsw into version "3.5.40" (#1391)
*  update jsw into version "3.5.40"

* update jsw into version "3.5.40"
2019-09-25 02:18:24 -05:00