summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Bug #27326796 - MYSQL CRASH WITH INNODB ASSERTION FAILURE IN FILE PARS0PARS.CCSachin Agarwal2018-07-304-72/+116
|/ / / / / / / /
* | | | | | | | Merge 5.5 into 10.0Marko Mäkelä2018-07-303-3/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge remote-tracking branch 'mysql/5.5' into 5.5Oleksandr Byelkin2018-07-293-3/+15
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Bug#25541037: MYSQL BUG ON DELETEArun Kuruvila2018-05-213-3/+15
* | | | | | | | Fix InnoDB/XtraDB warnings by GCC 8.2.0Marko Mäkelä2018-07-3010-60/+48
* | | | | | | | MDEV-16851 On schema mismatch in IMPORT TABLESPACE, display ROW_FORMAT in cle...Marko Mäkelä2018-07-302-10/+101
* | | | | | | | Use a more precise argument for memset()Marko Mäkelä2018-07-302-2/+2
* | | | | | | | MDEV-8941 Compile on Solaris (SPARC) fails with errors in filamvct.cppSergei Golubchik2018-07-191-5/+0
* | | | | | | | Fix build on non-Windows, broken by 0897a25c0f0b9b865Vladislav Vaintroub2018-07-021-0/+2
* | | | | | | | MDEV-16596 : Windows - redo log does not work on native 4K sector disks.Vladislav Vaintroub2018-07-021-0/+37
* | | | | | | | MDEV-15953 Alter InnoDB Partitioned Table Moves Files (which were originally ...Eugene Kosov2018-06-262-0/+12
* | | | | | | | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-203-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-16534 PPC64: Unexpected error with a negative value into auto-increment ...Alexander Barkov2018-06-203-3/+3
* | | | | | | | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-191-32/+187
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-15113: Hang in Aria loghandlerOleksandr Byelkin2018-06-121-32/+187
* | | | | | | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-125-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-16342 SHOW ENGINES: MyISAM description is uselessSergei Golubchik2018-06-115-5/+5
* | | | | | | | MDEV-16456 InnoDB error "returned OS error 71" complains about wrong pathMarko Mäkelä2018-06-122-6/+40
* | | | | | | | Ensure TokuDB compiles both on Linux and OS XVicențiu Ciorbaru2018-06-112-34/+34
* | | | | | | | Followup for make TokuDB compile with GCC-8Vicențiu Ciorbaru2018-06-101-2/+2
* | | | | | | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-104-7/+13
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-15778: Remove packed attr from omt_ and subtree_ classesTeodor Mircea Ionita2018-06-101-4/+4
| * | | | | | | Make TokuDB compile with GCC-8Vicențiu Ciorbaru2018-06-104-4/+10
| * | | | | | | Revert "MDEV-15778: Remove packed attr from omt_ and subtree_ classes"Vicențiu Ciorbaru2018-06-101-4/+4
| * | | | | | | MDEV-15778: Remove packed attr from omt_ and subtree_ classesTeodor Mircea Ionita2018-06-101-4/+4
| * | | | | | | MDEV-15778: Manually backport TokuDB macOS fixes from 10.0Teodor Mircea Ionita2018-06-104-3/+20
* | | | | | | | MDEV-15778: Fix TokuDB build issues on macOS 10.13.4Teodor Mircea Ionita2018-06-107-88/+46
* | | | | | | | MDEV-15778: Restore file permissions lost in mergeTeodor Mircea Ionita2018-06-1012-0/+0
* | | | | | | | MDEV-16124 fil_rename_tablespace() times out and crashes server during table-...Marko Mäkelä2018-06-056-236/+10
* | | | | | | | MDEV-16267 Wrong INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.TABLE_NAMEMarko Mäkelä2018-05-242-18/+38
* | | | | | | | Fixes for Aria transaction handling with lock tablesMonty2018-05-2213-113/+188
* | | | | | | | Merge branch '5.5' into 10.0Sergei Golubchik2018-05-192-0/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-654 Assertion `share->now_transactional' failed in flush_log_for_bitmap ...Monty2018-05-152-0/+9
* | | | | | | | Fix that FLUSH TABLES FOR EXPORT also works for Aria tables.Monty2018-05-161-1/+1
* | | | | | | | MDEV-14943 Alter table ORDER BY bugMonty2018-05-152-0/+4
* | | | | | | | Bug #26334149 - MYSQL CRASHES WHEN FULL TEXT INDEXES IBD FILES ARE ORPHANED D...Sachin Agarwal2018-05-111-2/+3
* | | | | | | | Bug #27041445 SERVER ABORTS IF FTS_DOC_ID EXCEEDS FTS_DOC_ID_MAX_STEPThirunarayanan Balathandayuthapani2018-05-111-2/+1
* | | | | | | | Remove a redundant condition added by the 5.6.40 mergeMarko Mäkelä2018-05-112-14/+2
* | | | | | | | MDEV-16119 InnoDB lock->index refers to a freed object after failed ADD INDEXMarko Mäkelä2018-05-094-4/+8
* | | | | | | | MDEV-14693 XA: Assertion `!clust_index->online_log' failed in rollback_inplac...Marko Mäkelä2018-05-072-46/+58
* | | | | | | | compiler warningSergei Golubchik2018-05-041-7/+7
* | | | | | | | Bug #25928471: ONLINE ALTER AND CONCURRENT DELETE ON TABLE WITH MANY TEXT COL...Mayank Prasad2018-05-032-216/+36
* | | | | | | | Squashed commit of connect/10.0:Sergei Golubchik2018-04-2696-1699/+2462
* | | | | | | | Merge branch 'merge-tokudb-5.6' into 10.0Sergei Golubchik2018-04-2622-58/+200
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | 5.6.39-83.1Sergei Golubchik2018-04-2422-58/+200
* | | | | | | | Merge branch 'merge-xtradb-5.6' into 10.0Sergei Golubchik2018-04-269-41/+104
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | 5.6.39-83.1Sergei Golubchik2018-04-2411-51/+131
* | | | | | | | Merge branch 'merge-perfschema-5.6' into 10.0Sergei Golubchik2018-04-261-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2018-04-265-26/+54
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | 5.6.40Sergei Golubchik2018-04-215-32/+54