Commit Graph

85 Commits

Author SHA1 Message Date
Collapsar 3b9a44387c refactor code of set variables (#2149)
* refactor code of set

* fix value of user variables is null

* revert version.txt

* revert version.txt
2020-09-25 13:30:34 +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
yanhuqing 5ec19bc975 mv python script 2020-04-14 11:17:57 +08:00
mysqlcluster 6120bde427 Add the open source community QR code to the version.txt (#1044)
* Add the open source community QR code to the version.txt
2019-03-07 15:16:13 +08:00
yanhuqing e921fc54b2 fix for sonarqube 2019-02-22 12:45:23 +08:00
WuJingrun e13df8bfc6 add RocksDB support for cache using FST for serializer (#691)
* add RocksDB support for cache using FST for serializer

* to support expire for RocksDBPool

* fix RocksDB ttl and maxsize cache

* reformat code about RocksDB

* optimize code for initializating RocksDB
2018-09-10 11:07:29 +08:00
yanhuqing ea95ce3722 fix findbugs 2018-08-23 19:31:01 +08:00
yanhuqing cdc6a948a6 add git version 2018-07-06 17:00:23 +08:00
zhengfang.sun f7308221e2 Group grpc channel (#539)
* grpc channel group into single one
2018-05-08 11:15:16 +08:00
sunzhengfang 48aebbf3ed add ucore cluster support 2018-02-27 10:32:57 +08:00
Guoji Ma 37e2d2174e #340, fix that autoincrement column was given 0 when the initiating value of global sequence don't been set 2017-11-30 11:09:15 +08:00
Guoji Ma 024e7a6164 fix incorrect key being ignored 2017-11-29 14:06:21 +08:00
yanhuqing 097c5a6f37 2.17.11.0-dev 2017-11-07 14:01:24 +08:00
Guoji.Ma a833524eed add unit test for prepare, execute, drop 2017-11-03 13:22:43 +08:00
Guoji.Ma 251d543766 auto make after test, please ignore them 2017-11-01 13:48:10 +08:00
Guoji.Ma e834ee6523 fix style 2017-11-01 13:36:39 +08:00
Guoji.Ma 33cc8a455f pass tests 2017-10-17 16:18:33 +08:00
Guoji.Ma 43c5596bda distinguish session variables with global variables 2017-10-17 15:52:52 +08:00
Guoji.Ma d795e9ee01 fix style 2017-10-17 15:27:32 +08:00
Guoji.Ma 44658d7bf4 fix bug, sequence related with LowerCaseTableNames 2017-10-13 16:41:05 +08:00
yanhuqing ffddd072e5 set stament #78 2017-09-25 14:30:36 +08:00
yanhuqing 53d0046e54 QQ Group 2017-09-09 22:22:51 +08:00
yanhuqing 0208f1b381 fix domain 2017-09-09 19:18:42 +08:00
yanhuqing d7b74d530f config file 2017-09-04 22:39:25 +08:00
yanhuqing 43065de03b change package to dble 2017-09-04 17:51:38 +08:00
ikarishinjieva 194fcd6d67 reformat, fix for checkstyle 2017-08-24 13:45:18 +08:00
ikarishinjieva 72cf3d8321 apply code inspection: 'StringBuffer' can be replaced with 'String' 2017-08-24 13:00:22 +08:00
ikarishinjieva c87cdfa7cc apply code inspection: explicit type can be replaced with <> 2017-08-24 12:21:51 +08:00
ikarishinjieva 7423f453e6 apply code inspection: for loop replaceable with foreach 2017-08-24 11:36:30 +08:00
ikarishinjieva f2bf729796 apply code inspection: type parameter explicitly extends java.lang.Object, Unnecessary semicolon 2017-08-24 11:30:20 +08:00
ikarishinjieva b0799e7db8 apply code inspection: Field can be local 2017-08-24 11:26:52 +08:00
ikarishinjieva 93638024aa checkstyle: apply ArrayTypeStyle 2017-08-23 23:01:17 +08:00
ikarishinjieva 600604c3e9 checkstyle: apply InnerTypeLast 2017-08-23 22:56:51 +08:00
ikarishinjieva 49c2f7d455 checkstyle: apply OverloadMethodsDeclarationOrder 2017-08-23 22:35:58 +08:00
ikarishinjieva a342de4f98 checkstyle: apply InterfaceIsType 2017-08-23 22:06:38 +08:00
ikarishinjieva 368d0cbf90 checkstyle: apply HideUtilityClassConstructor 2017-08-23 19:32:47 +08:00
ikarishinjieva b005d08255 checkstyle: apply FallThrough 2017-08-23 18:59:12 +08:00
ikarishinjieva 1b1cbea1e1 checkstyle: apply VariableDeclarationUsageDistance 2017-08-23 17:58:10 +08:00
ikarishinjieva 18a65d827b checkstyle: apply SimplifyBooleanReturn 2017-08-23 17:08:59 +08:00
ikarishinjieva a4fb96188d checkstyle: apply SimplifyBooleanExpression 2017-08-23 17:05:10 +08:00
ikarishinjieva 8e354876b0 checkstyle: apply EqualsHashCode, apply MissingSwitchDefault 2017-08-23 16:10:54 +08:00
ikarishinjieva 6c186635a7 checkstyle: apply EmptyStatement 2017-08-23 15:54:19 +08:00
ikarishinjieva 79df3e8413 checkstyle: apply LeftCurly 2017-08-23 15:38:57 +08:00
ikarishinjieva 3a5a6f54c7 checkstyle: apply EmptyBlock 2017-08-23 15:32:59 +08:00
ikarishinjieva a428ed9920 checkstyle: apply RedundantModifier 2017-08-23 15:25:10 +08:00
ikarishinjieva 79f9e6f400 checkstyle: apply ModifierOrder 2017-08-23 15:07:28 +08:00
ikarishinjieva 0af07bbd30 checkstyle: apply SeparatorWrap 2017-08-23 15:03:11 +08:00
ikarishinjieva 70e04488cb checkstyle: apply WhitespaceAround 2017-08-23 14:48:09 +08:00
ikarishinjieva 8c82fcbcd7 checkstyle: apply WhitespaceAfter 2017-08-23 14:41:08 +08:00
ikarishinjieva 669cd57b40 checkstyle: apply StaticVariableName 2017-08-23 13:01:28 +08:00