summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* TokuDB: Don't free P_S instrumented mutexes after exit()Sergei Golubchik2018-09-062-6/+10
* Merge branch 'merge-tokudb-5.6' into 10.0Oleksandr Byelkin2018-09-06192-194538/+3936
|\
| * 5.6.41-84.1Oleksandr Byelkin2018-09-03187-194538/+4359
* | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-042-4/+4
* | cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-045-72/+38
* | Merge branch '5.5' into 10.0bb-10.0-merge-sanjaOleksandr Byelkin2018-09-031-5/+13
|\ \
| * | MDEV-16682 Assertion `(buff[7] & 7) == HEAD_PAGE' failedMonty2018-09-031-5/+13
* | | Fix clang warning of mismatched new[] and delete[]Vicențiu Ciorbaru2018-08-251-1/+1
* | | connect engine: GetStringUTFChars takes pointer argDaniel Black2018-08-254-10/+10
* | | Fix -Wclass-memaccess warnings in InnoDB,XtraDBMarko Mäkelä2018-08-0314-12/+34
* | | Follow-up fix to MDEV-16865: InnoDB fts_query() ignores KILLMarko Mäkelä2018-08-032-2/+2
* | | MDEV-16865 InnoDB fts_query() ignores KILLMarko Mäkelä2018-08-016-6/+56
* | | Fix function pointer type mismatchMarko Mäkelä2018-08-014-32/+32
* | | MDEV-16855 Fix fts_sync_synchronization in InnoDBMarko Mäkelä2018-07-3012-440/+156
* | | Apply the 5.6.40 security fixes to XtraDBMarko Mäkelä2018-07-302-20/+43
* | | Merge 5.5 into 10.0Marko Mäkelä2018-07-301-1/+2
|\ \ \ | |/ /
| * | (no commit message)mariadb-5.5.61Karthik Kamath2018-07-301-1/+3
* | | Merge InnoDB MySQL 5.6.41 to 10.0Marko Mäkelä2018-07-305-73/+117
|\ \ \
| * | | 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
|\ \ \ \ | |/ / /