summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.0' into 10.1bb-10.1-for-elenstVicențiu Ciorbaru2017-06-2143-185/+1681
|\
| * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-06-2020-45/+623
| |\
| | * MDEV-12778 mariadb-10.1 FTBFS on GNU/Hurd due to use of PATH_MAXSergei Golubchik2017-06-192-2/+11
| | * MDEV-4646 No mysqld-debug or debuginfo in MariaDB-Server RPMSergei Golubchik2017-06-181-0/+1
| | * Use CPACK_RPM_FILE_NAME="RPM-DEFAULT"Daniel Black2017-06-181-1/+5
| | * MDEV-13002 mysqltest regex replace results in incorrect resultSergei Golubchik2017-06-181-4/+14
| | * MDEV-13017 LOCK TABLE fails with irrelevant error while working with tables a...Sergei Golubchik2017-06-143-0/+19
| | * cleanup: remove duplicate codeSergei Golubchik2017-06-142-24/+15
| | * MDEV-13063 Server crashes in intern_plugin_lock or assertion `plugin_ptr->ref...Sergei Golubchik2017-06-142-1/+7
| | * cleanup: move common test into a functionSergei Golubchik2017-06-141-8/+10
| | * Fixed the bug mdev-12855.Igor Babaev2017-06-073-1/+46
| | * Fixed the bug mdev-12963.Igor Babaev2017-06-073-0/+34
| | * Fixed the bug mdev-12838.Igor Babaev2017-06-076-5/+461
| * | MDEV-12975 InnoDB redo log minimum size check uses detected file size instead...Marko Mäkelä2017-06-193-127/+71
| * | MDEV-10306 Wrong results with combination of CONCAT, SUBSTR and CONVERT in su...Alexander Barkov2017-06-1913-130/+438
| * | MDEV-12666: CURRENT_ROLE() and DATABASE() does not work in a viewVicențiu Ciorbaru2017-06-158-9/+345
| * | MDEV-10463: Granted as a whole to roles, databases are not show in SHOW DATAB...Vicențiu Ciorbaru2017-06-153-4/+131
| * | Update MariaDB Foundation sponsors=Ian Gilfillan2017-06-153-11/+17
* | | MDEV-13106 : Fix check for empty directory in MSI installerVladislav Vaintroub2017-06-191-1/+1
* | | MDEV-12709 : mariabackup - during backup phase read some innodb parameterVladislav Vaintroub2017-06-191-21/+16
* | | MDEV-12975 InnoDB redo log minimum size check uses detected file size instead...Marko Mäkelä2017-06-193-103/+47
* | | Mariabackup: Remove the --stats optionMarko Mäkelä2017-06-196-461/+3
* | | Mariabackup: Remove support for .xbcrypt filesMarko Mäkelä2017-06-1916-3015/+21
* | | Mariabackup: Remove the options --compact --rebuild-indexes --rebuild-threadsMarko Mäkelä2017-06-193-42/+2
* | | Mariabackup: Remove the options --to-archived-lsn --innodb-log-arch-dirMarko Mäkelä2017-06-191-192/+31
* | | MDEV-12620 - set lock_wait_timeout = 1;flush tables with read lock;Sergey Vojtovich2017-06-163-1/+41
* | | Remove some fields from dict_table_tMarko Mäkelä2017-06-1516-82/+14
* | | Re-record a failing test, likely related to MDEV-12610Marko Mäkelä2017-06-151-14/+14
* | | Merge 10.0 into 10.1, plus fixup for MDEV-12873Marko Mäkelä2017-06-1310-52/+723
|\ \ \ | |/ /
| * | MDEV-12873 InnoDB SYS_TABLES.TYPE incompatibility for PAGE_COMPRESSION in Mar...Marko Mäkelä2017-06-135-3/+532
| * | MDEV-13059 XtraDB hangs on Windows due to failing to release block->lock X-latchVladislav Vaintroub2017-06-122-11/+1
* | | MDEV-13009 10.1.24 does not compile on architectures without 64-bit atomicsMarko Mäkelä2017-06-131-0/+1
* | | MDEV-13043 Skipped tests ignore warning suppressionsElena Stepanova2017-06-122-5/+10
* | | Post-push fix for MDEV-12610 MariaDB start is slowMarko Mäkelä2017-06-122-84/+44
* | | Adjust a test result after mergeMarko Mäkelä2017-06-121-5/+5
* | | Merge 10.0 into 10.1Marko Mäkelä2017-06-1225-447/+373
|\ \ \ | |/ /
| * | Partially disable a test affected by MDEV-13059Marko Mäkelä2017-06-121-0/+10
| * | MDEV-13057 innodb_read_only=1 should avoid creating buf_flush_page_cleaner_th...Marko Mäkelä2017-06-125-13/+22
| * | MDEV-13039 innodb_fast_shutdown=0 may fail to purge all undo logMarko Mäkelä2017-06-0922-402/+339
| * | Correct a merge error of MDEV-11626Marko Mäkelä2017-06-091-0/+1
| * | MDEV-12609: Allow suppression of InnoDB log messages about reserving extentsJan Lindström2017-06-082-22/+0
* | | MDEV-12610: MariaDB start is slowJan Lindström2017-06-0914-104/+359
* | | Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ...Marko Mäkelä2017-06-0830-429/+319
* | | Revert part of MDEV-12113Marko Mäkelä2017-06-082-21/+2
* | | Merge pull request #404 from grooverdan/10.1-MDEV-13032-galera_new_clusterJan Lindström2017-06-081-1/+1
|\ \ \
| * | | MDEV-13032: fix galera_new_cluster to be POSIXDaniel Black2017-06-081-1/+1
|/ / /
* | | Correct a merge errorMarko Mäkelä2017-06-061-0/+1
* | | Merge 10.0 into 10.1Marko Mäkelä2017-06-0632-1435/+1200
|\ \ \ | |/ /
| * | Follow-up to MDEV-12042 (test innodb_page_size variants)Marko Mäkelä2017-06-0615-24/+24
| * | MDEV-12994 innodb_fast_shutdown=0 skips change buffer merge; fast shutdown do...Marko Mäkelä2017-06-052-2/+2