summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Update FSF addressVicențiu Ciorbaru2019-05-11676-678/+678
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-11287-290/+290
|\
| * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-11149-149/+149
| * Update FSF addressMichal Schorm2019-05-10142-142/+142
* | MDEV-13893 encryption.innodb-redo-badkey failed in buildbot with page cannot ...Thirunarayanan Balathandayuthapani2019-05-102-16/+2
* | MDEV-18220: race condition in fts_get_table_name()Marko Mäkelä2019-05-108-34/+66
* | MDEV-18220: Backport some code from MariaDB 10.2Marko Mäkelä2019-05-1014-536/+612
* | MDEV-18220: heap-use-after-free in fts_get_table_name_prefix()Marko Mäkelä2019-05-1016-74/+28
* | MDEV-18220: Remove some redundant data structuresMarko Mäkelä2019-05-106-326/+270
* | MDEV-19399 do not call slow my_timer_init() several timesEugene Kosov2019-05-107-55/+53
* | Removed dead codeSergey Vojtovich2019-05-091-57/+0
* | MDEV-16060 - InnoDB: Failing assertion: ut_strcmp(index->name, key->name)Sergey Vojtovich2019-05-092-0/+8
* | Revert "MDEV-19399 do not call slow my_timer_init() several times"Marko Mäkelä2019-05-065-49/+55
* | MDEV-18214 remove some duplicated MONITOR countersEugene Kosov2019-05-064-48/+50
* | MDEV-19399 do not call slow my_timer_init() several timesEugene Kosov2019-05-065-55/+49
* | MDEV-19265 Server should throw warning if event is created and event_schedule...Vladislav Vaintroub2019-04-281-0/+2
* | CONNECT compilation failureSergei Golubchik2019-04-263-11/+3
* | Merge branch 'merge-tokudb-5.6' into 10.1Sergei Golubchik2019-04-269-13/+109
|\ \
| * | 5.6.43-84.3Sergei Golubchik2019-04-2643-1088/+1888
* | | Squashed commit of connect/10.0:Olivier Bertrand2019-04-2614-180/+296
* | | MDEV-19331 Merge new release of InnoDB 5.6.44 to 10.1Marko Mäkelä2019-04-257-15/+61
|\ \ \
| * | | Bug#28573894 ALTER PARTITIONED TABLE ADD AUTO_INCREMENT DIFF RESULT DEPENDING...Marko Mäkelä2019-04-252-2/+36
| * | | Clean up ib_sequence::m_max_valueMarko Mäkelä2019-04-254-8/+18
| * | | Bug #19811005 ALTER TABLE ADD INDEX DOES NOT UPDATE INDEX_LENGTH IN I_S TABLESAakanksha Verma2019-04-252-4/+6
|/ / /
* | | 5.6.43-84.3Marko Mäkelä2019-04-252-3/+5
|\ \ \
| * | | PS-4989: Fixing innodb_track_changed_pages debug validationZsolt Parragi2019-04-251-1/+3
|/ / /
* | | Merge 5.5 into 10.1Marko Mäkelä2019-04-2414-36/+120
|\ \ \ | | |/ | |/|
| * | MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-2412-71/+125
| * | MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-232-10/+36
* | | Fixing -Werror=format-overflow errors (found by gcc-8.3.1)Alexander Barkov2019-04-224-6/+6
* | | MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, w...Sergei Petrunia2019-04-182-17/+36
* | | MDEV-19172 Reorder fields in PFS_events and PFS_events_waits to speed up memc...Eugene Kosov2019-04-052-23/+23
* | | Remove unused declarationsMarko Mäkelä2019-04-035-6/+0
* | | Fix more -Wnonnull-compareMarko Mäkelä2019-04-032-2/+0
* | | Fix -Wnonnull-compareMarko Mäkelä2019-04-0334-321/+48
* | | cmake: only search for libraries that are neededSergei Golubchik2019-04-021-2/+2
* | | Omit the definition of unused function yyset_extra()Marko Mäkelä2019-04-024-6/+6
* | | Rebuild the InnoDB lexical analyzers with flex 2.6.4Marko Mäkelä2019-04-0118-2234/+4502
* | | MDEV-19111 Unused field INFORMATION_SCHEMA.INNODB_TABLESPACES_SCRUBBING.ROTAT...Marko Mäkelä2019-04-011-9/+0
* | | Revert MDEV-18464 and MDEV-12009Marko Mäkelä2019-03-2812-99/+170
* | | MDEV-18464: Port kill_one_trx fixes from 10.4 to 10.1Jan Lindström2019-03-2812-170/+99
* | | MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either)Sergei Golubchik2019-03-271-4/+6
* | | cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-2718-41/+42
* | | MDEV-19060 : mariabackup continues, despite failing to open a tablespaceVladislav Vaintroub2019-03-271-6/+0
* | | Merge 10.0 into 10.1Marko Mäkelä2019-03-272-8/+14
|\ \ \
| * | | MDEV-18417/MDEV-18656/MDEV-18417: Work around compiler ASAN bugMarko Mäkelä2019-03-271-0/+7
| * | | Merge 5.5 into 10.0bb-10.0-mergeMarko Mäkelä2019-03-261-8/+8
| |\ \ \ | | |/ /
| | * | Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-242-16/+16
* | | | MDEV-12711 mariabackup --backup is refused for multi-file system tablespaceMarko Mäkelä2019-03-262-20/+44
* | | | Merge 10.0 into 10.1Marko Mäkelä2019-03-212-4/+6
|\ \ \ \ | |/ / /