summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-04-031-1/+1
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/build-200702201448-5.0.36/mysql-5.0-re...unknown2007-02-271-1/+1
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | Prevent bugs by making DBUG_* expressions syntactically equivalent unknown2007-02-221-1/+1
| | | | | | | | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-communityunknown2007-01-031-1/+1
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | Bug#24795: Add SHOW PROFILEunknown2007-01-031-1/+1
* | | | | | | | | | | | | | | BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-2/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | | Bug #33461: SELECT ... FROM <view> USE INDEX (...) throwsGleb Shchepa2008-11-281-6/+7
* | | | | | | | | | | | | Bug #40021: Renaming view fails, archived .frm for view isGleb Shchepa2008-11-141-26/+7
* | | | | | | | | | | | | Bug#39040 valgrind errors/crash when creating views with binlog logging enabledSergey Glukhov2008-10-271-3/+13
* | | | | | | | | | | | | Fixed bug #17823: 'arc' directories inside database directories.Gleb Shchepa2008-09-301-2/+2
* | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Bug#30998 Drop View breaks replication if view does not existunknown2007-12-031-13/+19
|/ / / / / / / / /
* | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Bug #28701:unknown2007-06-061-0/+9
* | | | | | | | | Bug#29408 Cannot find view in columns table if the selection contains a functionunknown2007-09-031-0/+14
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Fixed bug #30287.unknown2007-08-211-0/+6
* | | | | | | | A fix and a test case for Bug#26141 mixing table types in trigger unknown2007-07-121-0/+13
* | | | | | | | Merge adventure.(none):/home/thek/Development/cpp/bug28846/my50-bug28846unknown2007-06-221-10/+9
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Bug#28846 Use of undocumented Prepared Statements crashes serverunknown2007-06-221-10/+9
* | | | | | | | Post-merge fix.unknown2007-06-011-102/+7
* | | | | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-06-021-0/+97
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | Bug#27876 (SF with cyrillic variable name fails during execution (regression))unknown2007-05-251-1/+2
* | | | | | | sql_view.cc:unknown2007-06-011-1/+1
* | | | | | | sql_view.cc:unknown2007-05-311-1/+1
* | | | | | | Fixed bug #28244.unknown2007-05-311-57/+72
|/ / / / / /
* | | | | | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2007-04-241-5/+9
|\ \ \ \ \ \
| * | | | | | Bug#25411 (trigger code truncated), PART Iunknown2007-04-241-5/+9
| |/ / / / /
* | | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-04-211-2/+7
|\ \ \ \ \ \
| * | | | | | Bug #27786:unknown2007-04-201-2/+7
| |/ / / / /
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-marvelunknown2007-03-241-1/+6
|\ \ \ \ \ \