summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-29167-512/+869
|\
| * ASAN/valgrind errors in connect.misc testSergei Golubchik2022-01-291-0/+3
| * MDEV-11241 Certain combining marks cause MariaDB to crash when doing Full-Tex...Sergei Golubchik2022-01-281-5/+1
| * Cleanup: Remove an unused parameter of fts_add_doc_by_id()Marko Mäkelä2022-01-261-8/+4
| * MDEV-27612 Connect : check buffer sizes, fix string format errorsVladislav Vaintroub2022-01-2613-17/+280
| * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2022-01-242-12/+20
| |\
| | * Fix incompatibility SRCDEF && MEMORY=2 for ODBC JDBC tablesOlivier Bertrand2022-01-061-5/+7
| | * Fix MDEV-27055 (regression of MDEV-24493)Olivier Bertrand2021-11-261-7/+13
| * | MDEV-24088 Assertion in InnoDB's FTS code may be triggered by a repeated word...Sergei Golubchik2022-01-241-1/+1
| * | MDEV-27273 Confusing column count in IMPORT TABLESPACE error messagebb-10.2-MDEV-27273-import-column-checkEugene Kosov2022-01-211-8/+0
| * | MDEV-26870 --skip-symbolic-links does not disallow .isl file creationMarko Mäkelä2022-01-211-7/+12
| * | MDEV-27149: Add rocksdb_ignore_datadic_errorsbb-10.2-psergeySergei Petrunia2022-01-216-4/+68
| * | Avoid a crash on MyRocks data inconsistency.Sergei Petrunia2022-01-201-0/+11
| * | MDEV-27417 InnoDB spatial index updates change buffer bitmap pageThirunarayanan Balathandayuthapani2022-01-201-9/+0
| * | MDEV-27467: innodb to enforce the minimum innodb_buffer_pool_size in SET GLOBALDaniel Black2022-01-196-69/+95
| * | MDEV-27539 Merge new release of InnoDB 5.7.37 to 10.2Marko Mäkelä2022-01-181-2/+2
| * | MDEV-27494 Rename .ic files to .inlVladislav Vaintroub2022-01-17136-69/+69
| * | MDEV-26698: Incorrect row number upon INSERT .. SELECT from the samebb-10.2-MDEV-26698Rucha Deodhar2022-01-037-309/+309
* | | Fixed result file for rocksdb.i_s_deadlockMonty2022-01-271-9/+9
* | | MDEV-26768 Spider table crashes the server after the mysql_list_fields() clie...bb-10.3-hf-2Alexey Botchkov2022-01-203-6/+28
* | | Updated rocksdb.corrupted_data_reads_debug result fileMonty2022-01-191-5/+5
* | | rocksdb.tbl_opt_data_index_dir test fixAleksey Midenkov2022-01-142-20/+20
* | | improve checks for libatomic linkingalexfanqi2021-12-301-1/+2
* | | Merge branch 10.2 into 10.3Julius Goryavsky2021-12-232-3/+14
|\ \ \ | |/ /
| * | MDEV-27268 Failed InnoDB initialization leaves garbage files behindMarko Mäkelä2021-12-151-4/+11
| * | MDEV-27235: Crash on SET GLOBAL innodb_encrypt_tablesMarko Mäkelä2021-12-131-0/+4
* | | MDEV-27332 SIGSEGV in fetch_data_into_cache()Marko Mäkelä2021-12-211-1/+3
* | | MDEV-21108 Add option for setting install paths of groongabb-10.3-robertLukas Javorsky2021-12-022-2/+6
* | | Merge 10.2 into 10.3Marko Mäkelä2021-11-295-0/+30
|\ \ \ | |/ /
| * | MDEV-22522 RPM packages have meaningless summary/descriptionbb-10.2-MDEV-22522Alexey Bychko2021-11-235-0/+30
* | | Merge 10.2 into 10.3Marko Mäkelä2021-11-173-45/+26
|\ \ \ | |/ /
| * | MDEV-26747 improve corruption check for encrypted tables on ALTER IMPORTbb-10.2-MDEV-26747-corruption-checkEugene Kosov2021-11-173-45/+26
* | | Merge branch '10.2' into 10.3Vladislav Vaintroub2021-11-121-0/+8
|\ \ \ | |/ /
| * | MDEV-27030 vcol.vcol_keys_myisam fails on Windows x64, with Visual Studio 2022Vladislav Vaintroub2021-11-111-0/+8
* | | Merge 10.2 into 10.3Marko Mäkelä2021-11-093-3/+9
|\ \ \ | |/ /
| * | Remove a warning for clang 11 or earlierMarko Mäkelä2021-11-092-2/+2
| * | Merge mariadb-10.2.41 into 10.2Marko Mäkelä2021-11-099-219/+241
| |\ \
| | * | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-293-150/+196
| | * | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-112/+72
| * | | Revert "MDEV-19129: Xcode compatibility update: deprecated vfork -> fork"Sergei Krivonos2021-11-031-1/+1
| * | | MDEV-22284 Aria table key read crash because wrong index usedbb-10.2-midenok2Aleksey Midenkov2021-11-021-1/+7
| * | | MDEV-19129: Xcode compatibility update: deprecated vfork -> forkSergei Krivonos2021-10-311-1/+1
* | | | Merge mariadb-10.3.32 into 10.3Marko Mäkelä2021-11-099-217/+241
|\ \ \ \
| * | | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-293-151/+196
| * | | | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-108/+71
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2021-10-286-17/+33
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | fix depricated pthread_yield() for tokudbOleksandr Byelkin2021-10-281-1/+3
| | * | | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2021-10-285-16/+30
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fix MDEV-24493Olivier Bertrand2021-10-152-6/+5
| | | * Fix bson crash and mongo testOlivier Bertrand2021-07-312-2/+13