summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27758: Errors when building Connect engine on os x 11.6.2Dmitry Shulga2022-04-221-1/+5
* MDEV-28317 Assertion failures in row_undo_mod on recoveryMarko Mäkelä2022-04-191-2/+2
* MDEV-28225 Disallow user to create Spider temporary tableKiyoshiTakeda2022-04-113-1/+19
* MDEV-27343 Useless warning "InnoDB: Allocated tablespace ID <id> for <tablena...Vlad Lesin2022-03-301-4/+6
* Cleanup: Remove some unused functionsMarko Mäkelä2022-03-301-1/+1
* MDEV-27931: buf_page_is_corrupted() wrongly claims corruptionMarko Mäkelä2022-03-281-72/+24
* Fixed warning for maria.maria-recovery2 about crashed tablebb-10.2-montyMonty2022-03-181-4/+6
* Fix gcc-12 -O2 -Warray-boundsMarko Mäkelä2022-03-171-3/+1
* Fix gcc-12 -O2 -Wmaybe-uninitializedMarko Mäkelä2022-03-171-3/+4
* MDEV-28091 PERFORMANCE_SCHEMA unit tests fail due to memory misalignmentMarko Mäkelä2022-03-161-0/+14
* MDEV-27993 Assertion failed in btr_page_reorganize_low()Marko Mäkelä2022-03-031-1/+2
* Remove deprecated (in C++11) std::binary_functionMarko Mäkelä2022-02-252-10/+2
* MDEV-23888 fixup: GCC 12 -Wunused-valueMarko Mäkelä2022-02-231-1/+1
* MDEV-27901 Windows : expensive system calls used to calculate file system blo...bb-10.2-wladVladislav Vaintroub2022-02-202-64/+37
* MDEV-27583 InnoDB uses different constants for FK cascade error message in SQ...Marko Mäkelä2022-02-171-1/+1
* MDEV-27634 innodb_zip tests failing on s390xMarko Mäkelä2022-02-161-1/+0
* MDEV-27746 Wrong comparision of BLOB's empty preffix with non-preffixed BLOB ...Vlad Lesin2022-02-111-1/+7
* MDEV-26351 segfault - (MARIA_HA *) 0x0 in ha_maria::extraSergei Golubchik2022-02-101-3/+3
* 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
* | 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-22522 RPM packages have meaningless summary/descriptionbb-10.2-MDEV-22522Alexey Bychko2021-11-235-0/+30
* | MDEV-26747 improve corruption check for encrypted tables on ALTER IMPORTbb-10.2-MDEV-26747-corruption-checkEugene Kosov2021-11-173-45/+26
* | MDEV-27030 vcol.vcol_keys_myisam fails on Windows x64, with Visual Studio 2022Vladislav Vaintroub2021-11-111-0/+8
* | 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
| * | 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
| | * Fix slow processing of pretty json files by BSON tablesOlivier Bertrand2021-07-302-8/+12
* | | Revert "MDEV-19129: Xcode compatibility update: deprecated vfork -> fork"Sergei Krivonos2021-11-031-1/+1