├── AUTHORS ├── README.md ├── doc └── InnoSQL参考手册.pdf └── src ├── innodb_flash_cache.patch ├── innosql_5.5.20_trx_undo.patch ├── mysql-5.5.20.binlog_userip.patch ├── mysql-5.5.20.deadlock_non_recursive.patch ├── mysql-5.5.20.io_stat.patch ├── mysql-5.5.20.shm_and_lru_dump.patch └── mysql-5.5.20.user_profiler.patch /AUTHORS: -------------------------------------------------------------------------------- 1 | * NetEase InnoSQL Team -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluethinking/InnoSQL/HEAD/README.md -------------------------------------------------------------------------------- /doc/InnoSQL参考手册.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluethinking/InnoSQL/HEAD/doc/InnoSQL参考手册.pdf -------------------------------------------------------------------------------- /src/innodb_flash_cache.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluethinking/InnoSQL/HEAD/src/innodb_flash_cache.patch -------------------------------------------------------------------------------- /src/innosql_5.5.20_trx_undo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluethinking/InnoSQL/HEAD/src/innosql_5.5.20_trx_undo.patch -------------------------------------------------------------------------------- /src/mysql-5.5.20.binlog_userip.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluethinking/InnoSQL/HEAD/src/mysql-5.5.20.binlog_userip.patch -------------------------------------------------------------------------------- /src/mysql-5.5.20.deadlock_non_recursive.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluethinking/InnoSQL/HEAD/src/mysql-5.5.20.deadlock_non_recursive.patch -------------------------------------------------------------------------------- /src/mysql-5.5.20.io_stat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluethinking/InnoSQL/HEAD/src/mysql-5.5.20.io_stat.patch -------------------------------------------------------------------------------- /src/mysql-5.5.20.shm_and_lru_dump.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluethinking/InnoSQL/HEAD/src/mysql-5.5.20.shm_and_lru_dump.patch -------------------------------------------------------------------------------- /src/mysql-5.5.20.user_profiler.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluethinking/InnoSQL/HEAD/src/mysql-5.5.20.user_profiler.patch --------------------------------------------------------------------------------