~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/archive_test.c

  • Committer: Brian Aker
  • Date: 2008-07-18 22:05:16 UTC
  • Revision ID: brian@tangent.org-20080718220516-dzyjle0iqqjssphx
Dead debug code removal (and a compatible "never used") bit in the
optimizer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <assert.h>
19
19
#include <stdio.h>
20
20
#include <string.h>
21
 
#include <mysys/my_getopt.h>
 
21
#include <my_getopt.h>
 
22
#include <drizzle_version.h>
22
23
 
23
24
#define ARCHIVE_ROW_HEADER_SIZE 4
24
25