~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.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:
1282
1282
  if ((ho_error= handle_options(argc, argv, my_long_options, get_one_option)))
1283
1283
    exit(ho_error);
1284
1284
  if (debug_info_flag)
1285
 
    my_end_arg= MY_CHECK_ERROR | MY_GIVE_INFO;
 
1285
    my_end_arg= MY_GIVE_INFO;
1286
1286
 
1287
1287
  if (!user)
1288
1288
    user= (char *)"root";