Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-12-06 | 1 | -20/+36 |
|\ | |||||
| * | resolve_stack_dump updated to match latest stack trace format | Monty | 2017-12-03 | 1 | -20/+36 |
* | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-12-01 | 1 | -2/+9 |
|\ \ | |/ | |||||
| * | MDEV-14536 : during backup, retry read of log blocks, if there is | Vladislav Vaintroub | 2017-11-30 | 1 | -2/+9 |
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-11-29 | 7 | -61/+41 |
|\ \ | |/ | |||||
| * | Fix some integer type mismatch warnings | Marko Mäkelä | 2017-11-28 | 1 | -2/+2 |
| * | Fix warning. | Vladislav Vaintroub | 2017-11-24 | 1 | -1/+1 |
| * | Fixed build failure with PFS disabled | Sergey Vojtovich | 2017-11-24 | 1 | -0/+1 |
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-11-24 | 2 | -5/+24 |
| |\ | |||||
| | * | MDEV-14447 mariabackup incremental incorrectly extends system tablespace | Vladislav Vaintroub | 2017-11-24 | 1 | -4/+23 |
| | * | MDEV-14283 : Fix compilation of mariabackup for gcc3.x | Vladislav Vaintroub | 2017-11-21 | 1 | -1/+1 |
| * | | MDEV-14499 Mariabackup 10.2 fails to back up a multi-file InnoDB system table... | Marko Mäkelä | 2017-11-24 | 3 | -44/+1 |
| * | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-11-21 | 2 | -10/+13 |
| |\ \ | | |/ | |||||
| | * | MDEV-14077 Incremental backup extremly slow | Vladislav Vaintroub | 2017-11-09 | 2 | -11/+12 |
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-11-20 | 4 | -19/+18 |
|\ \ \ | |/ / | |||||
| * | | InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() | Marko Mäkelä | 2017-11-13 | 4 | -19/+18 |
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Monty | 2017-11-09 | 2 | -16/+21 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-11-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-11-07 | 1 | -15/+20 |
| |\ \ | | |/ | |||||
| | * | MDEV-13560 Copy all innodb undo tablespaces from the backup directory to dest... | Vladislav Vaintroub | 2017-11-03 | 1 | -15/+17 |
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-30 | 13 | -164/+194 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-10-25 | 7 | -142/+150 |
| |\ \ | | |/ | |||||
| | * | MDEV-13496 Use "mariabackup" rather than "xtrabackup" in console output | Marko Mäkelä | 2017-10-25 | 3 | -23/+22 |
| | * | MDEV-13496 Use "mariabackup" rather than "xtrabackup" in console output | Vladislav Vaintroub | 2017-10-23 | 3 | -164/+158 |
| | * | MDEV-14102 restore --remove-original options for mariabackup | Vladislav Vaintroub | 2017-10-23 | 1 | -0/+5 |
| * | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-10-24 | 7 | -22/+44 |
| |\ \ | | |/ | |||||
| | * | Various compier warnings | Sergei Golubchik | 2017-10-22 | 2 | -4/+4 |
| | * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2017-10-22 | 6 | -17/+39 |
| | |\ | |||||
| | | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-10-18 | 6 | -17/+39 |
| | | |\ | |||||
| | | | * | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2017-10-17 | 4 | -8/+24 |
| | | | |\ | |||||
| | | | | * | Bug#26482173: TLS CIPHER NEGOTIATION INCORRECTLY MATCHES ON | Arun Kuruvila | 2017-08-24 | 7 | -164/+182 |
| | | | | * | Bug #24740291: YASSL UPDATE TO 2.4.2 | Robert Golebiowski | 2016-09-27 | 11 | -122/+274 |
| | | | * | | MDEV-13459 Warnings, when compiling with gcc-7.x | Sergei Golubchik | 2017-10-17 | 2 | -8/+14 |
* | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-18 | 3 | -15/+25 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | mariabackup: Properly call os_thread_exit() with detach=true | Marko Mäkelä | 2017-10-13 | 1 | -3/+3 |
| * | | | | | MDEV-13311 Presence of old logs in 10.2.7 will corrupt restored instance (cha... | Marko Mäkelä | 2017-10-10 | 2 | -2/+4 |
| * | | | | | MDEV-13822 mariabackup incremental prepare incorrectly sets file size. | Vladislav Vaintroub | 2017-10-10 | 1 | -7/+16 |
| * | | | | | Innodb : Refactor os_file_set_size() to be compatible 10.1 | Vladislav Vaintroub | 2017-10-10 | 1 | -2/+1 |
| * | | | | | merge 10.1->10.2 | Vladislav Vaintroub | 2017-10-07 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | MDEV-13310 Preparing an incremental backup twice can corrupt data | Vladislav Vaintroub | 2017-10-07 | 1 | -1/+4 |
| | * | | | | MDEV-13798 - fix incorrect alignment of the buffer in incremental backup | Vladislav Vaintroub | 2017-10-07 | 1 | -1/+1 |
| | * | | | | MDEV-13822 mariabackup incremental prepare incorrectly sets file size. | Vladislav Vaintroub | 2017-10-07 | 1 | -52/+11 |
* | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-02 | 4 | -13/+13 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 2 | -3/+3 |
| * | | | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. | Vladislav Vaintroub | 2017-09-28 | 3 | -10/+10 |
* | | | | | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-09-20 | 5 | -12/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2 | Vicențiu Ciorbaru | 2017-09-20 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix a typo | Marko Mäkelä | 2017-09-20 | 1 | -1/+1 |
| * | | | | | | Merge branch '10.1' into 10.2 | Vicențiu Ciorbaru | 2017-09-19 | 2 | -9/+0 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / / | |||||
| | * | | | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2017-09-19 | 2 | -9/+0 |
| | |\ \ \ \ | | | |/ / / |