Граф коммитов

15694 Коммитов

Автор SHA1 Сообщение Дата
xichengliudui 51cee3fdd8 update pull request
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-31 16:45:09 -05:00
xichengliudui 2efaecfa67 update .md and .txt and .proto
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-30 10:49:12 -05:00
Sugu Sougoumarane cf0b053a98
Merge pull request #4566 from xichengliudui/update-all-func-md-txt-file
Update the func md txt file
2019-01-29 19:30:43 -08:00
Sugu Sougoumarane 4e8d21cfe2
Merge pull request #4565 from xichengliudui/Updatefunc
Update func
2019-01-29 19:30:00 -08:00
Sugu Sougoumarane a252f6acc7
Merge pull request #4567 from xichengliudui/updateFAQ.md
Fix FAQ.md
2019-01-29 19:16:40 -08:00
xichengliudui 2b6dda483f update pull request
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-29 21:48:56 -05:00
xichengliudui 9dfff49449 update pull request
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-29 21:42:58 -05:00
xichengliudui 9ccdac9146 Update FAQ.md
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-29 21:37:48 -05:00
xichengliudui d1be759ebc Update func and md and txt
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-29 21:30:03 -05:00
xichengliudui 76b1a6b6f9 Update func
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-29 21:05:38 -05:00
Sugu Sougoumarane f306a24b1e
Merge pull request #4563 from xichengliudui/fix19012905
Update comments in functions
2019-01-29 09:00:42 -08:00
Sugu Sougoumarane 79a5b2d7e2
Merge pull request #4564 from xichengliudui/fixloginfo
fix log
2019-01-29 08:59:58 -08:00
xichengliudui a185df4329 Update log
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-29 10:18:36 -05:00
xichengliudui 4a5d58ead6 Update comments in functions
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-29 10:11:49 -05:00
Sugu Sougoumarane 86594dd2c0
Merge pull request #4541 from systay/consistent-split-clone
Split clone using consistent snapshot
2019-01-29 06:44:00 -08:00
Sugu Sougoumarane 34b76c2f9c
Merge pull request #4562 from xichengliudui/fix19012903
Update doc
2019-01-29 01:59:38 -08:00
Sugu Sougoumarane 07ce41e688
Merge pull request #4558 from Quasilyte/patch-1
go/mysql: remove excessive []byte(s) conversion
2019-01-29 01:40:47 -08:00
Sugu Sougoumarane 851889b931
Merge pull request #4560 from xichengliudui/fix190129
Wrong code comment
2019-01-29 01:29:16 -08:00
Andres Taylor c00469e3bd Mkwe consistent snapshot the default
Signed-off-by: Andres Taylor <antaylor@squareup.com>
2019-01-29 06:32:48 +01:00
Sugu Sougoumarane 28e7e5503a
Merge pull request #4519 from slanning/timestamp-funcs
parse TIMESTAMP{ADD,DIFF} functions
2019-01-28 20:53:12 -08:00
Iskander (Alex) Sharipov dbc94c0c5a
go/mysql: remove excessive []byte(s) conversion
`copy` permits using to mix `[]byte` and `string` arguments without
explicit conversion. I removed explicit conversion to make code simpler.

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
2019-01-29 00:42:11 +03:00
Scott Lanning df60fec661 parse TIMESTAMP{ADD,DIFF} functions
Otherwise, get something like this error:
vtgate.go:1091] Execute: symbol MINUTE not found in table or subquery, request:
map[Sql:SELECT TIMESTAMPDIFF(MINUTE, ....

reference:
https://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html#function_timestampadd

Signed-off-by: Scott Lanning <scott.lanning@booking.com>
2019-01-28 13:15:02 +01:00
Andres Taylor 97420cfdf6 Merge remote-tracking branch 'upstream/master' into consistent-split-clone
* upstream/master:
  docker: don't chown nonexistent /vt dir
  mysqlctl: add backup test for rockdb and sdi files
  Adding a reset of the slave on blank restore
  Add a special plan type for impossible queries
  mysqlctl: add MyRocks dir/files to backups
  Use recommended version combination
  Remove trailing whitespace
2019-01-28 12:39:29 +01:00
Andres Taylor 4b4da3ade9 Minor cleanups
Signed-off-by: Andres Taylor <antaylor@squareup.com>
2019-01-28 12:35:46 +01:00
Sugu Sougoumarane 869543aa2c
Merge pull request #4510 from eeSeeGee/young.20190209.impossible_plan
Add a special plan type for impossible queries
2019-01-25 17:50:09 -08:00
Sugu Sougoumarane 9f05436d14
Merge pull request #4552 from planetscale/dk-force-slave-reset-on-restore
Adding a reset of the slave on blank restore
2019-01-25 17:43:27 -08:00
Sugu Sougoumarane bfd3b420ed
Merge pull request #4484 from HubSpot/use-compatible-versions
java: Use compatible netty-handler and tcnative-boring-ssl versions
2019-01-25 17:40:00 -08:00
Derek Perkins d566851546
Merge pull request #4554 from vitessio/derekperkins-patch-2
docker: don't chown nonexistent /vt dir
2019-01-25 16:58:05 -07:00
Derek Perkins c3167300a3
docker: don't chown nonexistent /vt dir
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2019-01-25 16:55:19 -07:00
Derek Perkins b92f3774fd
Merge pull request #4549 from nozzle/backup-myrocks-dir
mysqlctl: add MyRocks dir/files to backups
2019-01-25 12:58:53 -07:00
xichengliudui a4cf44bc4f Update doc
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-25 14:22:42 -05:00
xichengliudui 3d915580ce Wrong code comment
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-25 13:59:48 -05:00
Derek Perkins 0eb3b4e308 mysqlctl: add backup test for rockdb and sdi files
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2019-01-25 11:44:09 -07:00
Andres Taylor 1d8fb20462 Close test resources
Signed-off-by: Andres Taylor <antaylor@squareup.com>
2019-01-25 13:38:15 +01:00
Andres Taylor 11177847cf Make SplitClone work with consistent snapshot
Signed-off-by: Andres Taylor <antaylor@squareup.com>
2019-01-25 13:38:15 +01:00
Dan Kozlowski fdd5e9ba64 Adding a reset of the slave on blank restore
In the event we are restoring from a backup, but there is no backup we need to reset master to accomidate flavors that write to the binlog on startup ( I'm looking at you MariaDB )

Signed-off-by: Dan Kozlowski <koz@planetscale.com>
2019-01-24 22:14:39 -08:00
Aaron Young 023f62e7f2 Add a special plan type for impossible queries
Signed-off-by: Aaron Young <young@squareup.com>
2019-01-24 23:50:03 -05:00
Sugu Sougoumarane 3bd115f928
Merge pull request #4503 from dweitzman/remove_influx
Remove influxdb as a push backend
2019-01-24 20:23:31 -08:00
Sugu Sougoumarane 91c520ae6b
Merge pull request #4539 from systay/consistent-multi-split-diff
Make MultiSplitDiff work with consistent snapshot
2019-01-24 20:14:30 -08:00
Sugu Sougoumarane a9cbb34d9b
Merge pull request #4545 from dweitzman/testdata
Reduce the number of unit tests that require VTROOT by moving testdat…
2019-01-24 20:05:33 -08:00
Sugu Sougoumarane e4c0099e56
Merge pull request #4548 from sjmudd/unhandled_packet_logging
Change common unhandled packet error message to clarify origin
2019-01-24 20:02:35 -08:00
Derek Perkins 4f5ae09517 mysqlctl: add MyRocks dir/files to backups
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2019-01-24 13:58:06 -07:00
Simon J Mudd ade04fe766 Change common unhandled packet error message to clarify origin
Signed-off-by: Simon J Mudd <sjmudd@pobox.com>
2019-01-24 19:08:05 +01:00
David Weitzman 349a564beb Reduce the number of unit tests that require VTROOT by moving testdata closer to the tests
Signed-off-by: David Weitzman <dweitzman@pinterest.com>
2019-01-23 19:28:54 -08:00
Andres Taylor f19985e691 Make MultiSplitDiff work with consistent snapshot
Signed-off-by: Andres Taylor <antaylor@squareup.com>
2019-01-22 11:11:17 +01:00
Sugu Sougoumarane a88142d061
Merge pull request #4537 from qdongxu/kmysql_on_kubeadm
Make kmysql.sh work on Vitess on a single K8s node setup by Kubeadm.(
2019-01-21 10:07:42 -08:00
Dongyan Xu d7e5c3f3a4 Make kmysql.sh work on Vitess on a single K8s node setup by Kubeadm.(
Accordiing to
https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/)

The change is backward compatible with Vitess on Minikube.

Signed-off-by: Dongyan Xu <qdongxu9@gmail.com>
2019-01-21 10:45:35 +00:00
Sugu Sougoumarane c462dd862b
Merge pull request #4536 from nozzle/helm-1.0.6
helm: update orchestrator and release helm 1.0.6
2019-01-20 21:31:47 -08:00
Derek Perkins 5831222ddc helm: release 1.0.6
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2019-01-20 15:05:44 -07:00
Derek Perkins c9d727f683 helm: run pmm-admin repair to fix server data loss
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2019-01-20 15:05:44 -07:00