summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12050 Remove unused InnoDB Memcached hooksMarko Mäkelä2017-02-1319-4943/+12
* MDEV-11782 preparation: Add separate code for validating the 10.1 redo log.Marko Mäkelä2017-02-133-6/+98
* MDEV-11782 preparation: Remove recv_sys_t::last_block.Marko Mäkelä2017-02-132-28/+9
* Fix a memory leak on aborted InnoDB startup.Marko Mäkelä2017-02-132-4/+5
* Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-1169-2145/+9086
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-02-1069-2145/+9086
| |\
| | * MDEV-11671: Duplicated [NOTE] output for changed innodb_page_sizeJan Lindström2017-01-312-39/+26
| | * Merge 10.0 into 10.1Marko Mäkelä2017-01-265-351/+227
| | |\
| | | * MDEV-11915 Detect InnoDB system tablespace size mismatch earlyMarko Mäkelä2017-01-264-339/+182
| | | * MDEV-11814 Refuse innodb_read_only startup if crash recovery is neededMarko Mäkelä2017-01-262-10/+19
| | | * connect zip bug fixSergei Golubchik2017-01-171-1/+1
| | * | MDEV-11614: Syslog messages: "InnoDB: Log sequence numberJan Lindström2017-01-222-16/+26
| | * | MDEV-11838: Innodb-encryption-algorithm default should be != noneJan Lindström2017-01-192-2/+2
| | * | MDEV-11835: InnoDB: Failing assertion: free_slot != NULL onJan Lindström2017-01-192-2/+2
| | * | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-172-6/+7
| | |\ \ | | | |/
| | | * connect: compilation errors and few obvious bugsSergei Golubchik2017-01-172-6/+7
| | * | Merge remote-tracking branch 'origin/10.1' into 10.1bb-10.1-vicentiu-galeraVicențiu Ciorbaru2017-01-1632-1745/+1452
| | |\ \
| | * \ \ Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-1674-1989/+9115
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.29Vicențiu Ciorbaru2017-01-1274-1991/+9116
| | | |\ \
| | | | * | Fix unit test after merge from mysql 5.5.35 perfschemaVicențiu Ciorbaru2017-01-101-0/+1
| | | | * | Fix problems from 5.5 mergeVicențiu Ciorbaru2017-01-101-1/+1
| | | | * | Merge remote-tracking branch 'merge/merge-perfschema-5.6' into 10.0Vicențiu Ciorbaru2017-01-105-64/+129
| | | | |\ \
| | | | | * | 5.6.35Vicențiu Ciorbaru2017-01-075-64/+129
| | | | * | | Merge remote-tracking branch 'merge/merge-innodb-5.6' into 10.0vicentiu2017-01-1012-60/+188
| | | | |\ \ \
| | | | | * | | 5.6.35vicentiu2017-01-0712-60/+188
| | | | * | | | Merge remote-tracking branch 'connect/10.0' into bb-10.0-vicentiuvicentiu2017-01-0655-1866/+8797
| | | | |\ \ \ \
| | | | | * | | | Modified version numberOlivier Bertrand2016-12-251-1/+1
| | | | | * | | | Merge branch '10.0' of https://github.com/MariaDB/server into ob-10.0Olivier Bertrand2016-12-24189-4166/+9059
| | | | | |\ \ \ \
| | | | | * | | | | Fix some XML table type bugs:Olivier Bertrand2016-12-2317-278/+604
| | | | | * | | | | - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-1410-97/+64
| | | | | * | | | | - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-1222-125/+6579
| | | | | * | | | | - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-0212-151/+197
| | | | | * | | | | - Fix null pointer java error when connecting to jdbc:drill driver.Olivier Bertrand2016-11-273-0/+3
| | | | | * | | | | - MDEV-11051 place Java classes ApacheInterface and JdbcInterface into single...Olivier Bertrand2016-11-1410-71/+109
| | | | | * | | | | - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-0614-50/+147
* | | | | | | | | | MDEV-7635: Fix for mroonga 32-bit test failures.Nirbhay Choubey2017-02-1020-56/+56
* | | | | | | | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-1045-61/+93
* | | | | | | | | | MDEV-7635: Test fixesNirbhay Choubey2017-02-1011-1628/+1628
* | | | | | | | | | MDEV-7635: Part 1Nirbhay Choubey2017-02-109-14/+42
|/ / / / / / / / /
* | | | | | | | | Relax assertions on shutdown after aborted startup.Marko Mäkelä2017-02-093-4/+10
* | | | | | | | | MDEV-12024 InnoDB startup fails to wait for recv_writer_thread to finishMarko Mäkelä2017-02-082-6/+3
* | | | | | | | | MDEV-11974: MariaDB 10.2 encryption does not support spatial indexesJan Lindström2017-02-082-4/+20
* | | | | | | | | MDEV-11782 WIP: Support upgrade from MariaDB 10.1.Marko Mäkelä2017-02-071-0/+2
* | | | | | | | | MDEV-11782 WIP: Clean up the code, and add a test.Marko Mäkelä2017-02-073-18/+12
* | | | | | | | | MDEV-12004 InnoDB wrongly thinks that a column is indexedMarko Mäkelä2017-02-071-11/+26
* | | | | | | | | MDEV-11035: Restore removed disallow-writes for GaleraJan Lindström2017-02-073-9/+38
* | | | | | | | | MDEV-11985 Make innodb_read_only shutdown more robustMarko Mäkelä2017-02-064-79/+43
* | | | | | | | | Test recovery when a .ibd file is a directory.Marko Mäkelä2017-02-061-4/+1
* | | | | | | | | MDEV-11947 InnoDB purge workers fail to shut downMarko Mäkelä2017-02-032-121/+97
* | | | | | | | | Extend the innodb.log_corruption test.Marko Mäkelä2017-02-023-39/+45