Anthony Yeh
101bfd16e8
Use native Go vendor mode for gozk package.
2016-04-06 14:43:17 -07:00
Alain Jobart
10eef51c66
Removing python bson library.
2016-03-16 09:19:27 -07:00
Anthony Yeh
aa1da5cd71
Upgrade to ZooKeeper 3.4.6.
...
Fixes #1204
2015-11-02 20:45:43 -08:00
Ammar Aijazi
26be81d4e5
Vendored the Python mock library
2015-06-25 22:51:53 -07:00
Anthony Yeh
d18bdd4a0d
Fix "invalid heap pointer" crash when built with Go 1.4.
...
The CGO wrapper for ZK was casting arbitrary integers to unsafe.Pointer.
For example, it would call C.something(unsafe.Pointer(1)) in order to
call "void something(void* tag)" with a tag value of (void*)1.
In Go 1.4, if a GC happens to occur while C.something() is executing, it
will find the unsafe.Pointer(1) on the stack and crash because 1 is not
a valid memory address.
2015-01-12 23:42:26 -08:00
Anthony Yeh
5600a7af64
Port fix for stdin support in mysqlbinlog from MariaDB to Google MySQL.
2014-08-01 16:50:56 -07:00
Timothy Basanov
582afef1d5
Support for running python integration tests from Java.
...
Test is broken and is intended to be fixed in a later release.
2014-06-10 20:59:16 -07:00
Timothy Basanov
20ee30beeb
Initial commit for Java JDBC Vtocc Driver.
...
Only basic project skeleton is committed.
It compiles but fails its own tests.
More improvements to follow.
2014-05-30 16:50:16 -07:00
Sugu Sougoumarane
89c1781849
remove custom vt_mysqlbinlog from mysql
2013-11-27 11:16:02 -08:00
shrutip
bf31119e76
Fix for update stream test.
2013-07-19 18:38:13 -07:00
Ryszard Szopa
93a7fd7a08
Fix typo
2013-07-18 22:21:38 -07:00
Ric Szopa
be36322a29
Fully working MySQL import
...
* * *
Slightly broken MySQL import.
2013-07-18 17:24:47 -07:00
Ric Szopa
405a53090c
Added ZooKeeper dependendencies to the Vitess tree.
2013-07-17 14:07:28 -07:00
Sugu Sougoumarane
72a862e6b3
initial source code check-in.
2012-02-24 23:30:03 -08:00