Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 5.1 | Sergei Golubchik | 2010-09-11 | 1 | -1/+1 |
|\ | |||||
| * | Fix that one can run mysql_upgrade with long table names | Michael Widenius | 2010-09-03 | 1 | -1/+1 |
* | | Merge with MariaDB 5.1.49 | Michael Widenius | 2010-08-05 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | Merge with MySQL 5.1.49 | Michael Widenius | 2010-08-02 | 1 | -7/+7 |
| |\ | |||||
| | * | Manual merge from the bugfix tree. | Alexey Kopytov | 2010-06-11 | 1 | -3/+4 |
| | |\ | |||||
| | | * | Bug #42064: low memory crash when importing hex strings, in | Alexey Kopytov | 2010-05-21 | 1 | -3/+4 |
| | * | | Bug#42733: Type-punning warnings when compiling MySQL -- | Davi Arnaut | 2010-06-10 | 1 | -4/+3 |
| | |/ | |||||
* | | | merge 5.1->5.2 | Sergei Golubchik | 2010-06-01 | 1 | -8/+37 |
|\ \ \ | |/ / | |||||
| * | | Merge MySQL 5.1.46 into MariaDB. | unknown | 2010-04-28 | 1 | -8/+37 |
| |\ \ | | |/ | |||||
| | * | Bug#40277: SHOW CREATE VIEW returns invalid SQL | Davi Arnaut | 2010-03-09 | 1 | -0/+32 |
| | * | Bug#50624: crash in check_table_access during call procedure | Davi Arnaut | 2010-02-13 | 1 | -8/+5 |
* | | | MWL#43 CREATE TABLE options (by Sanja) | Sergei Golubchik | 2010-04-08 | 1 | -1/+1 |
|/ / | |||||
* | | Removed compiler warning | Michael Widenius | 2010-03-30 | 1 | -1/+3 |
|/ | |||||
* | Backport Bug#37148 to 5.1 | He Zhenxing | 2010-01-24 | 1 | -3/+5 |
* | Bug#49501 Inefficient information_schema check (system collation) | Sergey Glukhov | 2010-01-19 | 1 | -2/+2 |
* | Bug #48995 abort missing DBUG_RETURN or .. in function "check_key_in_view" | Jon Olav Hauglid | 2009-12-15 | 1 | -1/+1 |
* | Bug #40877: multi statement execution fails in 5.1.30 | Georgi Kodinov | 2009-10-16 | 1 | -1/+1 |
* | Merge from 5.0 for 43414 | Staale Smedseng | 2009-08-28 | 1 | -2/+1 |
|\ | |||||
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQL | Staale Smedseng | 2009-08-28 | 1 | -2/+1 |
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQL | Staale Smedseng | 2009-06-17 | 1 | -3/+3 |
| * | Merge community up to enterprise, thus ending the community-server | Chad MILLER | 2009-05-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge 5.0.80 release and 5.0 community. Version left at 5.0.80. | Chad MILLER | 2009-04-14 | 1 | -8/+8 |
| | |\ | |||||
| | * \ | Merged from 5.0 (enterprise). | Chad MILLER | 2008-12-17 | 1 | -37/+30 |
| | |\ \ | |||||
| | * \ \ | Merge from 5.0 trunk. | Chad MILLER | 2008-07-14 | 1 | -3/+5 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge chunk from trunk. | Chad MILLER | 2008-07-10 | 1 | -90/+152 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge chunk from trunk. | Chad MILLER | 2008-07-10 | 1 | -13/+19 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2007-12-10 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2007-10-10 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2007-09-10 | 1 | -1/+1 |
| | | | |\ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ | Merge mysqldev@production.mysql.com:my/mysql-5.0-release | unknown | 2007-07-02 | 1 | -1/+1 |
| | | | | |\ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ | Merge mysqldev@production.mysql.com:my/mysql-5.0-release | unknown | 2007-04-26 | 1 | -1/+1 |
| | | | | | |\ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | Bug#44834 strxnmov is expected to behave as you'd expect | Sergey Glukhov | 2009-06-19 | 1 | -7/+7 |
* | | | | | | | | | | | | | BUG#41948 Query_log_event constructor needlessly contorted | He Zhenxing | 2009-05-30 | 1 | -1/+2 |
* | | | | | | | | | | | | | Bug#43385 Cannot ALTER DATABASE ... UPGRADE DATA DIRECTORY NAME when Views ex... | Sergey Glukhov | 2009-04-13 | 1 | -4/+6 |
* | | | | | | | | | | | | | Manually merge BUG#37145 to 5.1-bugteam | He Zhenxing | 2009-04-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | BUG#37145 Killing a statement doing DDL may log binlog event with error code ... | He Zhenxing | 2009-03-27 | 1 | -2/+4 |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | fixed compilation warnings. addendum to the fix for bug 29125 | Georgi Kodinov | 2009-03-20 | 1 | -1/+2 |
* | | | | | | | | | | | | auto-merge | Ignacio Galarza | 2009-03-17 | 1 | -21/+31 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | backport the fix for bug #37191 to 5.1-bugteam | Georgi Kodinov | 2009-02-25 | 1 | -21/+31 |
* | | | | | | | | | | | | | Bug#29125 Windows Server X64: so many compiler warnings | Ignacio Galarza | 2009-02-13 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| / / / / / / / / / / / | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Bug#29125 Windows Server X64: so many compiler warnings | Ignacio Galarza | 2009-02-10 | 1 | -8/+8 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | After-push commit for bug #33461 to make valgrind happy: | Gleb Shchepa | 2008-12-01 | 1 | -1/+1 |
* | | | | | | | | | | | manual merge 5.0-bugteam --> 5.1-bugteam (bug 33461) | Gleb Shchepa | 2008-11-28 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Bug #33461: SELECT ... FROM <view> USE INDEX (...) throws | Gleb Shchepa | 2008-11-28 | 1 | -6/+7 |
* | | | | | | | | | | | manual merge 5.0-bugteam --> 5.1-bugteam (bug 40021) | Gleb Shchepa | 2008-11-14 | 1 | -25/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Bug #40021: Renaming view fails, archived .frm for view is | Gleb Shchepa | 2008-11-14 | 1 | -26/+7 |
* | | | | | | | | | | | 5.0-bugteam->5.1-bugteam merge(bug#39040) | Sergey Glukhov | 2008-10-27 | 1 | -5/+21 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Bug#39040 valgrind errors/crash when creating views with binlog logging enabled | Sergey Glukhov | 2008-10-27 | 1 | -3/+13 |
* | | | | | | | | | | | manual merge 5.0-bugteam --> 5.1-bugteam | Gleb Shchepa | 2008-09-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Fixed bug #17823: 'arc' directories inside database directories. | Gleb Shchepa | 2008-09-30 | 1 | -2/+2 |