~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/README

  • Committer: Monty Taylor
  • Date: 2008-08-04 19:37:18 UTC
  • mto: (261.2.2 codestyle)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: monty@inaugust.com-20080804193718-f0rz13uli4429ozb
Changed gettext_noop() to N_()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This is the source of the InnoDB Plugin 1.0.1 for MySQL 5.1
2
 
===========================================================
3
 
 
4
 
Instructions for compiling the plugin:
5
 
--------------------------------------
6
 
 
7
 
1. Get the latest MySQL 5.1 sources from
8
 
   http://dev.mysql.com/downloads/mysql/5.1.html#source
9
 
 
10
 
2. Replace the contents of the mysql-5.1.N/storage/innobase/ directory
11
 
   with the contents of this directory.
12
 
 
13
 
3. Optional (only necessary if you are going to run tests from the
14
 
   mysql-test suite): cd into the innobase directory and run ./setup.sh
15
 
 
16
 
4. Compile MySQL as usual.
17
 
 
18
 
5. Enjoy!
19
 
 
20
 
See the online documentation for more detailed instructions:
21
 
http://www.innodb.com/doc/innodb_plugin-1.0/innodb-plugin-installation.html
22
 
 
23
 
For more information about InnoDB visit
24
 
http://www.innodb.com
25
 
 
26
 
Thank you for using the InnoDB plugin!