| 3786 | } |
| 3787 | |
| 3788 | int cdb2_run_statement(cdb2_hndl_tp *hndl, const char *sql) |
| 3789 | { |
| 3790 | return cdb2_run_statement_typed(hndl, sql, 0, NULL); |
| 3791 | } |
| 3792 | |
| 3793 | static void parse_dbresponse(CDB2DBINFORESPONSE *dbinfo_response, char valid_hosts[][CDB2HOSTNAME_LEN], |
| 3794 | int *valid_ports, int *master_node, int *num_valid_hosts, int *num_valid_sameroom_hosts, |