~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to xtrabackup/BUILD.txt

add xtrabackup

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
How to build XtraBackup
 
2
=======================
 
3
 
 
4
!!You need to build the MySQL binaries before building XtraBackup!!
 
5
 
 
6
1. Build your version of mysql
 
7
 
 
8
2. copy the xtrabackup  source directory into the mysql.5x/innobase directory
 
9
   (e.g. mysql-5.0.75/innobase/xtrabackup-0.0 )
 
10
 
 
11
3. For 5.1x you need to apply a patch.
 
12
   From the innobase directory, apply the xtrabackup patch. 
 
13
  e.g. #patch -p2 < xtrabackup-0.0/fix_innodb_for_backup51.patch  
 
14
  
 
15
(With 5.0 run 'make clean all' from the innobase directory This is necessary
 
16
for 5.0, because of the lack of dependencies)
 
17
 
 
18
4.Run make [5.0] [5.1] [xtradb] [plugin] in the XtraBackup directory.
 
19
 
 
20
5.  enjoy... :
 
21