summaryrefslogtreecommitdiff
path: root/storage/xtradb
Commit message (Expand)AuthorAgeFilesLines
* Improve error diagnostics on I/O errors. If node->name is NULLJan Lindström2016-04-221-4/+9
* MDEV-9918: [ERROR] mysqld got signal 11 during ALTER TABLE `name` COLUMN ADDJan Lindström2016-04-224-41/+149
* MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"Sergei Golubchik2016-03-212-3/+3
* MDEV-9667: Server hangs after select count(distinct name) from t2 where a=836...Jan Lindström2016-03-112-15/+9
* Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-042-3/+3
* Merge branch 'bb-10.0-serg' into 10.0mariadb-10.0.24Sergei Golubchik2016-02-1721-213/+464
|\
| * Merge branch 'merge-xtradb-5.6' into 10.0Sergei Golubchik2016-02-1616-119/+443
| |\
| | * 5.6.28-76.1Sergei Golubchik2016-02-1616-119/+447
| * | Revert "MDEV-8696: Adding indexes on empty table is slow with large innodb_so...Sergei Golubchik2016-02-166-94/+21
* | | MDEV-9424: Server crashes when slave works with partitioned tables copied fro...Jan Lindström2016-02-151-9/+63
* | | MDEV-9548: Alter table (renaming and adding index) fails with "Incorrect key ...Jan Lindström2016-02-153-17/+73
|/ /
* | XtraDB/InnoDB crash with autoinc, vcol and online alterSergei Golubchik2016-02-151-2/+4
* | Use C++ linkage.Jan Lindström2016-02-042-3/+0
* | Fix function visibility as it is used on row0mysql.c in Windows.Jan Lindström2016-02-032-2/+16
* | MDEV-9471: Server crashes or returns an error while trying to alter partition...Jan Lindström2016-02-031-0/+50
* | MDEV-9128 - Compiling on IBM System Z failsSergey Vojtovich2015-12-291-1/+1
* | MDEV-8297: information_schema.innodb_sys_tablestats.modified_counter doesn't ...Jan Lindström2015-12-151-0/+6
* | MDEV-8721 AIX: Compile error xtradb:log0log.ccAlexander Barkov2015-12-152-2/+2
* | MDEV-8923: port innodb_buffer_pool_dump_pct from MySQLJan Lindström2015-12-154-3/+95
* | MDEV-9276: MySQL Bug #78754: FK definitions missing from SHOW CREATE TABLE in...Jan Lindström2015-12-146-128/+166
* | Fix logic around retrying failed Windows async IO as synchronous IO . os_file...Vladislav Vaintroub2015-12-141-34/+6
* | fix compile error on WindowsVladislav Vaintroub2015-12-142-2/+2
* | Merge branch 'merge/merge-xtradb-5.6' into 10.0Sergei Golubchik2015-12-1332-240/+618
|\ \ | |/
| * 5.6.27-76.0Sergei Golubchik2015-12-1333-254/+620
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-133-9/+11
|\ \
| * | MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitiv...Jan Lindström2015-12-111-1/+1
| * | fix xtradb compilation on windowsmariadb-5.5.47Sergei Golubchik2015-12-091-5/+3
| * | Merge branch 'merge/merge-xtradb-5.5' into 5.5Sergei Golubchik2015-12-0916-50/+318
| |\ \
| | * | 5.5.46-37.6Sergei Golubchik2015-12-0916-50/+318
| * | | MDEV-8827 Duplicate key with auto incrementSergei Golubchik2015-12-071-7/+5
| * | | Fix gcc v5.compiler errors.Jan Lindström2015-12-052-2/+2
| * | | MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables cra...Jan Lindström2015-12-041-31/+49
| * | | MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf...Jan Lindström2015-12-031-6/+9
* | | | MDEV-9148: Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_p...Jan Lindström2015-12-101-4/+13
* | | | MDEV-8178 - Wrong progress report for operations on InnoDB tablesSergey Vojtovich2015-12-101-5/+2
* | | | Fixed failing test cases and compiler warnings found by buildbotMonty2015-11-241-2/+2
* | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-11-181-62/+60
|\ \ \ \ | |/ / /
| * | | MDEV-8854: New warning messages are unreadableJan Lindström2015-11-091-62/+60
| * | | fixes for buildbot:mariadb-5.5.46Sergei Golubchik2015-10-092-0/+2
| * | | Merge branch 'merge-xtradb-5.5' into 5.5Sergei Golubchik2015-10-097-26/+109
| |\ \ \ | | |/ /
| | * | 5.5.45-37.4Sergei Golubchik2015-10-087-27/+116
| * | | MDEV-8855: innodb.innodb-fk-warnings fails on WindowsJan Lindström2015-09-291-1/+3
| * | | Merge branch 'merge-xtradb-5.5' into 5.5Sergei Golubchik2015-08-017-23/+39
| |\ \ \ | | |/ /
| | * | 5.5.44-37.3Sergei Golubchik2015-08-017-24/+39
* | | | MDEV-8932: innodb buffer pool hit rate is less than zeroJan Lindström2015-10-281-2/+10
* | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2015-10-281-28/+38
|\ \ \ \
| * | | | MDEV-8883 more cross-compiling fixesSergei Golubchik2015-10-241-28/+38
* | | | | MDEV-8696: Adding indexes on empty table is slow with large innodb_sort_buffe...Jan Lindström2015-10-276-21/+94
|/ / / /
* | | | MDEV-8883 more cross-compiling fixesSergei Golubchik2015-10-221-6/+6
* | | | fixes for buildbot:Sergei Golubchik2015-10-101-0/+1