4224
4240
drizzle_create(&drizzle);
4226
4242
#ifdef DRIZZLE_ADMIN_TOOL
4232
4246
if (drizzle_con_add_tcp(&drizzle, &con, (char *)host.c_str(),
4233
4247
opt_drizzle_port, (char *)user.c_str(),
4234
4248
(char *)password.c_str(), (char *)database.c_str(),
4237
4251
(void) put_error(&con, NULL);