summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-091-12/+10
* convenience helpers for get_table_share() and tdc_open_view().Sergei Golubchik2013-04-091-6/+2
* moving LOCK_open into get_table_share()Sergei Golubchik2013-04-091-3/+2
* split THD::make_lex_string() in twoSergei Golubchik2013-04-071-3/+3
* 5.3 mergeSergei Golubchik2012-05-041-1/+1
|\
| * LPBUG#983285 - incompatibility in frm in case of VIEWs with non-default ALGOR...Vladislav Vaintroub2012-04-201-1/+1
* | mysql 5.5.23 mergeSergei Golubchik2012-04-101-0/+7
|\ \
| * | Bug#12626844 : WE ARE NOT CHECKING VIEW TABLE NAMESChaithra Gopalareddy2012-03-141-0/+7
* | | Merged the implementation of MDEV-28 LIMIT ROWS EXAMINED into MariaDB 5.5.unknown2012-03-121-0/+11
|\ \ \
| * | | Implementation of MDEV-28 LIMIT ROWS EXAMINEDunknown2012-03-111-0/+11
| | |/ | |/|
* | | mysql-5.5 mergeSergei Golubchik2012-01-161-3/+4
|\ \ \ | | |/ | |/|
| * | manual mergeTatjana Azundris Nuernberg2011-10-061-9/+11
| |\ \
| * \ \ manual merge to reconcile with MySQL ticket 27145Tatjana Azundris Nuernberg2011-10-061-3/+33
| |\ \ \
* | \ \ \ 5.3 mergeSergei Golubchik2012-01-131-1/+32
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge with 5.2.Michael Widenius2011-12-111-3/+34
| |\ \ \ \
| | * \ \ \ Merge with 5.1Michael Widenius2011-11-301-1/+1
| | |\ \ \ \
| | | * | | | Fixed compiler warnings and other bugs found by buildbot.Michael Widenius2011-11-301-1/+1
| | * | | | | Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+33
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | 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
| * | | | | | Fixed LP BUG#747278unknown2011-11-281-0/+2
* | | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | mergeSergei Golubchik2011-10-111-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fixed that when using a trigger mysql.proc is now accessedMichael Widenius2011-10-061-1/+1
* | | | | | | compilation warnings on WindowsSergei Golubchik2011-11-021-1/+1
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-71/+27
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix for LP BUG#806071unknown2011-07-211-1/+15
| * | | | | | Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-66/+8
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-66/+8
| | |\ \ \ \ \
| | | * | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-66/+8
| * | | | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-16/+30
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-16/+30
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| * | | | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-2/+2
* | | | | | | | 5.5-mergeSergei Golubchik2011-07-021-26/+33
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Bug#11764503 (Bug#57341) Query in EXPLAIN EXTENDED shows wrong charactersAlexander Barkov2011-03-041-1/+2
| * | | | | | | weave merge from mysql-5.1 to mysql-5.5Georgi Kodinov2011-02-081-1/+1
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Updating header copyright/README in source for 2011Karen Langford2011-01-251-1/+1
| * | | | | | | Merged fix for bug #58499 "DEFINER-security view selecting fromDmitry Lenev2011-01-121-14/+28
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix for bug #58499 "DEFINER-security view selecting from Dmitry Lenev2011-01-121-14/+28
| * | | | | | | 5.1-bugteam->5.5-bugteam mergeSergey Glukhov2010-12-141-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fixed following problems:Sergey Glukhov2010-12-141-1/+1
| * | | | | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-9/+1
* | | | | | | | merge.Sergei Golubchik2010-11-251-3/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | merge with 5.1Sergei Golubchik2010-09-111-1/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-1/+1
| * | | | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-7/+7
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |