~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to xtrabackup.c

fix bug396069

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Created 3/3/2009 Yasufumi Kinoshita
5
5
*******************************************************/
6
6
 
7
 
#define XTRABACKUP_VERSION "rc-0.7"
 
7
#ifndef XTRABACKUP_VERSION
 
8
#define XTRABACKUP_VERSION "undefined"
 
9
#endif
8
10
 
9
11
//#define XTRABACKUP_TARGET_IS_PLUGIN
10
12