summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24920: Merge "old" SQL variable to "old_mode" sql variablebb-10.7-MDEV-24920Rucha Deodhar2022-01-1113-15/+127
* Merge 10.6 into 10.7Marko Mäkelä2022-01-041-0/+3
|\
| * Work around MDEV-27421 ./mtr --ps-protocol main.opt_traceMarko Mäkelä2022-01-041-0/+3
* | Merge 10.6 into 10.7Marko Mäkelä2022-01-04145-1069/+4380
|\ \ | |/
| * Merge 10.5 into 10.6Marko Mäkelä2022-01-04112-569/+1740
| |\
| | * MDEV-27416 InnoDB hang in buf_flush_wait_flushed(), on log checkpointbb-10.5-MDEV-27416Marko Mäkelä2022-01-0411-139/+155
| | * Deb: Adapt custom build steps to be compatible with latest Salsa-CIOtto Kekäläinen2022-01-031-44/+5
| | * Merge 10.4 into 10.5bb-10.5-markoMarko Mäkelä2022-01-035-1/+57
| | |\
| | | * Add --valgrind to VERSION() string for valgrind buildsMonty2021-12-281-0/+2
| | | * MDEV-27184 Assertion `(old_top == initial_top (av) && old_size == 0) || ((uns...Nayuta Yanagisawa2021-12-274-1/+55
| | * | Correct some copyright messagesMarko Mäkelä2022-01-033-5/+2
| | * | Cleanup: Remove RECV_READ_AHEAD_AREAMarko Mäkelä2022-01-031-9/+4
| | * | MDEV-27304 SHOW ... result columns are right-alignedSergei Golubchik2021-12-276-4/+25
| | * | Merge branch 10.4 into 10.5st-10.5-juliusJulius Goryavsky2021-12-2689-450/+1618
| | |\ \ | | | |/
| | | * Merge branch 10.3 into 10.4Julius Goryavsky2021-12-2546-341/+733
| | | |\
| | | | * Merge branch 10.2 into 10.3st-10.3-juliusJulius Goryavsky2021-12-246-214/+214
| | | | |\
| | | | | * MDEV-24097: galera[_3nodes] suite tests in MTR sporadically failsbb-10.2-MDEV-24097-galeraJulius Goryavsky2021-12-2314-285/+292
| | | | * | Merge branch 10.2 into 10.3Julius Goryavsky2021-12-2328-126/+385
| | | | |\ \ | | | | | |/
| | | | | * MDEV-23175: my_timer_milliseconds clock_gettime for multiple platfomrsbb-10.2-MDEV-23175-backportDaniel Black2021-12-221-2/+24
| | | | | * MDEV-27181 fixup: compatibility with Windows + small correctionsbb-10.2-MDEV-27181-fixJulius Goryavsky2021-12-176-95/+229
| | | | | * MDEV-21866: Assertion `!result' failed in convert_const_to_int upon 2nd execu...bb-10.2-MDEV-21866Dmitry Shulga2021-12-163-1/+31
| | | | | * MDEV-27270: Wrong query plan with Range Checked for Each Record and ORDER BY ...bb-10.2-mdev2720Sergei Petrunia2021-12-153-0/+53
| | | | | * Disable following tests from galera_3nodes suitebb-10.2-janJan Lindström2021-12-151-0/+8
| | | | | * MDEV-27268 Failed InnoDB initialization leaves garbage files behindMarko Mäkelä2021-12-153-8/+11
| | | | | * MDEV-27181: Galera SST scripts should use ssl_capath for CA directorybb-10.2-MDEV-27181-galeraJulius Goryavsky2021-12-1421-411/+1033
| | | | | * MDEV-27235: Crash on SET GLOBAL innodb_encrypt_tablesMarko Mäkelä2021-12-133-0/+7
| | | | | * don't use buffered_option_error_reporter without perfschemaSergei Golubchik2021-12-101-3/+5
| | | | | * enable partition_open_files_limit testbb-10.2-aliceforkfun2021-12-094-8/+5
| | | | | * MDEV-19129: Fixed configure for Xcode, CMake generateSergei Krivonos2021-12-071-0/+1
| | | | | * Don't beep in mysql_upgrade_service.exeVladislav Vaintroub2021-12-071-2/+2
| | | | | * MDEV-27191 MariaDB client - "system" command does not work on WindowsVladislav Vaintroub2021-12-071-8/+3
| | | | | * Appveyor - cache chocolatey packagesVladislav Vaintroub2021-12-071-0/+4
| | | | * | MDEV-27195 SIGSEGV in Table_scope_and_contents_source_st::vers_check_system_f...bb-10.3-bar-MDEV-27195Alexander Barkov2021-12-224-2/+28
| | | | * | MDEV-27332 SIGSEGV in fetch_data_into_cache()Marko Mäkelä2021-12-213-1/+17
| | | | * | MDEV-27244 Table corruption upon adding serial data typeAleksey Midenkov2021-12-164-0/+21
| | | | * | MDEV-23182: Server crashes in Item::fix_fields_if_needed / table_value_constr...bb-10.3-MDEV-23182Dmitry Shulga2021-12-163-2/+94
| | | | * | MDEV-27181: Galera SST scripts should use ssl_capath for CA directorybb-10.3-MDEV-27181-galeraJulius Goryavsky2021-12-1419-259/+859
| | | | * | enable rpl_semi_sync_after_sync and rpl_semi_sync_slave_compressed_protocol t...bb-10.3-aliceforkfun2021-12-071-3/+0
| | | * | | Fix typos in optimizer trace outputbb-10.4-mdev27238-v2Sergei Petrunia2021-12-231-2/+2
| | | * | | MDEV-27238: Assertion `got_name == named_item_expected()' failed in Json_writerSergei Petrunia2021-12-233-7/+36
| | | * | | result of wsrep logic in queue_for_group_commit was being ignoredbb-10.4-MDEV-26803-galeraLeandro Pacheco2021-12-231-1/+2
| | | * | | Only apply wsrep_trx_fragment_size to InnoDB tablesMonty2021-12-234-5/+32
| | | * | | MDEV-23175: my_timer_milliseconds clock_gettime for multiple platfomrsbb-10.4-MDEV-23175-backportDaniel Black2021-12-221-2/+24
| | | * | | MDEV-27297 wsrep error log messages drop last charactersjaakola2021-12-211-1/+1
| | | * | | 10.4-MDEV-27275 CREATE TABLE with FK not safe for PAsjaakola2021-12-2010-10/+96
| | | * | | Update wsrep-lib submoduleJan Lindström2021-12-201-0/+0
| | | * | | Enable galera_sr.GCF-1060 test case as it is now fixed.Jan Lindström2021-12-171-1/+0
| | | * | | MDEV-26803 PA unsafety with FK cascade delete operationsjaakola2021-12-179-31/+354
| | | * | | Fixed some tests that failes when built with valgrindMonty2021-12-153-1/+6
| | | * | | Add --optimizer_trace option to mysqltestMonty2021-12-153-6/+102