summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-2018-111/+132
* Simplify a WL#6494/WL#7142 test.mariadb-10.2.4Marko Mäkelä2017-02-161-3/+13
* MDEV-12072 Do not unnecessarily construct rec_printer objectsMarko Mäkelä2017-02-163-132/+68
* MDEV-11641 innobase_get_stmt_safe() does not copy the last byte of thd->query...Marko Mäkelä2017-02-151-2/+2
* Fix some InnoDB memory leaks.Marko Mäkelä2017-02-154-20/+22
* MDEV-11782: Redefine the innodb_encrypt_log formatMarko Mäkelä2017-02-1510-1015/+569
* MDEV-12061 Allow innodb_log_files_in_group=1Marko Mäkelä2017-02-153-8/+3
* MDEV-12057 Embedded server shutdown hangs in InnoDBMarko Mäkelä2017-02-144-39/+34
* MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-131-1/+2
* mtr: make sphinx skipping a bit less verboseSergei Golubchik2017-02-131-13/+3
* bugfix: disable ICP in InnoDB for indexes on virtual columnsSergei Golubchik2017-02-131-0/+6
* InnoDB: suppress posix_fallocate() failure errors when EINVALSergei Golubchik2017-02-131-10/+9
* MDEV-11750 Assertion `vfield' failed in TABLE::update_virtual_fields after cr...Sergei Golubchik2017-02-131-0/+2
* MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-132-3/+3
* oqgraph: remove redundant update_virtual_fields() callsSergei Golubchik2017-02-131-16/+0
* Post-fix for MDEV-12050 Remove unused InnoDB Memcached hooksMarko Mäkelä2017-02-132-5/+0
* 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