summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mdev-17588bb-10.1-17588Sachin2019-01-181-2/+4
* Re-record results for the changed max_value of table_definition_cacheMarko Mäkelä2019-01-174-14/+6
* MDEV-18279 MLOG_FILE_WRITE_CRYPT_DATA fails to set the crypt_data->type for t...Thirunarayanan Balathandayuthapani2019-01-172-6/+12
* Update ,32bit.rdiffMarko Mäkelä2019-01-172-274/+264
* Merge 10.0 into 10.1Marko Mäkelä2019-01-1725-77/+169
|\
| * safemalloc: warn, flush after fprintfDaniel Black2019-01-171-1/+1
| * MDEV-17475: Increase maximum possible value for table_definition_cache to mat...Oleksandr Byelkin2019-01-163-13/+17
| * MDEV-18233 Moving the hash_node_t to improve locality of referenceMarko Mäkelä2019-01-156-14/+14
| |\
| | * MDEV-18233 Moving the hash_node_t to improve locality of referenceEugene Kosov2019-01-146-14/+14
| * | MDEV-18243 incorrect ASAN instrumentationEugene Kosov2019-01-152-6/+0
| * | MDEV-17797 Add ASAN poisoning for mem_heap_tMarko Mäkelä2019-01-154-20/+16
| |/
| * Merge pull request #973 from tempesta-tech/tt-10.0-MDEV-16499-virtual-innodbMarko Mäkelä2019-01-144-14/+44
| |\
| | * MDEV-16499 [10.1] ER_NO_SUCH_TABLE_IN_ENGINE followed by "Please drop the tab...Eugene Kosov2018-11-304-14/+44
| * | MDEV-13784: query causes seg faultVarun Gupta2019-01-065-4/+78
* | | MDEV-18183 Server startup fails while dropping garbage encrypted tablespaceThirunarayanan Balathandayuthapani2019-01-162-2/+4
* | | MDEV-18176 Galera test failure on galera.galera_gtid_slave_sst_rsyncmkaruza2019-01-152-0/+4
* | | MDEV-18225 Avoid use of LOCK_prepared_stmt_count mutex in Statement_map destr...Vladislav Vaintroub2019-01-151-11/+10
* | | xb_process_datadir(): Fix resource leaksFaramosCZ2019-01-141-0/+2
* | | MDEV-15740: InnoDB does not flush redo log when it shoulJan Lindström2019-01-077-3/+30
* | | MDEV-18129 Backup fails for encrypted tables: mariabackup: Database page corr...Marko Mäkelä2019-01-033-8/+26
* | | Merge branch '10.0' into 10.1Sergei Golubchik2019-01-0314-6/+6
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2019-01-032-4/+4
| |\ \
| | * | fix the test for 2019Sergei Golubchik2019-01-022-4/+4
| * | | fix RHEL8 "ambiguous python shebang" build failuresSergei Golubchik2019-01-0210-0/+0
| * | | compilation warning on WindowsSergei Golubchik2019-01-022-2/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-2930-104/+284
|\ \ \ \ | |/ / /
| * | | MDEV-18041 Database corruption after renaming a prefix-indexed columnEugene Kosov2018-12-294-28/+70
| * | | row_drop_table_for_mysql(): Correct a parameter to innobase_format_name()Marko Mäkelä2018-12-282-2/+4
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2018-12-208-56/+43
| |\ \ \ | | |/ /
| | * | MDEV-15670 - unit.my_atomic failed in buildbot with Signal 11 thrownSergey Vojtovich2018-12-184-46/+11
| | * | Don't default to bundled zlibSergei Golubchik2018-12-171-5/+0
| | * | MDEV-16987 - ALTER DATABASE possible in read-only modeSergey Vojtovich2018-12-133-0/+25
| * | | MDEV-17720 slave_ddl_exec_mode=IDEMPOTENT does not handle DROP DATABASESachin2018-12-193-0/+39
| * | | MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) fieldbb-10.0-varunVarun Gupta2018-12-196-7/+79
| * | | Backported MDEV-11196(e4d10e09cf31) and MDEV-10360(8a8ba1949bf4) to 10.0Varun Gupta2018-12-193-5/+244
| * | | MDEV-6453: Assertion `inited==NONE || (inited==RND && scan)' failed in handle...Varun Gupta2018-12-163-0/+39
| * | | remove unsed variableSergei Golubchik2018-12-131-4/+0
* | | | MDEV-18105 Mariabackup fails to copy encrypted InnoDB system tablespace if LS...Marko Mäkelä2018-12-292-3/+14
* | | | MDEV-17470: Fix the test for --embeddedMarko Mäkelä2018-12-292-15/+16
* | | | Silence LeakSanitizer by default in mariabackup, so that phanthom "leaks"Vladislav Vaintroub2018-12-291-0/+9
* | | | MDEV-17470 Orphan temporary files after interrupted ALTER cause InnoDB: Opera...Eugene Kosov2018-12-284-4/+55
* | | | Grammatical errors of README-wsrep fixed. (#915)Rakshit Kumar2018-12-221-17/+17
* | | | Relax a too tight suppressionMarko Mäkelä2018-12-212-2/+2
* | | | Cleanup recent mariabackup validation patches.Vladislav Vaintroub2018-12-204-74/+100
* | | | MDEV-18025: Detect corrupted innodb_page_compression=zlib pagesMarko Mäkelä2018-12-202-8/+8
* | | | MDEV-17975 Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&...Sergei Golubchik2018-12-203-4/+22
* | | | MDEV-18025: Improve test case and consistency checksMarko Mäkelä2018-12-194-19/+97
* | | | MDEV-18025: Apply the fix to XtraDB and adjust testsMarko Mäkelä2018-12-187-2/+9
* | | | MDEV-18025 Mariabackup fails to detect corrupted page_compressed=1 tablesThirunarayanan Balathandayuthapani2018-12-187-6/+139
* | | | MDEV-12112/MDEV-12114: Relax strict_innodb, strict_noneMarko Mäkelä2018-12-182-38/+28