summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warnings and other bugs found by buildbot.Michael Widenius2011-11-301-1/+1
* Merge with MySQL 5.1.60Michael Widenius2011-11-231-2/+33
|\
| * manual mergeTatjana Azundris Nuernberg2011-10-061-9/+10
| |\
| | * additional clean-up for 11765687Tatjana Azundris Nuernberg2011-10-061-9/+10
| * | manual mergeTatjana Azundris Nuernberg2011-09-291-2/+32
| |\ \ | | |/
| | * Bug#11765687 (MySQL58677): No privilege on table / view, but can know #rows /...Tatjana Azundris Nuernberg2011-09-291-2/+32
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-16/+30
|\ \ \ | |/ /
| * | Updating header copyright/README in source for 2011Karen Langford2011-01-251-1/+1
| * | Fix for bug #58499 "DEFINER-security view selecting from Dmitry Lenev2011-01-121-14/+28
| * | Fixed following problems:Sergey Glukhov2010-12-141-1/+1
* | | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-1/+1
* | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-7/+7
|\ \ \ | |/ /
| * | Manual merge from the bugfix tree.Alexey Kopytov2010-06-111-3/+4
| |\ \
| | * | Bug #42064: low memory crash when importing hex strings, inAlexey Kopytov2010-05-211-3/+4
| * | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-4/+3
| |/ /
* | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-8/+37
|\ \ \ | |/ /
| * | Bug#40277: SHOW CREATE VIEW returns invalid SQLDavi Arnaut2010-03-091-0/+32
| * | Bug#50624: crash in check_table_access during call procedureDavi Arnaut2010-02-131-8/+5
* | | Removed compiler warningMichael Widenius2010-03-301-1/+3
|/ /
* | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-3/+5
* | Bug#49501 Inefficient information_schema check (system collation)Sergey Glukhov2010-01-191-2/+2
* | Bug #48995 abort missing DBUG_RETURN or .. in function "check_key_in_view"Jon Olav Hauglid2009-12-151-1/+1
* | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-1/+1
* | Merge from 5.0 for 43414Staale Smedseng2009-08-281-2/+1
|\ \ | |/
| * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-2/+1
| * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-3/+3
| * Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-1/+1
| |\
| | * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-8/+8
| | |\
| | * \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-37/+30
| | |\ \
| | * \ \ Merge from 5.0 trunk.Chad MILLER2008-07-141-3/+5
| | |\ \ \
| | * \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-90/+152
| | |\ \ \ \
| | * \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-13/+19
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-1/+1
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-10-101-1/+1
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-1/+1
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-1/+1
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-04-261-1/+1
| | | | | | |\ \ \ \ \ \
* | | | | | | | | | | | | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-7/+7
* | | | | | | | | | | | | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-1/+2
* | | | | | | | | | | | | Bug#43385 Cannot ALTER DATABASE ... UPGRADE DATA DIRECTORY NAME when Views ex...Sergey Glukhov2009-04-131-4/+6
* | | | | | | | | | | | | Manually merge BUG#37145 to 5.1-bugteamHe Zhenxing2009-04-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-2/+4
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | fixed compilation warnings. addendum to the fix for bug 29125Georgi Kodinov2009-03-201-1/+2
* | | | | | | | | | | | auto-mergeIgnacio Galarza2009-03-171-21/+31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | backport the fix for bug #37191 to 5.1-bugteamGeorgi Kodinov2009-02-251-21/+31
* | | | | | | | | | | | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| / / / / / / / / / / / | |/ / / / / / / / / / /
| * | | | | | | | | | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-8/+8
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | After-push commit for bug #33461 to make valgrind happy:Gleb Shchepa2008-12-011-1/+1
* | | | | | | | | | | manual merge 5.0-bugteam --> 5.1-bugteam (bug 33461)Gleb Shchepa2008-11-281-2/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /