~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/archive_reader.c

  • Committer: Brian Aker
  • Date: 2008-07-18 20:10:26 UTC
  • mfrom: (51.3.29 remove-dbug)
  • Revision ID: brian@tangent.org-20080718201026-tto5golt0xhwqe4a
Merging in Jay's final patch on dbug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
  case '?':
264
264
    usage();
265
265
    exit(0);
266
 
  case '#':
267
 
    if (argument == disabled_my_option)
268
 
    {
269
 
      DBUG_POP();
270
 
    }
271
 
    else
272
 
    {
273
 
      DBUG_PUSH(argument ? argument : "d:t:o,/tmp/archive_reader.trace");
274
 
    }
275
 
    break;
276
266
  }
277
267
  return 0;
278
268
}
284
274
   0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
285
275
  {"check", 'c', "Check table for errors.",
286
276
   0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
287
 
#ifndef DBUG_OFF
288
 
  {"debug", '#',
289
 
   "Output debug log. Often this is 'd:t:o,filename'.",
290
 
   0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
291
 
#endif
292
277
  {"extract-frm", 'e',
293
278
   "Extract the frm file.",
294
279
   0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},