~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Monty Taylor
  • Date: 2008-09-16 01:37:05 UTC
  • mto: This revision was merged to the branch mainline in revision 391.
  • Revision ID: monty@inaugust.com-20080916013705-772d1t7rh9ah9j1x
Moved more functions into drizzle.c as part of the split of code.
Added accessor function for drizzle_port.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1207
1207
  my_free(part_username,MYF(MY_ALLOW_ZERO_PTR));
1208
1208
  my_free(default_prompt,MYF(MY_ALLOW_ZERO_PTR));
1209
1209
  my_free(current_prompt,MYF(MY_ALLOW_ZERO_PTR));
1210
 
  drizzle_server_end();
1211
1210
  free_defaults(defaults_argv);
1212
1211
  my_end(my_end_arg);
1213
1212
  exit(status.exit_status);