summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Bug #33461: SELECT ... FROM <view> USE INDEX (...) throwsGleb Shchepa2008-11-281-6/+7
* | manual merge 5.0-bugteam --> 5.1-bugteam (bug 40021)Gleb Shchepa2008-11-141-25/+6
|\ \ | |/
| * Bug #40021: Renaming view fails, archived .frm for view isGleb Shchepa2008-11-141-26/+7
* | 5.0-bugteam->5.1-bugteam merge(bug#39040)Sergey Glukhov2008-10-271-5/+21
|\ \ | |/
| * Bug#39040 valgrind errors/crash when creating views with binlog logging enabledSergey Glukhov2008-10-271-3/+13
* | manual merge 5.0-bugteam --> 5.1-bugteamGleb Shchepa2008-09-301-2/+2
|\ \ | |/
| * Fixed bug #17823: 'arc' directories inside database directories.Gleb Shchepa2008-09-301-2/+2
* | Bug#35577, manual merge mysql-5.0-bugteam -> mysql-5.1-bugteamMarc Alff2008-07-141-4/+4
|\ \ | |/
| * Bug#35577 (CREATE PROCEDURE causes either crash or syntax error depending onMarc Alff2008-07-141-2/+3
| * Bug#32575 - Parse error of stmt with extended comments on slave sideunknown2008-05-081-3/+5
* | We never check the return value of mysql_frm_type for an error. Dounknown2008-02-261-1/+1
* | An unused variable (compile-time warning).unknown2008-02-221-1/+0
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2008-02-221-4/+44
|\ \
| * | Fix for Bug#30217: Views: changes in metadata behaviourunknown2008-02-221-4/+44
* | | Post-merge fixes for bug 32890unknown2008-02-211-2/+2
* | | Merge buzz.(none):/home/davi/mysql-5.0-runtimeunknown2008-02-211-87/+126
|\ \ \ | |/ / |/| / | |/
| * Bug#32890 Crash after repeated create and drop of tables and viewsunknown2008-02-211-87/+126
| * Fix for Bug#34337: Server crash when Altering a view usingunknown2008-02-211-3/+26
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2008-02-201-6/+2
|\ \
| * \ Merge mysql.com:/Users/davi/mysql/bugs/34587-5.1unknown2008-02-201-6/+2
| |\ \
| | * | Bug#34587 Creating a view inside a stored procedure leads to a server crashunknown2008-02-201-6/+2
* | | | Fix for Bug#34337: Server crash when Altering a view usingunknown2008-02-201-3/+26
|/ / /
* | | Rename send_ok to my_ok. Similarly to my_error, it only records the status,unknown2008-02-191-2/+2
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2008-02-081-3/+3
|\ \
| * \ Merge quad.:/mnt/raid/alik/MySQL/devel/5.1unknown2008-02-011-3/+3
| |\ \
| | * | A fix and a test case for Bug#34166 Server crash in SHOW OPEN TABLES andunknown2008-01-301-3/+3
* | | | Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1unknown2008-01-311-11/+18
|\ \ \ \ | |/ / / |/| | |
| * | | fix manual mergeunknown2007-12-131-2/+0
| * | | Merge hezx.(none):/media/hda5/work/mysql/bkwork/bug#30998/mysql-5.0-rplunknown2007-12-121-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Bug#30998 Drop View breaks replication if view does not existunknown2007-12-031-13/+19
| * | | Bug#30998 Drop View breaks replication if view does not existunknown2007-12-031-11/+18
| | |/ | |/|
* | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-forcollapseandmergeunknown2007-12-141-1/+1
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-12-141-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Doxygenized comments.unknown2007-10-161-1/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-communityunknown2007-11-091-3/+3
|\ \ \ \ | |/ / /
| * | | Use an inline getter method (thd->is_error()) to query if there is an error unknown2007-10-301-3/+3
* | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-recentcommmergeunknown2007-10-291-5/+8
|\ \ \ \ | |/ / /
| * | | merge 5.0-opt -> 5.1-optunknown2007-10-011-4/+1
| |\ \ \ | | | |/ | | |/|
| | * | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-09-271-4/+1
| | |\ \
| | | * | Bug#29908: A user can gain additional access through the ALTER VIEW.unknown2007-09-201-4/+1
| | * | | Merge macbook.local:/Users/kgeorge/mysql/work/B28701-5.0-optunknown2007-09-221-0/+9
| | |\ \ \ | | | |/ / | | |/| |