mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01: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-servicesdatabasefulltext-searchgalerageographical-information-systeminnodbjsonmariadbmysqlrdbmsrelational-databasessqlstorage-enginevector-database
e978b4a235
described in Mantis#30. Specifically: - Allow innodb_file_format to take string arguments - Make innodb_file_format system variable a string instead of a number - Implement the callback functions - Update warning messages Three new functions are implemented: file_format_name_lookup(): Validate the file format name and return its corresponding id. innodb_file_format_check(): Check if it is a valid file format. This function is registered as a callback with MySQL. innodb_file_format_update(): Update the global variable using the "saved" value. This functions is registered as a callback with MySQL. |
||
---|---|---|
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 | ||
CMakeLists.txt | ||
compile-innodb | ||
compile-innodb-debug | ||
Makefile.am | ||
plug.in | ||
README | ||
revert_gen.sh | ||
setup.sh |
This is the source of the InnoDB plugin 1.0 alpha1 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! Thank you for using the InnoDB plugin! For more information visit http://www.innodb.com.