~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/test_dir.c

  • Committer: Monty Taylor
  • Date: 2008-07-05 17:07:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705170746-8aq11u9fuwtfwy85
Removed my_alarm. Made my_lock only do the non-alarm version. Moved my_lock to MyISAM where it belongs.

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++)