summaryrefslogtreecommitdiff
path: root/storage/xtradb
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings.Jan Lindström2014-05-232-4/+2
* Fixed compiler error if LZO is not installed.Jan Lindström2014-05-221-1/+1
* Fix compiler errors caused by merge error.Jan Lindström2014-05-221-2/+2
* MDEV-6246: Merge 10.0.10-FusionIO to 10.1.Jan Lindström2014-05-2242-223/+3919
|\
| * Code cleanup after review.Jan Lindström2014-05-161-4/+7
| * Fixed small error on compression failure error text.Jan Lindström2014-04-281-1/+1
| * Fixed bug on free buffer space calculation when LZO is used. Jan Lindström2014-04-232-1/+4
| * Merge lp:maria/10.0 up to mariadb-10.0.10 revision 4140.Jan Lindström2014-04-177-15/+53
| |\
| * | MDEV-6070: FusionIO: Failure to create a table with ATOMIC_WRITES Jan Lindström2014-04-162-18/+78
| * | Added support for LZO compression method.Jan Lindström2014-04-157-61/+126
| * | Fix error on innodb_mtflush_threads parameter.Jan Lindström2014-03-281-1/+1
| * | Fixed windows compiler errors.Jan Lindström2014-03-271-1/+1
| * | Fix bug https://code.launchpad.net/~laurynas-biveinis/percona-server/bug1295268Jan Lindström2014-03-273-10/+20
| * | Fix candidate for XtraDB and row compressed tables.Jan Lindström2014-03-251-1/+1
| * | Code cleanup: Removed some unnecessary outputs from standard builds (availabl...Jan Lindström2014-03-217-25/+42
| * | Removed options innodb_compress_index_pages and innodb_trim_pct. Both are Jan Lindström2014-03-127-31/+25
| * | Merge lp:maria/10.0 up to revision 4040 = MariaDB 10.0.9 RCJan Lindström2014-03-111-3/+10
| |\ \
| * | | Changed so that innodb_compress_index pages means that if true also indexJan Lindström2014-03-073-9/+7
| * | | Merge lp:maria/10.0 up to revision 4032 (10.0.9).Jan Lindström2014-03-071-0/+3
| |\ \ \
| * | | | Set index page page compression on by default and remove innodb_trim_pctJan Lindström2014-03-042-4/+6
| * | | | Set actual compressed page size also on read code path to buffer pool soJan Lindström2014-03-044-9/+21
| * | | | Fixed a hang. The core issues is with the heap-thrashing by the Jan Lindström2014-03-031-77/+94
| * | | | Yet more windows fixes.Jan Lindström2014-03-031-3/+3
| * | | | Fix windows os_file_write.Jan Lindström2014-03-031-2/+2
| * | | | Additional windows fixes.Jan Lindström2014-03-032-22/+4
| * | | | Fix typo.Jan Lindström2014-03-031-1/+1
| * | | | Fix windows compiler erros.Jan Lindström2014-03-032-2/+21
| * | | | Merge: lp:maria/10.0 latest.Jan Lindström2014-03-0375-789/+1587
| |\ \ \ \
| * | | | | Turn all new features off by default.Jan Lindström2014-03-032-6/+6
| * | | | | Temporal fix for flush thread hang.Jan Lindström2014-02-289-25/+67
| * | | | | Small fixes to work_item handling. Jan Lindström2014-02-261-11/+8
| * | | | | Fixed memory leak on queue nodes by using local memory heap on normalJan Lindström2014-02-255-110/+162
| * | | | | Remove incorrect trim_len calculation. We have already alligned actualJan Lindström2014-02-211-1/+0
| * | | | | Write size was not correctly alligned to SECT_SIZE. This lead to situationJan Lindström2014-02-212-5/+9
| * | | | | Removed unnecessary memory initialization of page compressed bufferJan Lindström2014-02-191-4/+2
| * | | | | Fixed hang seen on TPC-C measure phase. We should not use timedwait on threads Jan Lindström2014-02-151-3/+3
| * | | | | Fix timing on queues, this could clearly lead to starvation.Jan Lindström2014-02-141-5/+6
| * | | | | Fixed compiler warnings.Jan Lindström2014-02-131-1/+1
| * | | | | Fixed small issue with dictionary.Jan Lindström2014-02-131-2/+0
| * | | | | Fixed issue on data dictionary corruption.Jan Lindström2014-02-138-55/+71
| * | | | | Fixed issue on atomic writes and system tables. Atomic writes can be usedJan Lindström2014-02-122-26/+33
| * | | | | Fixed issue on atomic writes setup and atomic blobs setup on systemJan Lindström2014-02-121-5/+23
| * | | | | Code cleanup. Removed those questions that are now addressed.Jan Lindström2014-02-121-18/+23
| * | | | | Fix compiler error if lz4 is not found on the system.Jan Lindström2014-02-121-0/+2
| * | | | | Removed unnecessary files and set lz4 under HAVE_LZ4 compilerJan Lindström2014-02-118-1045/+40
| * | | | | Merged latest mt-flush code to xtradb. Cleaned up thread statistic outputJan Lindström2014-02-078-645/+867
| * | | | | Fixed issue on file space extension. File space should be extended fromJan Lindström2014-02-061-18/+13
| * | | | | Moved mt-flush code to buf0mtflu.[cc|h] and cleaned it up. This is forJan Lindström2014-02-061-0/+3
| * | | | | Fixed issue on xtradb shutdown merge error. Multi-threaded flush threadsJan Lindström2014-02-052-5/+39
| * | | | | Fixed compiler errors.Jan Lindström2014-02-041-1/+6