summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | MDEV-17909 Problem by MariaDB Update 10.1.32 -> 10.2.19 (Incorrect informatio...Sergei Golubchik2018-12-209-1/+32
* | | | | MDEV-17199 Assertion `pos < table->n_v_def' failed after upgrade to 10.2Marko Mäkelä2018-12-201-103/+84
* | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-194-25/+93
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | MDEV-18025: Improve test case and consistency checksMarko Mäkelä2018-12-194-19/+97
* | | | | MDEV-15424: Unreasonable SQL Error (1356) on select from viewVarun Gupta2018-12-196-1/+63
* | | | | Update InnoDB urlsIan Gilfillan2018-12-194-5/+5
* | | | | MDEV-16268 : sporadic checksum mismatch when opening system tablespace in backupVladislav Vaintroub2018-12-181-2/+9
* | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-1814-4/+150
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | After-merge fixMarko Mäkelä2018-12-181-1/+1
* | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-182-41/+42
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-12112/MDEV-12114: Relax strict_innodb, strict_noneMarko Mäkelä2018-12-182-38/+28
* | | | | MDEV-12112: Support WITH_INNODB_BUG_ENDIAN_CRC32Marko Mäkelä2018-12-171-1/+8
* | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-172-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Fix a compiler warningMarko Mäkelä2018-12-172-0/+6
* | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-1723-452/+238
|\ \ \ \ \ | |/ / / /
| * | | | Follow-up to MDEV-12112: corruption in encrypted table may be overlookedMarko Mäkelä2018-12-1716-426/+218
| * | | | Merge pull request #1026 from codership/10.1-galera-defaultsJan Lindström2018-12-172-24/+0
| |\ \ \ \
| | * | | | Remove provider defaults check from 'galera_defaults' MTR testAlexey Yurchenko2018-12-142-24/+0
| * | | | | MDEV-18021: Galera test galera_sst_mariabackup_table_options fails if AES_CTR...Jan Lindström2018-12-171-2/+2
| * | | | | MDEV-17771: Add Galera ist and sst tests using mariabackupJan Lindström2018-12-173-0/+6
| |/ / / /
* | | | | Fix USE_AFTER_FREE (CWE-416)Marko Mäkelä2018-12-171-39/+25
* | | | | MDEV-17676: Assertion `inited==NONE || (inited==RND && scan)' failed in handl...Varun Gupta2018-12-173-0/+26
* | | | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-162-1/+2
* | | | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-1/+1
* | | | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-16100-1422/+1494
* | | | | MDEV-14975 : fix last commit's typo.Vladislav Vaintroub2018-12-151-1/+1
* | | | | MDEV-14975 mariabackup starts with unprivileged user.Vladislav Vaintroub2018-12-144-5/+208
* | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-144-21/+112
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-12112 corruption in encrypted table may be overlookedMarko Mäkelä2018-12-146-39/+124
* | | | | Work around the crash in MDEV-17814Marko Mäkelä2018-12-141-2/+3
* | | | | MDEV-17958: Make innochecksum follow the build optionMarko Mäkelä2018-12-1412-1292/+3
* | | | | MDEV-16278: Missing DELETE operation in COM_STMT_BULK_STMTOleksandr Byelkin2018-12-142-1/+66
* | | | | MDEV-17989 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2)Marko Mäkelä2018-12-136-32/+112
* | | | | MDEV-17958 Make bug-endian innodb_checksum_algorithm=crc32 optionalMarko Mäkelä2018-12-1310-253/+211
* | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-1321-904/+379
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.0 into 10.1Marko Mäkelä2018-12-1319-869/+313
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix cmake -DWITH_PARTITION_STORAGE_ENGINE:BOOL=OFFMarko Mäkelä2018-12-131-17/+16
| | * | | Remove space before #ifdefMarko Mäkelä2018-12-131-13/+9
| | * | | MDEV-17957 Make Innodb_checksum_algorithm stricter for strict_* valuesThirunarayanan Balathandayuthapani2018-12-139-465/+199
| | * | | Fix compile error when building without the partition engineVarun Gupta2018-12-131-4/+6
| | * | | Merge branch '5.5' into 10.0Sergei Golubchik2018-12-122-25/+36
| | |\ \ \ | | | | |/ | | | |/|
| | | * | mysqltest: use a dynamically growing command bufferSergei Golubchik2018-11-281-16/+26
| | | * | Added Master_Host to the Replication informationfran2018-11-161-9/+10
| | * | | Fix UNICODE issue of dlerrorJiaye Wu2018-12-121-1/+1
| * | | | debian install/upgrade fixesSergei Golubchik2018-12-122-3/+6
* | | | | add more dbug helpers for gdbSergei Golubchik2018-12-121-0/+3
* | | | | MDEV-17885 TRUNCATE on temporary table causes ER_GET_ERRNOMarko Mäkelä2018-12-123-1/+20
* | | | | fts_is_charset_cjk(): Avoid referencing global symbolsMarko Mäkelä2018-12-121-12/+14