diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-04-23 20:27:43 +0200 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-04-23 20:27:43 +0200 |
commit | 21fe947986820a400bab327ac707dc9d55d080e4 (patch) | |
tree | 011d30431ddaae95888c7011bf44b84bea7414ac /.bzrignore | |
parent | e8e7b7c0b4243309fad3291fcd1358a7c7c2f5a8 (diff) | |
download | mariadb-git-21fe947986820a400bab327ac707dc9d55d080e4.tar.gz |
new ndb tool to measure replication latency
BitKeeper/etc/ignore:
Added storage/ndb/test/tools/rep_latency storage/ndb/test/ndbapi/testIndexStat storage/ndb/test/ndbapi/testInterpreter storage/ndb/ndbapi-examples/mgmapi_logevent/mgmapi_logevent storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2 storage/ndb/ndbapi-examples/ndbapi_async/ndbapi_async storage/ndb/ndbapi-examples/ndbapi_async1/ndbapi_async1 storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries storage/ndb/ndbapi-examples/ndbapi_scan/ndbapi_scan storage/ndb/ndbapi-examples/ndbapi_simple/ndbapi_simple storage/ndb/ndbapi-examples/ndbapi_simple_dual/ndbapi_simple_dual storage/ndb/ndbapi-examples/ndbapi_simple_index/ndbapi_simple_index to the ignore list
storage/ndb/test/tools/rep_latency.cpp:
New BitKeeper file ``storage/ndb/test/tools/rep_latency.cpp''
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index e00d2a16187..599f890cdf9 100644 --- a/.bzrignore +++ b/.bzrignore @@ -2934,3 +2934,16 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj +storage/ndb/test/tools/rep_latency +storage/ndb/test/ndbapi/testIndexStat +storage/ndb/test/ndbapi/testInterpreter +storage/ndb/ndbapi-examples/mgmapi_logevent/mgmapi_logevent +storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2 +storage/ndb/ndbapi-examples/ndbapi_async/ndbapi_async +storage/ndb/ndbapi-examples/ndbapi_async1/ndbapi_async1 +storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event +storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries +storage/ndb/ndbapi-examples/ndbapi_scan/ndbapi_scan +storage/ndb/ndbapi-examples/ndbapi_simple/ndbapi_simple +storage/ndb/ndbapi-examples/ndbapi_simple_dual/ndbapi_simple_dual +storage/ndb/ndbapi-examples/ndbapi_simple_index/ndbapi_simple_index |