~drizzle-trunk/drizzle/development

0.1.1 by kinoyasu
initial registration
1
How to build XtraBackup
2
=======================
3
4
!!You should build your MySQL before the building XtraBackup!!
5
6
1. Put this directory to innobase/ directory.
7
   (e.g. mysql-5.0.75/innobase/xtrabackup-0.0 )
8
0.1.86 by kinoyasu
fix misc
9
2. From the innodbase directory, apply the xtrabackup patch and then re-make.
10
   The patch is fix_innodb_for_backup.patch for MySQL 5.0 and
11
   fix_innodb_for_backup51.patch for MySQL 5.1.
12
   ('make clean' at innobase/ dir may be needed for 5.0, because of the lack of dependency)
0.1.1 by kinoyasu
initial registration
13
0.1.86 by kinoyasu
fix misc
14
3. Run make in the XtraBackup directory.
0.1.1 by kinoyasu
initial registration
15
16
4. enjoy... :)
17