summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuanwo2018-12-07 10:52:31 +0800
committerXuanwo2018-12-07 10:52:31 +0800
commitcb8555bccfab20befb18e6f9a16918561f728f26 (patch)
tree6204a39d433afb21e96ec2890b0399b1cf376924
parent0ea24411f41017786373a6216c5e8b462af2d9cc (diff)
downloadaur-cb8555bccfab20befb18e6f9a16918561f728f26.tar.gz
Bump to version 2.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
-rw-r--r--tidb.toml5
3 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 137d43ef4e7d..c287d9a86e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tidb
pkgdesc = A distributed HTAP database compatible with the MySQL protocol
- pkgver = 2.0.8
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/pingcap/tidb
arch = x86_64
@@ -10,16 +10,16 @@ pkgbase = tidb
depends = tikv
provides = tidb-server
backup = etc/tidb/tidb.toml
- source = tidb-2.0.8.tar.gz::https://github.com/pingcap/tidb/archive/v2.0.8.tar.gz
+ source = tidb-2.1.0.tar.gz::https://github.com/pingcap/tidb/archive/v2.1.0.tar.gz
source = tidb.service
source = tidb-sysusers.conf
source = tidb-tmpfiles.conf
source = tidb.toml
- sha256sums = 68e24e9070014d8a36ec426b915da9c02646f2ea4d679d5bd96394631475d726
+ sha256sums = b091f427567695eb1e6e8f9897381cb04d638d6b857e2900b3999c23dca6bf7c
sha256sums = 22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9
sha256sums = 2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20
sha256sums = 30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66
- sha256sums = 7161f9a31f06eecc200da49f8316bb9cc4dea15105b409c8030b9e864782e7b7
+ sha256sums = 329fc0e0429c42613b653b1d44d237264deefee4734cc464d61d24d9f865dc49
pkgname = tidb
diff --git a/PKGBUILD b/PKGBUILD
index e8e38e0ad29e..59001f400443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Xuanwo <xuanwo@archlinuxcn.org>
pkgname=tidb
-pkgver=2.0.8
+pkgver=2.1.0
pkgrel=1
pkgdesc='A distributed HTAP database compatible with the MySQL protocol'
makedepends=('go' 'make')
@@ -15,11 +15,11 @@ source=(tidb-${pkgver}.tar.gz::https://github.com/pingcap/tidb/archive/v${pkgver
tidb-sysusers.conf
tidb-tmpfiles.conf
tidb.toml)
-sha256sums=('68e24e9070014d8a36ec426b915da9c02646f2ea4d679d5bd96394631475d726'
+sha256sums=('b091f427567695eb1e6e8f9897381cb04d638d6b857e2900b3999c23dca6bf7c'
'22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9'
'2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20'
'30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66'
- '7161f9a31f06eecc200da49f8316bb9cc4dea15105b409c8030b9e864782e7b7')
+ '329fc0e0429c42613b653b1d44d237264deefee4734cc464d61d24d9f865dc49')
_gopkgname='github.com/pingcap/tidb'
@@ -37,7 +37,6 @@ build() {
cd $GOPATH/src/$_gopkgname
- make parserlib
go build -o bin/tidb-server tidb-server/main.go
}
diff --git a/tidb.toml b/tidb.toml
index 5481b49237a7..c73b5782d271 100644
--- a/tidb.toml
+++ b/tidb.toml
@@ -227,9 +227,8 @@ grpc-keepalive-timeout = 3
commit-timeout = "41s"
[binlog]
-
-# Socket file to write binlog.
-binlog-socket = ""
+# enable to write binlog.
+enable = false
# WriteTimeout specifies how long it will wait for writing binlog to pump.
write-timeout = "15s"