~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/archive_performance.c

merged from mtaylors codestyle branch that also did removepassword

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <stdlib.h>
21
21
#include <string.h>
22
22
#include <my_getopt.h>
23
 
#include <mysql_version.h>
 
23
#include <drizzle_version.h>
24
24
 
25
25
#define ARCHIVE_ROW_HEADER_SIZE 4
26
26