summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9959: A serious MariaDB server performance bug10.3-MDEV-9959Varun Gupta2018-03-273-3/+28
* MDEV-9959: A serious MariaDB server performance bugVarun Gupta2018-03-274-0/+61
* A cleanup for MDEV-15597: fixing compilation failure on 32-bit WindowsAlexander Barkov2018-03-201-1/+2
* MDEV-15597 Add class Load_data_outvar and avoid using Item::STRING_ITEM for I...Alexander Barkov2018-03-2010-194/+291
* Revert pull request #640 from grooverdan/10.3-MDEV-8743-wsrep_sst_common-clos...Jan Lindström2018-03-171-22/+0
* Pull request #660: Simplify os_file_create_tmpfile()Marko Mäkelä2018-03-165-17/+11
|\
| * innodb: os_file_create_tmpfile always called with NULL -> simplifyDaniel Black2018-03-155-17/+11
* | Adding "const" qualifier into a few methods and parameters in the LOAD codeAlexander Barkov2018-03-158-15/+15
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-03-153-12/+75
|\ \
| * \ Merge pull request #652 from halfspawn/bb-10.2-extbb-10.2-extAlexander Barkov2018-03-133-12/+75
| |\ \
| | * | MDEV-10574 / SUBSTR - sql_mode=Oracle: return null instead of empty stringhalfspawn2018-03-133-12/+75
| |/ /
* | | Merge pull request #640 from grooverdan/10.3-MDEV-8743-wsrep_sst_common-close...Jan Lindström2018-03-151-0/+22
|\ \ \
| * | | MDEV-8743: wsrep_sst_common close FDs > 2Daniel Black2018-03-081-0/+22
* | | | Merge pull request #638 from grooverdan/10.3-MDEV-8743-fopen_o_cloexecJan Lindström2018-03-153-3/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | MDEV-8743: where O_CLOEXEC is available, use for innodb buf_dumpDaniel Black2018-03-141-0/+13
| * | | MDEV-8743: fopen mode e (glibc only) to prevent galera SST scripts accessing ...Daniel Black2018-03-053-3/+8
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-03-1347-224/+1015
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-03-1311-16/+98
| |\ \ \
| | * | | MDEV-15217 Assertion `thd->transaction.xid_state.xid.is_null()' failedAlexey Botchkov2018-03-122-2/+1
| | * | | MDEV-14581 - changded .result fileVladislav Vaintroub2018-03-121-0/+12
| | * | | MDEV-14581 Warning info not cleared when caching THDVladislav Vaintroub2018-03-123-1/+17
| | * | | MDEV-15328: MariaDB 10.2.13 Crashes upon CALL PROCEDURE PARAM LAST_INSERT_ID ()Oleksandr Byelkin2018-03-125-13/+68
| * | | | After-merge fixMarko Mäkelä2018-03-122-6/+6
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-03-1248-271/+1109
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-03-1217-55/+770
| | |\ \ \
| | | * \ \ Merge 10.0 into 10.1Marko Mäkelä2018-03-122-36/+10
| | | |\ \ \
| | | | * | | MDEV-14773 DROP TABLE hangs for InnoDB table with FULLTEXT indexMarko Mäkelä2018-03-122-36/+10
| | | * | | | Merge 10.0 into 10.1Marko Mäkelä2018-03-091-2/+4
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow ...Marko Mäkelä2018-03-091-2/+4
| | | * | | | MDEV-14904 Backport innodb_default_row_formatMarko Mäkelä2018-03-0726-123/+946
| | | * | | | MDEV-15462 TokuDB does not build on openSUSESergei Golubchik2018-03-041-1/+2
| | | * | | | mtr: force-flush stderr and stdoutSergei Golubchik2018-02-241-0/+2
| | * | | | | MDEV-15217 Assertion `thd->transaction.xid_state.xid.is_null()' failedAlexey Botchkov2018-03-123-1/+59
| | * | | | | MDEV-15245: Assertion `false' failed in myrocks::ha_rocksdb::positionSergei Petrunia2018-03-113-1/+34
| | * | | | | MDEV-15529 IMPORT TABLESPACE unnecessarily uses the doublewrite bufferMarko Mäkelä2018-03-109-59/+75
| | * | | | | MDEV-15524 Do not disable page checksums for temporary tablesMarko Mäkelä2018-03-103-113/+94
| | * | | | | MDEV-15524 Do not write garbage for temporary tablesMarko Mäkelä2018-03-101-5/+2
| | * | | | | buf_page_io_complete(): Minor code cleanupMarko Mäkelä2018-03-101-17/+7
| | * | | | | MDEV-13935: INSERT INTO stuck at state "Unlocking tables"bb-10.2-MDEV-13935Jan Lindström2018-03-081-3/+10
| | * | | | | MDEV-15474 Update server.cnf section to mariadb-10.2Ian Gilfillan2018-03-071-2/+2
| | * | | | | MDEV-15448 Remove "innodb_additional_mem_pool_size" setting from my-innodb-he...Elena Stepanova2018-03-036-13/+2
| | * | | | | MDEV-15420 Wrong result for CAST from TIME or DATETIME with zero integer part...Alexander Barkov2018-02-253-0/+40
| | * | | | | MDEV-14814: encryption.innodb_encryption-page-compression failed in buildbot ...Jan Lindström2018-02-243-5/+15
* | | | | | | Follow-up to MDEV-13690: Remove unused globalsMarko Mäkelä2018-03-092-67/+5
* | | | | | | MDEV-15497 Wrong empty value in a GEOMETRY column on LOAD DATAAlexander Barkov2018-03-078-34/+173
* | | | | | | my_fdopen: list all args in commentDaniel Black2018-03-071-0/+2
* | | | | | | MDEV-15474 Update server.cnf section to mariadb-10.3Ian Gilfillan2018-03-071-2/+2
* | | | | | | ReadView::snapshot(): Define inlineMarko Mäkelä2018-03-062-2/+2
* | | | | | | MDEV-15418 innodb_force_recovery=5 displays bogus warningsMarko Mäkelä2018-03-065-12/+55
* | | | | | | MDEV-15443 Properly read wsrep XID and binlog position from rollback segment ...Marko Mäkelä2018-03-067-85/+196
| |_|_|_|_|/ |/| | | | |