~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/test_dir.c

  • Committer: Mark Atwood
  • Date: 2008-07-12 07:25:25 UTC
  • mto: This revision was merged to the branch mainline in revision 139.
  • Revision ID: me@mark.atwood.name-20080712072525-s1dq9mtwo5td7af7
more hackery to get plugin UDFs working

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);
25
30
 
26
31
  a = my_dir("./", 0);
27
32
  for (f = 0; f < a->number_off_files; f++)