summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Re-fix compile error (sign-unsign) Modified filamtxt.cppOlivier Bertrand2020-11-071-1/+1
| | | * | Re-fix compile error (overloaded-virtual)Olivier Bertrand2020-11-074-128/+112
| | | * | Fix compile error (overloaded-virtual)Olivier Bertrand2020-11-073-60/+72
| | | * | Fix compile error. Modified ha_connect.ccOlivier Bertrand2020-11-071-0/+1
| | | * | - Getting text of json items now includes all array membersOlivier Bertrand2020-11-0714-160/+182
| | | * | Update tests to cope with changesOlivier Bertrand2020-11-0613-8/+17
| | | * | Try to fix failing testsOlivier Bertrand2020-11-051-8/+16
| | | * | Try to fix failing testsOlivier Bertrand2020-11-051-9/+8
| | | * | Try to fix failing testsOlivier Bertrand2020-11-053-23/+21
| | | * | Try to fix that F..k gcc operator delete errorOlivier Bertrand2020-11-041-0/+1
| | | * | Fix crash on Json date columnsOlivier Bertrand2020-11-043-3/+14
| | | * | Fix compile error on LINUX (no suitable operator delete)Olivier Bertrand2020-11-042-6/+6
| | | * | Fix compile error on LINUX (LARGE_INTEGER)Olivier Bertrand2020-11-036-17/+39
| | | * | - Implementation of the Json BJSON representation.Olivier Bertrand2020-11-0352-1595/+2668
| | * | | ASAN heap-use-after-free in Item_exists_subselect::is_top_level_itemOleksandr Byelkin2021-01-291-1/+3
| | * | | MDEV-22251: get_key_scans_params: Conditional jump or move depends on uniniti...Sergei Petrunia2021-01-284-0/+49
| | * | | last CC 3.1Oleksandr Byelkin2021-01-281-0/+0
| | * | | MDEV-20717 : Plugin system variables and activation options can break "mysqld...Jan Lindström2021-01-281-4/+15
| | * | | MDEV-24699: Added wait condition to make sure table t2 is replicated to node_1.Stepan Patryshev2021-01-281-0/+3
| | * | | MDEV-24131: unittest stacktrace-t fails to compile (OpenBSD)Mingli Yu2021-01-281-0/+2
| | * | | MDEV-24704 : Galera test failure on galera.galera_nopk_unicodeJan Lindström2021-01-271-7/+12
| | * | | MDEV-20939: Race condition between mysqldump import and InnoDB persistentRucha Deodhar2021-01-273-0/+304
| | * | | MDEV-24709 Assertion !recv_no_ibuf_operations failed in ibuf_page_low()Marko Mäkelä2021-01-271-0/+1
| | * | | MDEV-24184 preparation: InnoDB RENAME TABLE recovery failureMarko Mäkelä2021-01-271-1/+0
| | * | | Fix wsrep.variablesJan Lindström2021-01-261-1/+1
| | * | | MDEV-24509 : Warning: Memory not freed: 56 on SET @@global.wsrep_sst_authJan Lindström2021-01-264-9/+46
| | * | | MDEV-20939: Race condition between mysqldump import and InnoDB persistentDaniel Black2021-01-251-2/+2
| | * | | MDEV-20939: Race condition between mysqldump import and InnoDB persistentDaniel Black2021-01-252-12/+18
| | * | | mtr: --client-gdb='<gdb commands>'Sergei Golubchik2021-01-241-3/+7
| | * | | MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-01-242-72/+99
| | * | | cleanup: void hton::abort_transaction()Sergei Golubchik2021-01-243-34/+22
| | * | | cleanup: remove slave background thread, use handle_manager thread insteadSergei Golubchik2021-01-244-167/+46
| | * | | cleanup: fix and generalize handle_manager threadSergei Golubchik2021-01-243-49/+43
| | * | | don't allow `KILL QUERY ID USER xxx`Sergei Golubchik2021-01-243-7/+22
| | * | | MDEV-24122: on previously MySQL-5.7 datadirs, adjust mysql.user column orderDaniel Black2021-01-233-7/+177
| | * | | reenable rpl_spec_variables.testAlice Sherepa2021-01-225-15/+61
| | * | | MDEV-23659 : Update Galera disabled.def fileJan Lindström2021-01-222-1/+13
| | * | | MDEV-24557: Logical dump of MySQL users via MariaDB's mariadb-dump generates ...Daniel Black2021-01-221-2/+1
| | * | | man/mysqldump.1: typos INSERT INFO -> INTODaniel Black2021-01-221-2/+2
| | * | | MDEV-10272: add master host/port info to slave thread exit messagesDaniel Black2021-01-221-0/+5
| | * | | MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showedSujatha2021-01-216-4/+169
| | * | | maria: ma_recovery cppcheck va_start called twiceDaniel Black2021-01-211-1/+0
| | * | | ucs2: cppcheck - add va_endbb-10.2-danielblack-cppcheckDaniel Black2021-01-211-2/+8
| | * | | MDEV-16940 Server crashes in unsafe_key_update upon attempt to update viewIgor Babaev2021-01-194-0/+44
| | * | | Update InnoDB version number to 5.7.33Marko Mäkelä2021-01-191-2/+2
| | * | | MDEV-24609: innodb_io_capacity can exceed innodb_io_capacity_maxMarko Mäkelä2021-01-191-1/+2
| | * | | MDEV-19723 Assertion `je->state == JST_KEY' failed while SELECT ST_GEOMFROMGE...Alexey Botchkov2021-01-193-0/+6
| | * | | MDEV-24403 Segfault on CREATE TABLE with explicit FTS_DOC_ID_INDEX by multipl...Aleksey Midenkov2021-01-193-1/+22
| | * | | MDEV-24491 db_name mismatch happens during virtual column computationThirunarayanan Balathandayuthapani2021-01-193-3/+12
| | * | | MDEV-24547 Update fails when online alter does rollback due to MDL time outThirunarayanan Balathandayuthapani2021-01-194-2/+87