Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport: Remove unused and ancient files, functions, and facilities. | Davi Arnaut | 2010-05-28 | 7 | -1054/+5 |
* | Auto-merge from mysql-trunk. | Alexander Nozdrin | 2010-05-28 | 14 | -59/+100 |
|\ | |||||
| * | Manual merge from mysql-trunk. | Alexander Nozdrin | 2010-05-20 | 1 | -3/+0 |
| |\ | |||||
| * \ | Manual merge from mysql-trunk. | Alexander Nozdrin | 2010-04-27 | 1 | -3/+3 |
| |\ \ | |||||
| * \ \ | Manual merge of mysql-5.1-bugteam to | Alexey Kopytov | 2010-04-19 | 2 | -2/+10 |
| |\ \ \ | |||||
| * | | | | Fixed the result of a bad merge in storage/myisam/mi_delete_table.c in mysql-... | Alexey Kopytov | 2010-04-04 | 1 | -48/+12 |
| * | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge. | Alexey Kopytov | 2010-04-03 | 1 | -3/+64 |
| |\ \ \ \ | |||||
| | * | | | | BUG#40980 - Drop table can remove another MyISAM table's | Sergey Vojtovich | 2010-04-01 | 1 | -2/+37 |
| * | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge. | Alexey Kopytov | 2010-04-03 | 5 | -9/+32 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge fix for BUG51868 to mysql-5.1-bugteam. | Sergey Vojtovich | 2010-03-26 | 4 | -8/+31 |
| | |\ \ \ \ | |||||
| | | * | | | | BUG#51868 - crash with myisam_use_mmap and partitioned | Sergey Vojtovich | 2010-03-22 | 4 | -8/+31 |
| * | | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge. | Alexey Kopytov | 2010-04-02 | 8 | -46/+39 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge fix for BUG51866 to mysql-5.1-bugteam. | Sergey Vojtovich | 2010-03-25 | 2 | -19/+16 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | BUG#51866 - crash with repair by sort and fulltext keys | Sergey Vojtovich | 2010-03-25 | 2 | -19/+16 |
| | * | | | | | | Merge fix for BUG51877 to mysql-5.1-bugteam. | Sergey Vojtovich | 2010-03-25 | 1 | -1/+16 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | BUG#51877 - HANDLER interface causes invalid memory read | Sergey Vojtovich | 2010-03-25 | 1 | -1/+16 |
| | | | |/ / / / | | | |/| | | | | |||||
| | * | | | | | | Merge fix for BUG47598 to mysql-5.1-bugteam. | Sergey Vojtovich | 2010-03-25 | 5 | -26/+7 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | | * | | | | | BUG#47598 - MyISAM may write uninitialized data to disk | Sergey Vojtovich | 2010-03-25 | 5 | -26/+7 |
| | | |/ / / / | |||||
* | | | | | | | Bug #53445 Build with -Wall and fix warnings that it generates | Tor Didriksen | 2010-05-26 | 4 | -8/+7 |
* | | | | | | | Patch for Bug#53937 (Junk make-ccc files included in MySQL Server bzr repo). | Alexander Nozdrin | 2010-05-26 | 1 | -5/+0 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Another incarnation of the patch for Bug#30708 | Alexander Nozdrin | 2010-05-19 | 1 | -3/+0 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | merge from mysql-trunk-bugfixing | Jon Olav Hauglid | 2010-04-20 | 4 | -24/+38 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | WL#5030: Split and remove mysql_priv.h | Mats Kindahl | 2010-03-31 | 2 | -2/+10 |
| |/ / / | |||||
| * | | | Manual merge of mysql-trunk into mysql-trunk-merge. | Alexey Kopytov | 2010-03-24 | 49 | -871/+1022 |
| |\ \ \ | |||||
| * \ \ \ | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-03-20 | 1 | -7/+7 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | BUG#47444 - --myisam_repair_threads>1can result in all | Sergey Vojtovich | 2010-03-12 | 1 | -7/+7 |
| | | |/ | | |/| | |||||
| * | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-03-12 | 2 | -15/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge fix for BUG51307 to 5.1-bugteam. | Sergey Vojtovich | 2010-03-10 | 1 | -3/+11 |
| | |\ \ | |||||
| | | * | | BUG#51307 - widespread corruption with partitions and | Sergey Vojtovich | 2010-03-02 | 1 | -3/+11 |
| | * | | | Bug #51357: crash when using handler commands on spatial indexes | Georgi Kodinov | 2010-03-04 | 1 | -12/+10 |
| | |/ / | |||||
* | | | | Bug #51327 MyISAM table is automatically repaired on ALTER | Jon Olav Hauglid | 2010-04-15 | 1 | -3/+3 |
| |_|/ |/| | | |||||
* | | | A follow-up on WL#5154 and WL#5182: remove forgotten options. | Alexander Nozdrin | 2010-03-03 | 1 | -7/+0 |
* | | | Manual merge from mysql-next-mr. | Alexander Nozdrin | 2010-03-01 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Mergine from mysql-next-me | Alexander Barkov | 2010-02-27 | 2 | -25/+36 |
| |\ \ \ | |||||
| * | | | | After-fix for WL#2649 Number-to-string conversion. | Alexander Barkov | 2010-02-26 | 1 | -1/+1 |
* | | | | | Manual merge from mysql-trunk-merge. | Alexander Nozdrin | 2010-02-24 | 3 | -2/+20 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-02-22 | 3 | -2/+20 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge fix for BUG48438 to mysql-5.1-bugteam. | Sergey Vojtovich | 2010-02-12 | 1 | -1/+1 |
| | * | | Merge fix for BUG49628 to mysql-5.1-bugteam. | Sergey Vojtovich | 2010-02-12 | 1 | -0/+8 |
| | |\ \ | |||||
| | | * | | BUG#49628 - corrupt table after legal SQL, LONGTEXT column | Sergey Vojtovich | 2010-02-12 | 1 | -0/+8 |
| | * | | | BUG#50351 - ft_min_word_len=2 Causes query to hang | Sergey Vojtovich | 2010-02-02 | 1 | -1/+11 |
| | |/ / | |||||
| | * | | merge mysql-5.0-bugteam to mysql-5.1-bugteam | Satya B | 2009-12-24 | 1 | -1/+0 |
* | | | | merge | Vladislav Vaintroub | 2010-02-16 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * \ \ \ | Merge next-mr -> next-4284 | Konstantin Osipov | 2010-02-03 | 1 | -2/+2 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Merge next-mr -> next-4284. | Konstantin Osipov | 2010-02-03 | 6 | -32/+100 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge next-mr -> next-4284. | Konstantin Osipov | 2010-02-02 | 2 | -9/+8 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge next-mr -> next-4284. | Konstantin Osipov | 2010-02-02 | 3 | -4/+45 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge next-mr -> next-4284. | Konstantin Osipov | 2010-02-02 | 2 | -16/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge next-mr -> next-4284. | Konstantin Osipov | 2009-12-15 | 2 | -2/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge next-mr -> next-4284. | Konstantin Osipov | 2009-12-15 | 15 | -3/+90 |
| |\ \ \ \ \ \ \ \ \ |