~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

  • Committer: Stewart Smith
  • Date: 2009-12-02 05:17:48 UTC
  • mto: (1237.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: stewart@flamingspork.com-20091202051748-vbyduoof36eaobul
remove final bits of my_end(MY_CHECK_ERROR) and associated code. Mostly all dead, would do the (now absent) my_print_open_files() which valgrind (or a simple LD_PRELOAD) does for us anyway..

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
  if ((ho_error=handle_options(argc, argv, my_long_options, get_one_option)))
251
251
    exit(ho_error);
252
252
  if (debug_info_flag)
253
 
    my_end_arg= MY_CHECK_ERROR | MY_GIVE_INFO;
 
253
    my_end_arg= MY_GIVE_INFO;
254
254
 
255
255
  if (enclosed && opt_enclosed)
256
256
  {