| 5891 | } |
| 5892 | |
| 5893 | static inline void only_read_config(cdb2_hndl_tp *hndl, int noLock, |
| 5894 | int defaultOnly) |
| 5895 | { |
| 5896 | read_available_comdb2db_configs(NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
| 5897 | NULL, NULL, noLock, defaultOnly); |
| 5898 | set_cdb2_timeouts(hndl); |
| 5899 | } |
| 5900 | |
| 5901 | static int cdb2_get_dbhosts(cdb2_hndl_tp *hndl) |
| 5902 | { |
no test coverage detected