summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MDEV-26867: Update the InnoDB version number to 5.7.36Marko Mäkelä2021-10-281-1/+1
* | MDEV-26866 FOREIGN KEY…SET NULL corrupts an index on a virtual columnNikita Malyavin2021-10-287-71/+31
* | Fix compile warning:bb-10.2-tmpSergei Petrunia2021-10-271-9/+7
* | Fix tests for PLUGIN_PARTITION=NOMarko Mäkelä2021-10-271-0/+1
* | MDEV-26902 Auxilary fts table evicts during DDLbb-10.2-thiruThirunarayanan Balathandayuthapani2021-10-261-2/+2
* | compilation fixes for sys-devel/gcc-11.2.0:11Sergei Golubchik2021-10-255-6/+19
* | MDEV-23267 Assertion on --bootstrap --innodb-force-recoveryMarko Mäkelä2021-10-251-3/+9
* | MDEV-19129: Xcode compatibility update: mysql-test-run.pl: rename $opt_vs_con...Sergei Krivonos2021-10-214-4/+4
* | MDEV-19522 fixup: Use correct printf formatMarko Mäkelä2021-10-211-2/+2
* | MDEV-19522 fixup: Integer type mismatch in unit testMarko Mäkelä2021-10-211-2/+2
* | MDEV-26865: Add test case and instrumentationMarko Mäkelä2021-10-211-0/+3
* | MDEV-26865 fts_optimize_thread cannot keep up with workloadMarko Mäkelä2021-10-215-43/+24
* | MDEV-26864 Race condition between transaction commit and undo log truncationMarko Mäkelä2021-10-211-6/+10
* | MDEV-19522 InnoDB commit fails when FTS_DOC_ID value is greater than 4294967295Thirunarayanan Balathandayuthapani2021-10-2114-231/+247
* | MDEV-22627 fixup: Add a type cast for 32-bit platformsMarko Mäkelä2021-10-211-1/+1
* | MDEV-22627 fixup: Cover also ALTER TABLE...ALGORITHM=INPLACEMarko Mäkelä2021-10-201-0/+2
* | MDEV-22627 Failing assertion: dict_tf2_is_valid(flags, flags2)Marko Mäkelä2021-10-201-9/+15
* | MDEV-26811: Assertion "log_sys->n_pending_flushes == 1" failsMarko Mäkelä2021-10-131-8/+3
* | Xcode compatibility updateSergei Krivonos2021-10-124-16/+17
* | MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_sy...bb-10.2-bar-MDEV-23269Alexander Barkov2021-10-111-3/+10
* | MDEV-24978 crash with transaction on table with no PK and long fulltext columnbb-10.2-MDEV-24978-galerasjaakola2021-09-301-3/+7
* | Revert MDEV-25114Marko Mäkelä2021-09-242-155/+158
* | Revert "MDEV-24978 : SIGABRT in __libc_message"bb-10.2-MDEV-24978-fJan Lindström2021-09-241-43/+21
* | MDEV-25114 Crash: WSREP: invalid state ROLLED_BACK (FATAL)sjaakola2021-09-242-77/+114
* | Revert "MDEV-23328 Server hang due to Galera lock conflict resolution" andJan Lindström2021-09-241-112/+72
* | MDEV-26450: Corruption due to innodb_undo_log_truncatebb-10.2-MDEV-26450Marko Mäkelä2021-09-227-42/+214
* | MDEV-26545 Spider does not correctly handle UDF and stored function in where ...Daniel Ye2021-09-225-1/+418
* | MDEV-26636: InnoDB defragmentation statistics cause races on TEMPORARY TABLEMarko Mäkelä2021-09-181-1/+2
* | MDEV-25702 Auxiliary FTS table evicts during optimize tableThirunarayanan Balathandayuthapani2021-09-131-1/+2
* | MDEV-26537 InnoDB corrupts files due to incorrect st_blksize calculationMarko Mäkelä2021-09-102-7/+13
* | MDEV-25325 built-in documentation for performance_schema tablesHaidong Ji2021-09-0744-795/+795
* | MDEV-26518 ; Galera incorrectly handles primary or unique keys with any multi...bb-10.2-MDEV-26517Jan Lindström2021-09-021-1/+2
* | Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-301-3/+3
* | rocksdb: disable on arm64 except for LinuxDaniel Black2021-08-261-0/+9
* | fix clang buildEugene Kosov2021-08-232-6/+0
* | MDEV-26383 fixup: Consistently protect freed_indexes with autoinc_mutexMarko Mäkelä2021-08-233-23/+25
* | MDEV-26383 ASAN heap-use-after-free failure in btr_search_lazy_freeThirunarayanan Balathandayuthapani2021-08-213-3/+18
* | MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++st-10.2-MDEV-26443Marko Mäkelä2021-08-203-2581/+1017
* | CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRSbb-10.2-vicentiu-mrdanielnachun2021-08-191-2/+1
* | MDEV-26131 fixupMarko Mäkelä2021-08-181-5/+6
* | MDEV-20931 ALTER...IMPORT can crash the serverEugene Kosov2021-08-177-33/+68
* | MDEV-26131 SEGV in ha_innobase::discard_or_import_tablespaceThirunarayanan Balathandayuthapani2021-08-161-83/+176
* | MDEV-26376 pars_info_bind_id() unnecessarily copies stringsMarko Mäkelä2021-08-168-51/+37