summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | MDEV-11229: galera.MW-258 galera.galera_as_master fail in buildbot.Sachin Setiya2017-03-037-18/+15
* | whitespace - fix indenting after commit 7450cb7f6Daniel Black2017-03-011-3/+3
* | MDEV-12146 Deprecate and remove innodb_instrument_semaphoresMarko Mäkelä2017-02-2811-109/+56
* | Remove the unused field tablespace_version.Marko Mäkelä2017-02-271-8/+0
* | MDEV-11927 InnoDB change buffer is not being mergedMarko Mäkelä2017-02-2414-305/+267
* | Clean up some Galera tests.Marko Mäkelä2017-02-247-38/+51
* | MDEV-11454 post-merge fix:Marko Mäkelä2017-02-243-17/+10
* | Merge pull request #264 from grooverdan/10.2-MDEV-11454-innodb_buffer_pool_du...Marko Mäkelä2017-02-245-4/+194
|\ \
| * | MDEV-11454: Improve test case innodb_buffer_pool_dump_pctDaniel Black2016-12-083-7/+5
| * | MDEV-11454: Add test case innodb_buffer_pool_dump_pctDaniel Black2016-12-063-0/+169
| * | Report any innodb_buf_pool_dump_pct restrictionDaniel Black2016-12-062-0/+8
| * | xtradb: new style ib_logf logging rather than stderrDaniel Black2016-12-061-2/+1
| * | MDEV-11454: Make innodb_buffer_pool_dump_pct refer to the entire buffer pool ...Daniel Black2016-12-062-2/+18
* | | followup for 96d097a7fa1Sergei Golubchik2017-02-211-1/+1
* | | MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-2018-111/+132
* | | MDEV-11802 preparation: Clean up the purge tests.Marko Mäkelä2017-02-1911-18/+1906
* | | bump the VERSIONDaniel Bartholomew2017-02-171-1/+1
* | | Simplify a WL#6494/WL#7142 test.mariadb-10.2.4Marko Mäkelä2017-02-165-38/+41
* | | MDEV-12072 Do not unnecessarily construct rec_printer objectsMarko Mäkelä2017-02-163-132/+68
* | | Fixed bug mdev-9924.Igor Babaev2017-02-153-1/+41
* | | MDEV-10694 - SIGFPE and/or huge memory allocation in maria_create ...Sergei Petrunia2017-02-154-5/+25
* | | MariaDB 10.2 can now start from MySQL 5.7 data directoryVicențiu Ciorbaru2017-02-151-1/+1
* | | MDEV-10700: 10.2.2 windowing function returns incorrect resultVicențiu Ciorbaru2017-02-152-0/+45
* | | MDEV-11868: min ( distinct ) over ( ) returns wrong valueVicențiu Ciorbaru2017-02-153-1/+142
* | | MDEV-11697: Lead Window Function Returns Incorrect ResultsVicențiu Ciorbaru2017-02-152-0/+121
* | | MDEV-10092: Server crashes in in ha_heap::rnd_pos / Table_read_cursor::get_nextVicențiu Ciorbaru2017-02-154-28/+477
* | | MDEV-10859: Wrong result of aggregate window function in query with HAVING an...Vicențiu Ciorbaru2017-02-154-3/+70
* | | 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-1534-1288/+748
* | | MDEV-12061 Allow innodb_log_files_in_group=1Marko Mäkelä2017-02-158-75/+8
* | | sporadic failures of rpl.rpl_binlog_errorsSergei Golubchik2017-02-143-0/+9
* | | sporadic failures of main.default_debugSergei Golubchik2017-02-141-0/+2
* | | cleanup: mtr startup warningSergei Golubchik2017-02-142-1/+4
* | | MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-1411-633/+636
* | | bugfix: uninitialized variableSergei Golubchik2017-02-141-2/+1
* | | MDEV-12056 mysql_config outputs non-existing mysqlclientVladislav Vaintroub2017-02-141-2/+2
* | | MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends toAlexey Botchkov2017-02-145-13/+112
* | | Post-push fix for MDEV-12057.Marko Mäkelä2017-02-141-1/+1
* | | MDEV-12057 Embedded server shutdown hangs in InnoDBMarko Mäkelä2017-02-144-39/+34
* | | MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadirVicențiu Ciorbaru2017-02-143-69/+412
* | | MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadirVicențiu Ciorbaru2017-02-142-463/+991
* | | Define a helper class to allow for saving sql_mode using RAIIVicențiu Ciorbaru2017-02-142-19/+26
* | | Allow READ_RECORD to make use of RAII and free itself on destructionVicențiu Ciorbaru2017-02-141-2/+6
* | | MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-143-18/+33
* | | MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-145-32/+59
* | | MDEV-10122: MariaDB does not support group functions in some contexts where M...Vicențiu Ciorbaru2017-02-145-8/+183
* | | MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadir:Vicențiu Ciorbaru2017-02-141-0/+6
* | | Revert "MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to...Sergei Golubchik2017-02-133-3/+13
* | | MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-133-13/+3