summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-742: read-only, pure myisam, binlog-*, @@skip_log_bin corner casesbb-10.5-mdev_742Andrei Elkin2020-03-1512-10/+708
* MDEV-742 XA PREPAREd transaction survive disconnect/server restartAndrei Elkin2020-03-1468-220/+8167
* Pre-MDEV-742 InnoDB fixesSergey Vojtovich2020-03-132-74/+35
* Extended debug_sync_control life timeSergey Vojtovich2020-03-133-17/+22
* MDEV-21903 FTS optimize thread aborts during shutdownThirunarayanan Balathandayuthapani2020-03-131-2/+3
* Update libmariadb to fix GCC -Wstringop-truncationMarko Mäkelä2020-03-131-0/+0
* MDEV-15058: Remove buf_pool_get_dirty_pages_count()Marko Mäkelä2020-03-133-50/+26
* MDEV-21920 binlog_encryption.rpl_gtid_basic test failure with --psAlexander Barkov2020-03-131-0/+0
* MDEV-20632: Fix -Wmaybe-uninitializedMarko Mäkelä2020-03-131-27/+27
* MDEV-21907: Fix or disable -Wconversion on GCC 5.3.0 i386Marko Mäkelä2020-03-136-13/+62
* MDEV-21907: InnoDB: Enable -Wconversion on clang and GCCMarko Mäkelä2020-03-1280-682/+726
* MDEV-21907: Fix some -Wconversion outside InnoDBMarko Mäkelä2020-03-1213-154/+135
* MDEV-16264: Eliminate unsafe os_aio_userdata_t type castMarko Mäkelä2020-03-123-2/+8
* MDEV-21924 Clean up InnoDB GIS record comparisonMarko Mäkelä2020-03-128-541/+349
* MDEV-13362: Fix -Wset-but-unusedMarko Mäkelä2020-03-121-1/+1
* MDEV-13362: implement --require_secure_transport optionJulius Goryavsky2020-03-1214-61/+204
* CMake cleanup - simplify create_initial_db.cmakeVladislav Vaintroub2020-03-112-24/+11
* MDEV-21907: Fix most clang -Wconversion in InnoDBMarko Mäkelä2020-03-1166-572/+538
* MDEV-21743: Re-record --big-test resultsMarko Mäkelä2020-03-112-6/+6
* Fix perfschema.statement_program_concurrencyMarko Mäkelä2020-03-112-3/+100013
* Recoding new suite/perfschema/r/start_server_low_digest_sql_length.resultAlexander Barkov2020-03-111-2/+2
* MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-1082-235/+1510
* fix for VALGRIND buildOleksandr Byelkin2020-03-101-1/+1
* Fixed problem of exiting over 32 bit on windows.Oleksandr Byelkin2020-03-101-0/+0
* MDEV-21795 10.5 with bundled pcre2 and embedded server could not be builtSergei Golubchik2020-03-101-2/+3
* fix perfschema for pool-of-threadsSergei Golubchik2020-03-1011-31/+23
* cleanup: remove source files that aren't usedSergei Golubchik2020-03-102-1202/+0
* cleanup: pass trxid by valueSergei Golubchik2020-03-1016-33/+31
* cleanup: remove unused argumentSergei Golubchik2020-03-107-32/+15
* cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-1090-397/+367
* perfschema compilation, test and misc fixesSergei Golubchik2020-03-10403-63068/+20042
* perfschema transaction instrumentation related changesSergei Golubchik2020-03-1010-41/+188
* perfschema thread instrumentation related changesSergei Golubchik2020-03-107-36/+76
* perfschema table io instrumentation related changesSergei Golubchik2020-03-107-33/+209
* perfschema sysvar instrumentation related changesSergei Golubchik2020-03-103-0/+31
* perfschema status vars instrumentation related changesSergei Golubchik2020-03-102-1/+12
* perfschema statement instrumentation related changesSergei Golubchik2020-03-1010-25/+79
* perfschema sp instrumentation related changesSergei Golubchik2020-03-1016-83/+410
* perfschema socket instrumentation related changesSergei Golubchik2020-03-104-3/+30
* perfschema ps instrumentation related changesSergei Golubchik2020-03-101-5/+32
* perfschema mdl related instrumentation changesSergei Golubchik2020-03-1025-86/+182
* perfschema file instrumentation related changesSergei Golubchik2020-03-109-23/+60
* perfschema memory related instrumentation changesSergei Golubchik2020-03-10307-1741/+2620
* perfschema - various collateral cleanups and small changesSergei Golubchik2020-03-1025-70/+66
* P_S 5.7.28Sergei Golubchik2020-03-10942-20366/+174325
* cleanup: remove TYPE_ENUM_PROXY from enum stored_procedure_typeSergei Golubchik2020-03-103-6/+1
* bugfix: in long uniques don't check for duplicates more than onceSergei Golubchik2020-03-101-1/+1
* Bug#18913935: REMOVE SUPPORT FOR LINUXTHREADSJon Olav Hauglid2020-03-1010-374/+5
* make pcre2 builds to work on an old cmakeSergei Golubchik2020-03-101-1/+1
* Fix a compilation bug for 64 bit windowsVarun Gupta2020-03-101-2/+3