mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
amazon-web-services
database
fulltext-search
galera
geographical-information-system
innodb
json
mariadb
mysql
rdbms
relational-databases
sql
storage-engine
vector-database
- MariaDB\ 71.8%
- C++ 16.4%
- C 10.4%
- Shell 0.5%
- Perl 0.4%
- Other 0.3%
| btr | ||
| buf | ||
| data | ||
| dict | ||
| dyn | ||
| eval | ||
| fil | ||
| fsp | ||
| fut | ||
| ha | ||
| handler | ||
| ibuf | ||
| include | ||
| lock | ||
| log | ||
| mach | ||
| mem | ||
| mtr | ||
| mysql-test | ||
| os | ||
| page | ||
| pars | ||
| que | ||
| read | ||
| rem | ||
| row | ||
| scripts | ||
| srv | ||
| sync | ||
| thr | ||
| trx | ||
| usr | ||
| ut | ||
| ChangeLog | ||
| CMakeLists.txt | ||
| compile-innodb | ||
| compile-innodb-debug | ||
| COPYING | ||
| Makefile.am | ||
| Makefile.in | ||
| plug.in | ||
| README | ||
| setup.sh | ||
This is the source of the InnoDB Plugin 1.0.1 for MySQL 5.1 =========================================================== Instructions for compiling the plugin: -------------------------------------- 1. Get the latest MySQL 5.1 sources from http://dev.mysql.com/downloads/mysql/5.1.html#source 2. Replace the contents of the mysql-5.1.N/storage/innobase/ directory with the contents of this directory. 3. Optional (only necessary if you are going to run tests from the mysql-test suite): cd into the innobase directory and run ./setup.sh 4. Compile MySQL as usual. 5. Enjoy! See the online documentation for more detailed instructions: http://www.innodb.com/doc/innodb_plugin-1.0/innodb-plugin-installation.html For more information about InnoDB visit http://www.innodb.com Thank you for using the InnoDB plugin!