summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28423 continuation: Galera progress reporting + rolling updatesbb-10.9-MDEV-28423-v2Julius Goryavsky2022-05-195-82/+104
* MDEV-28583 continuation: rc handling in Galera SST scriptsJulius Goryavsky2022-05-193-20/+22
* MDEV-28583: Galera: binlogs disappear after rsync ISTJulius Goryavsky2022-05-189-149/+952
* MDEV-28423: Galera IST is failing on Joiner nodeJulius Goryavsky2022-05-186-30/+799
* MDEV-27328 MSAN failure fixAleksey Midenkov2022-05-171-2/+3
* Correct misplaced parentheses in an assertionMarko Mäkelä2022-05-141-3/+3
* MDEV-20119 fixup: GCC 12 -Wmaybe-uninitialized, -Wunused-but-set-variableMarko Mäkelä2022-05-141-12/+8
* Versions fixOleksandr Byelkin2022-05-132-3/+3
* Optimizer trace: Make ref_optimizer_key_uses[*] show the index namebb-10.9-spetruniaSergei Petrunia2022-05-123-0/+24
* MDEV-28481 SIGSEGV in Lex_charset_collation_st::find_bin_collationAlexander Barkov2022-05-123-1/+45
* MDEV-28500: Hashicorp: Debian packaging is brokenbb-10.9-MDEV-19281-v5Julius Goryavsky2022-05-105-9/+13
* MDEV-28279: Hashicorp: Cannot migrate hexadecimal keys from file key managementJulius Goryavsky2022-05-094-4/+100
* Hashicorp plugin: typo fixedJulius Goryavsky2022-05-091-10/+10
* MDEV-28442: Hashicorp: refactoring to wrap static variables into a classJulius Goryavsky2022-05-091-113/+168
* MDEV-28291: Hashicorp: Cache variables claim to be dynamic but changes are ig...Julius Goryavsky2022-05-094-2/+50
* MDEV-28330: Hashicorp: Key caching doesn't appear to be workingJulius Goryavsky2022-05-093-0/+46
* MDEV-28276: Hashicorp: checking that kv storage is created with version 2+Julius Goryavsky2022-05-098-8/+202
* MDEV-28277: Checking for mandatory "/v1/" prefix in the URLJulius Goryavsky2022-05-093-15/+249
* MDEV-28281: Hashicorp: Key ID is not indicated in the log recordJulius Goryavsky2022-05-091-6/+18
* MDEV-28275: Hashicorp: ASAN heap-use-after-free in get_version()Julius Goryavsky2022-05-091-21/+20
* MDEV-19281: Plugin implementation for the Hashicorp Vault KMSJulius Goryavsky2022-05-0920-0/+1805
* MDEV-25477 Auto-create breaks replication when triggering event was not repli...Aleksey Midenkov2022-05-069-42/+436
* MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2022-05-0649-184/+3219
* MDEV-27328 Change of SYSTEM_TIME partitioning options is not possible without...Aleksey Midenkov2022-05-065-4/+230
* cleanup: log_current_statement and OPTION_KEEP_LOGSergei Golubchik2022-05-0610-40/+43
* Deb: dh_missing --fail-missing - columnstorebb-10.9-danielblack-deb-pkg-fix-pr2112Daniel Black2022-05-061-4/+4
* Deb: dh_missing --fail-missing/ man3 pagesDaniel Black2022-05-062-120/+5
* Deb: Use --fail-missing and ensure the not-installed list is up-to-dateOtto Kekäläinen2022-05-0518-59/+192
* Deb: Finalize the version less Debian package transitionOtto Kekäläinen2022-05-057-20/+14
* Deb: Don't Conflicts/Replaces with a 10.9 provided by the same packageOtto Kekäläinen2022-05-052-17/+36
* Deb: Clean away Buster to Bookworm upgrade tests in Salsa-CIOtto Kekäläinen2022-05-051-57/+10
* Deb: Remove from Salsa-CI buster-backports as it does not have libfmt 7+Otto Kekäläinen2022-05-051-56/+8
* Deb: Run wrap-and-sort -avOtto Kekäläinen2022-05-053-25/+29
* MDEV-28124 fixup: Tests depend on PLUGIN_PERFSCHEMAMarko Mäkelä2022-05-024-0/+4
* After-merge fixesMarko Mäkelä2022-05-022-4/+2
* Fix comment.Sergei Petrunia2022-04-291-1/+1
* Merge MDEV-27021, MDEV-10000 into 10.9Sergei Petrunia2022-04-2993-313/+5245
|\
| * MDEV-28268: Server crashes in Expression_cache_tracker::fetch_current_statsSergei Petrunia2022-04-294-1/+114
| * MDEV-28201: Server crashes upon SHOW ANALYZE/EXPLAIN FORMAT=JSONSergei Petrunia2022-04-2922-163/+319
| * MDEV-28124 Server crashes in Explain_aggr_filesort::print_json_membersOleg Smirnov2022-04-2922-87/+303
| * MDEV-27021 Add explicit indication of SHOW EXPLAIN/ANALYZE.Oleg Smirnov2022-04-2965-187/+207
| * MDEV-27021 Add support of FORMAT=JSON for SHOW ANALYZEOleg Smirnov2022-04-296-23/+1634
| * MDEV-27021 Implement SHOW ANALYZE commandOleg Smirnov2022-04-2913-29/+798
| * MDEV-10000 Add EXPLAIN [FORMAT=JSON] FOR CONNECTION syntax supportOleg Smirnov2022-04-2913-22/+2069
|/
* MDEV-28435: rpl.rpl_mysqlbinlog_slave_consistency fails intermittently on tab...Brandon Nesterenko2022-04-282-37/+2
* Merge 10.8 into 10.9Marko Mäkelä2022-04-28306-8720/+9808
|\
| * Merge 10.7 into 10.8Marko Mäkelä2022-04-27301-8630/+9758
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-04-26274-8442/+9338
| | |\
| | | * MDEV-26753 Assertion state == TRX_STATE_PREPARED ||... failedMarko Mäkelä2022-04-263-2/+32
| | | * MDEV-26217 Failing assertion: list.count > 0 in ut_list_remove or Assertion `...Marko Mäkelä2022-04-2623-221/+326