Michael Berlin
2bc995f186
Merge pull request #1884 from Rastusik/composer_cleanup
...
Composer.json and composer.lock updates after switching to official …
2016-07-19 17:33:00 -07:00
Rasta
bfedb52194
PHP - composer.json fix - created a fake override of datto/protobuf-php package to make PHP work again (the datto implementation is referenced from grpc/grpc)
2016-07-20 00:03:43 +02:00
Anthony Yeh
9371dd4c92
Makefile: Fix sed command for OS X.
2016-07-19 13:27:54 -07:00
sougou
55590c56ba
Merge pull request #1870 from youtube/lookupVindex
...
Adding Generic Lookup Vindex
Changing the Variables
Adding Test for Lookup Vindex
Enhancing test for LookupNonUnique
Fixing some Comments
Checking in local changes
Merge branch 'lookupVindex' of https://github.com/youtube/vitess into lookupVindex
Merge branch 'ashudeep_temp' of https://github.com/youtube/vitess into lookupVindex
Incorporating Review Comments
Merge branch 'master' into lookupVindex
Reverting temporary changes
Code Refactoring and Incorporating Review Comments
Added isHashedIndex as a part of lookup Type Property
2016-07-19 10:14:52 -07:00
Ashudeep Sharma
1e2fcc11ce
Added isHashedIndex as a part of lookup Type Property
2016-07-19 21:15:34 +05:30
Alain Jobart
b63fe97c14
Merge pull request #1883 from alainjobart/tm
...
Freeing up connections in tmclient.
2016-07-19 08:45:13 -07:00
Alain Jobart
5fb9f96fe6
Fixing review comment.
2016-07-19 08:44:37 -07:00
Rasta
d1c389833f
Composer.json and composer.lock updates after switching to official stanley-cheung/protobuf-php
2016-07-19 16:57:14 +02:00
sougou
3fb09a0a92
Merge pull request #1882 from sougou/bugs
...
b/29618677: limit max concurrent requests
2016-07-19 07:56:29 -07:00
Michael Berlin
8643ce3cbc
Merge pull request #1880 from mdhheydari/master
...
replaced dattoo/protobuf-php to stanley-cheung/protobuf-php
2016-07-19 07:51:54 -07:00
Alain Jobart
84633558e6
Freeing up connections in tmclient.
...
Adding a Close method, using it to free up resources used by the
tmclient inside vtctld.
2016-07-19 07:33:08 -07:00
Ashudeep Sharma
c4ae3f00e8
Code Refactoring and Incorporating Review Comments
2016-07-19 19:30:35 +05:30
sougou
1c8531cc43
Merge pull request #1843 from youtube/mutl-row-insert
...
first-cut for multi-row insert
Merge branch 'master' of https://github.com/youtube/vitess into mutl-row-insert
Fixed routes.Value assignment with interface
simplified code and fixed test
gofmt router.go
fixed test and merged single-multirow
fixing tests
Merge branch 'master' into mutl-row-insert
Comments Incorporated
added test
AutoIncrement Changes
insertId as per specifications
Incorporated Comments
Comments Incorporated
2016-07-19 05:26:08 -07:00
Sugu Sougoumarane
1466c4b024
b/29618677: limit max concurrent requests
...
There was previously no limit on how many concurrent requests
VTTablet could accept. This change allows you to set such a limit
to prevent too many requests from OOMing the process.
2016-07-19 04:31:29 -07:00
Ashudeep Sharma
037c3cd9f8
Reverting temporary changes
2016-07-19 16:05:06 +05:30
Ashudeep Sharma
a10e4b8c7e
Merge branch 'master' into lookupVindex
2016-07-19 15:38:45 +05:30
Ashudeep Sharma
da0caa005d
Incorporating Review Comments
2016-07-19 15:30:59 +05:30
Ashudeep Sharma
d91f63200e
Merge branch 'ashudeep_temp' of https://github.com/youtube/vitess into lookupVindex
2016-07-19 11:37:42 +05:30
Ashudeep Sharma
ea18d1cedf
Merge branch 'lookupVindex' of https://github.com/youtube/vitess into lookupVindex
2016-07-19 11:22:26 +05:30
Alain Jobart
08df064a46
Merge pull request #1881 from alainjobart/master
...
Updating multi-cell part of the doc.
2016-07-18 12:54:53 -07:00
Alain Jobart
ff6f0d8dd8
Updating multi-cell part of the doc.
2016-07-18 10:30:12 -07:00
Mohammad Hossein Heydari
97e571892d
replaced dattoo/protobuf-php to stanley-cheung/protobuf-php
2016-07-18 20:37:13 +04:30
Harshit Gangal
411efe6490
Comments Incorporated
2016-07-18 16:48:20 +05:30
Ashudeep Sharma
6cd7a69254
Checking in local changes
2016-07-18 11:33:26 +05:30
Anthony Yeh
e809b8b65d
Merge pull request #1876 from enisoc/sbin-mysqld
...
mysqlctl: Look for mysqld in either sbin or bin.
2016-07-16 16:24:18 -07:00
Anthony Yeh
1dd453ce2f
mysqlctl: Look for mysqld in either sbin or bin.
...
Some package systems like homebrew on OS X place mysqld in
$VT_MYSQL_ROOT/bin, while others like Debian/Ubuntu place mysqld in
$VT_MYSQL_ROOT/sbin.
2016-07-16 12:56:06 -07:00
Anthony Yeh
82292f7739
mysqlctl: Show exec errors in addition to command output.
...
"File not found" errors have been getting hidden since we only showed
command output (of which there was none).
2016-07-16 12:34:15 -07:00
Anthony Yeh
4b7aca062b
Merge pull request #1875 from enisoc/unicode_loose_md5
...
unicode_loose_md5: Fix infinite loop in Collator.
2016-07-15 21:21:53 -07:00
Anthony Yeh
88d381596d
Modify sed command to work on OS X too.
...
Fixes #1863 .
2016-07-15 18:35:48 -07:00
Anthony Yeh
6a8ffc7941
unicode_loose_md5: Use sync.Pool to reuse Collators and Buffers.
2016-07-15 18:09:40 -07:00
Michael Berlin
f560ed8c4f
Merge pull request #1874 from mattharden/export_sqlannotation_fixes
...
sqlannotation fixes
2016-07-16 01:33:54 +02:00
Matt Harden
9fc24a0ef4
sqlannotation fixes
...
* reinstating a varz lost in CL 127386781
* adding a benchmark for IsDML
* adding throttled logging of filtered-replication-unfriendly statements
* adding a tab character to IsDML tests
NOTE: Changes were already LGTM'd internally.
2016-07-15 18:07:15 -05:00
Anthony Yeh
73ae7b6c90
unicode_loose_md5: Validate UTF-8 before sending to Collator.
...
The collator does not guarantee that it can handle invalid inputs.
We've observed that sending invalid UTF-8 can cause an infinite loop.
2016-07-15 15:45:24 -07:00
Anthony Yeh
062b79c183
vendor: Update golang.org/x/text packages.
2016-07-15 15:43:31 -07:00
Alain Jobart
af7e52a2f7
Merge pull request #1853 from alainjobart/zk
...
Switch to native Go ZooKeeper client
2016-07-15 07:44:26 -07:00
Harshit Gangal
697a90425e
Incorporated Comments
2016-07-15 19:27:39 +05:30
Harshit Gangal
5512a75281
insertId as per specifications
2016-07-15 18:15:53 +05:30
Harshit Gangal
b2169a7fa0
AutoIncrement Changes
2016-07-15 17:48:55 +05:30
Harshit Gangal
4a07daeac0
added test
2016-07-15 11:56:09 +05:30
Alain Jobart
ddf2e8a188
Fixing setup for simplicity.
2016-07-14 13:09:03 -07:00
Alain Jobart
be12cf97de
Fixing startup order.
2016-07-14 13:03:24 -07:00
Alain Jobart
91c7172448
Fixing zk connect logic to fast fail if possible.
2016-07-14 13:03:24 -07:00
Alain Jobart
1477c2a1b9
Trying to simplify setup.
2016-07-14 13:03:24 -07:00
Alain Jobart
1bf6cf6f6a
Adding extra lib flag.
2016-07-14 13:03:24 -07:00
Alain Jobart
a130b4b537
Remove all C deps on zk lib.
2016-07-14 13:03:24 -07:00
Alain Jobart
5e985ac69b
Removing old zk cgo config.
2016-07-14 13:03:24 -07:00
Alain Jobart
5b9aacb4c3
Removing old zk library.
2016-07-14 13:03:24 -07:00
Alain Jobart
11c1376344
Refactoring error code a bit.
2016-07-14 13:03:24 -07:00
Alain Jobart
a7b592d338
Using *zookeeper.Stat instead of the interface.
2016-07-14 13:03:24 -07:00
Alain Jobart
5cd10a491d
Version is now int32 in zk lib.
2016-07-14 13:03:24 -07:00