vitess-gh/go/vt/mysqlctl
Alain Jobart 96f6b35711 Now using strings instead of ReplicationPosition structures in tabletmanager.
That limits the number of encoding / decoding, and is all around easier.
We now only use the real structures when talking to mysqlctl module.
2015-11-10 09:03:29 -08:00
..
backupstorage backupstorage: Rename bucket to directory. 2015-10-20 16:16:08 -07:00
filebackupstorage backupstorage: Rename bucket to directory. 2015-10-20 16:16:08 -07:00
gcsbackupstorage backup: Implement plugin for Google Cloud Storage. 2015-10-21 02:49:17 -07:00
grpcmysqlctlclient go: Unbreak Go tests. 2015-08-27 21:01:39 -07:00
grpcmysqlctlserver Switching mysqlctl command protocol from bsonrpc to gRPC. 2015-07-06 15:17:41 -07:00
mysqlctlclient Switching mysqlctl command protocol from bsonrpc to gRPC. 2015-07-06 15:17:41 -07:00
proto Now using strings instead of ReplicationPosition structures in tabletmanager. 2015-11-10 09:03:29 -08:00
backup.go backup: Gracefully handle partial restore success. 2015-10-21 02:42:28 -07:00
backup_test.go Adding unit test for findFiles for backup. 2015-05-20 16:18:28 -07:00
binlog_event.go Replacing Charset and BinlogTransaction with thier proto3 version. 2015-11-05 11:16:00 -08:00
binlog_event_test.go Replacing Charset and BinlogTransaction with thier proto3 version. 2015-11-05 11:16:00 -08:00
fileutil.go Deleting old Snapshot/Restore/Clone code. 2015-05-20 09:26:52 -07:00
health.go Removing dependency from go/vt/health and go/vt/mysqlctl to topo. 2015-05-14 11:26:18 -07:00
mycnf.go Now mysql port is a int32, to be consistent with other places. 2015-08-11 18:21:54 -07:00
mycnf_flag.go Now mysql port is a int32, to be consistent with other places. 2015-08-11 18:21:54 -07:00
mycnf_gen.go Now mysql port is a int32, to be consistent with other places. 2015-08-11 18:21:54 -07:00
mycnf_test.go Deprecate Google MySQL 5.1 with extreme prejudice. 2015-04-23 23:23:28 -07:00
mysql_daemon.go Now using proto3's Schema structures. 2015-11-09 17:46:17 -08:00
mysql_flavor.go mysqlctl: Allow setting slave pos without starting slave. 2015-10-21 01:29:17 -07:00
mysql_flavor_mariadb.go mysqlctl: Allow setting slave pos without starting slave. 2015-10-21 01:29:17 -07:00
mysql_flavor_mariadb_test.go mysqlctl: Allow setting slave pos without starting slave. 2015-10-21 01:29:17 -07:00
mysql_flavor_mysql56.go mysqlctl: Allow setting slave pos without starting slave. 2015-10-21 01:29:17 -07:00
mysql_flavor_mysql56_test.go mysqlctl: Allow setting slave pos without starting slave. 2015-10-21 01:29:17 -07:00
mysql_flavor_test.go mysqlctl: Allow setting slave pos without starting slave. 2015-10-21 01:29:17 -07:00
mysqld.go backup: Gracefully handle partial restore success. 2015-10-21 02:42:28 -07:00
permissions.go Permissions now use the proto3 structure. 2015-11-09 16:47:18 -08:00
plugin_grpcmysqlctlclient.go Switching mysqlctl command protocol from bsonrpc to gRPC. 2015-07-06 15:17:41 -07:00
query.go Making restore code only use MysqlDaemon. 2015-05-19 14:31:54 -07:00
reparent.go Now mysql port is a int32, to be consistent with other places. 2015-08-11 18:21:54 -07:00
replication.go Switching all uses of BlpPosition to the proto3 version. 2015-11-06 17:06:45 -08:00
replication_test.go Refactoring mysql passwords for CredentialServer. 2014-01-31 13:21:33 -08:00
schema.go Now using proto3's Schema structures. 2015-11-09 17:46:17 -08:00
slave_connection.go Fix some golint errors; Sql => SQL 2015-08-30 17:04:40 -07:00
slave_connection_test.go Connect to mysqld as a slave to stream binlogs instead of polling files. 2014-08-12 10:21:04 -07:00
split_strategy.go Cleanup vtworkers - simplify strategies, make vertical_split_clone consistent with split_clone 2014-12-10 12:09:10 -08:00
utils.go Automatic rewrite of relog import paths and calls to use glog. 2013-08-06 14:56:00 -07:00
utils_test.go Make it possible to mulitirestore even if the sources have different DB names. 2013-03-01 15:44:48 -08:00