~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/test_dir.c

  • Committer: Jay Pipes
  • Date: 2008-07-17 20:13:32 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: jay@mysql.com-20080717201332-utj9dwtsd6vcq1kx
Phase 4 removal of DBUG in mysys

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
{
23
23
  MY_DIR        *a;
24
24
  uint          f;
25
 
  DBUG_ENTER ("main");
26
 
  DBUG_PROCESS (argv[0]);
27
 
 
28
 
  if (--argc > 0 && (*(++argv))[0] == '-' && (*argv)[1] == '#' )
29
 
    DBUG_PUSH (*argv+2);
30
25
 
31
26
  a = my_dir("./", 0);
32
27
  for (f = 0; f < a->number_off_files; f++)