4222
4238
drizzle_create(&drizzle);
4224
4240
#ifdef DRIZZLE_ADMIN_TOOL
4230
4244
if (drizzle_con_add_tcp(&drizzle, &con, (char *)host.c_str(),
4231
4245
opt_drizzle_port, (char *)user.c_str(),
4232
4246
(char *)password.c_str(), (char *)database.c_str(),
4235
4249
(void) put_error(&con, NULL);