Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-12-04 | 57 | -522/+1017 | |
| | |\ \ | | | |/ | ||||||
| | | * | MDEV-18497 : CTAS async replication from mariadb master crashes galera nodes ... | Jan Lindström | 2019-12-04 | 2 | -9/+29 | |
| | | * | Galera test fix after merge. | Oleksandr Byelkin | 2019-12-03 | 1 | -0/+8 | |
| | | * | vew CC v 3.1 | Oleksandr Byelkin | 2019-12-03 | 1 | -0/+0 | |
| | | * | Merge remote-tracking branch 'connect/10.2' into 10.2 | Oleksandr Byelkin | 2019-12-03 | 27 | -348/+529 | |
| | | |\ | ||||||
| | | | * | - Fix MDEV-13782 | Olivier Bertrand | 2019-11-26 | 7 | -35/+54 | |
| | | | * | These changed were made after pulling 10.2.30 from origin | Olivier Bertrand | 2019-11-24 | 4 | -41/+44 | |
| | | | * | Fix compile error (missing declaration) in tabrest.cpp | Olivier Bertrand | 2019-11-21 | 2 | -14/+19 | |
| | | | * | Fix compile error (missing declaration) in tabrest.cpp | Olivier Bertrand | 2019-11-21 | 1 | -5/+5 | |
| | | | * | Fix compile error (imcomplete switch) in ha_connect.cc | Olivier Bertrand | 2019-11-21 | 1 | -0/+4 | |
| | | | * | These changed were made after pulling 10.2.30 from origin | Olivier Bertrand | 2019-11-21 | 6094 | -53517/+90832 | |
| | | | |\ | ||||||
| | | | * | | Fix missing declaration in tabrest.cpp causing compiling failure on Linux | Olivier Bertrand | 2019-11-16 | 1 | -1/+1 | |
| | | | * | | ===================================================================== | Olivier Bertrand | 2019-11-16 | 19 | -266/+412 | |
| | | * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-12-03 | 23 | -117/+435 | |
| | | |\ \ \ | ||||||
| | | | * \ \ | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2019-12-03 | 5 | -28/+34 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Using `variables` instead of `values` in mysqld --help documentation would be... | Anel Husakovic | 2019-12-02 | 3 | -3/+3 | |
| | | | | * | | | Update `stracer` description in `mtr`. `strace-client` is not used | Anel Husakovic | 2019-11-29 | 1 | -1/+1 | |
| | | | | * | | | MDEV-15503: mtr fix --strace | Daniel Black | 2019-11-29 | 1 | -21/+27 | |
| | | | | * | | | Fixed some typos in mysql.cc | Hashir Sarwar | 2019-11-22 | 1 | -3/+3 | |
| | | | * | | | | Fix the line break warning (groff/lintian). | Faustin Lammler | 2019-12-02 | 1 | -2/+4 | |
| | | | * | | | | cleanup: replace exit(1) with abort() | Eugene Kosov | 2019-11-30 | 1 | -3/+3 | |
| | | | * | | | | InnoDB: log unsuccessful calls to pthread_attr_init() and pthread_create() be... | Eugene Kosov | 2019-11-30 | 1 | -2/+12 | |
| | | | * | | | | try to fix data races in DBUG | Eugene Kosov | 2019-11-28 | 1 | -2/+40 | |
| | | | * | | | | cracklib-runtime needs a comma after to parse properly | Vicențiu Ciorbaru | 2019-11-26 | 1 | -1/+1 | |
| | | | * | | | | MDEV-13288: Proper fix for cracklib-runtime | Vicențiu Ciorbaru | 2019-11-26 | 2 | -2/+1 | |
| | | | * | | | | MDEV-13288: Upstream debian patch | Vicențiu Ciorbaru | 2019-11-26 | 1 | -0/+1 | |
| | | | * | | | | Fix incorrect DBUG_ENTER message for join_read_last | Seth Shelnutt | 2019-11-26 | 1 | -1/+1 | |
| | | | * | | | | MDEV-19572 async slave node fails to apply MyISAM only writes (#1418) | seppo | 2019-11-26 | 5 | -2/+116 | |
| | | | * | | | | cleanup DBUG | Eugene Kosov | 2019-11-21 | 1 | -39/+28 | |
| | | | * | | | | cleanup: remove always true condition to fix clang warning | Eugene Kosov | 2019-11-19 | 1 | -1/+1 | |
| | | | * | | | | Remove excessive sleep from test. | Jan Lindström | 2019-11-18 | 1 | -1/+1 | |
| | | | * | | | | MDEV-18497 CTAS async replication from mariadb master crashes galera nodes (#... | seppo | 2019-11-18 | 6 | -1/+156 | |
| | | | * | | | | MDEV-21044: Wrong result when using a smaller size for sort buffer | Varun Gupta | 2019-11-18 | 3 | -0/+47 | |
| | | | * | | | | systemd: mariadb@bootstrap doesn't bootstrap, galera_new_cluster does | Daniel Black | 2019-11-14 | 1 | -1/+1 | |
| | | * | | | | | check parameters of io_submit() and LinuxAIOHandler::reserve_slot() | Eugene Kosov | 2019-12-03 | 1 | -0/+12 | |
| | | * | | | | | MDEV-21198 : Galera test failure on galera_var_notify_cmd | Jan Lindström | 2019-12-03 | 2 | -12/+13 | |
| | | * | | | | | InnoDB: Remove unused get_wkb_of_default_point() | Marko Mäkelä | 2019-12-03 | 2 | -45/+0 | |
| | * | | | | | | Merge remote-tracking branch 'origin/bb-10.3-release' into 10.3 | Oleksandr Byelkin | 2019-12-04 | 4 | -7/+26 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONED | Aleksey Midenkov | 2019-12-04 | 1 | -5/+1 | |
| | | * | | | | | | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via view | Aleksey Midenkov | 2019-12-04 | 3 | -1/+34 | |
| | * | | | | | | | Merge branch 'bb-10.3-release' into 10.3 | Oleksandr Byelkin | 2019-12-04 | 8 | -3/+46 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via view | Aleksey Midenkov | 2019-12-03 | 3 | -1/+11 | |
| | | |/ / / / / / | ||||||
| | | * | | | | | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONED | Aleksey Midenkov | 2019-12-03 | 5 | -2/+35 | |
| | * | | | | | | | Update innodb_i_s_tables_disabled.result post typo fix | Vicențiu Ciorbaru | 2019-12-03 | 1 | -1/+1 | |
| | * | | | | | | | Re-record sql_sequence.rebuild with sorted_result | Vicențiu Ciorbaru | 2019-12-03 | 2 | -110/+112 | |
| | * | | | | | | | Update versioning.alter after typo fix | Vicențiu Ciorbaru | 2019-12-03 | 1 | -2/+2 | |
| | * | | | | | | | MDEV-13564 follow-up: Harden an assertion | Marko Mäkelä | 2019-12-03 | 1 | -2/+1 | |
| | * | | | | | | | Merge remote-tracking branch 10.2 into 10.3 | Jan Lindström | 2019-12-02 | 108 | -264/+1053 | |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | | * | | | | | | MDEV-21182: Galera test failure on MW-284 | Jan Lindström | 2019-11-30 | 79 | -177/+504 | |
| | | * | | | | | | MENT-510 Failing test(s): perfschema.threads_insert_delayed. | HF | 2019-11-29 | 3 | -7/+15 |