mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
ndb/tools/waiter.cpp:
- Only contact ndb_mgmd once per loop
- Program only cares about ndbd nodes -> remove the api and mgm vectors
- Program can not wait for "starting" -> remove that code
- Remove unused includes
- Protect against SIGPIPE(writing to a socket where the mgmsrv was
gone, silently killed the program)
- Don't sleep one second if if all nodes are in the wanted state
- Use 100 milliseconds sleep between each poll
|
||
|---|---|---|
| .. | ||
| old_dirs | ||
| restore | ||
| clean-links.sh | ||
| delete_all.cpp | ||
| desc.cpp | ||
| drop_index.cpp | ||
| drop_tab.cpp | ||
| listTables.cpp | ||
| make-errors.pl | ||
| make-links.sh | ||
| Makefile.am | ||
| ndb_config.cpp | ||
| ndb_error_reporter | ||
| ndb_size.pl | ||
| ndb_size.tmpl | ||
| ndb_test_platform.cpp | ||
| ndbsql.cpp | ||
| rgrep | ||
| select_all.cpp | ||
| select_count.cpp | ||
| waiter.cpp | ||