summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* MW-416 Replicate DDL after ACL checksjaakola2017-10-191-1/+1
* MW-416 Replicating DDL after ACL check, 5.6 versionsjaakola2017-10-191-0/+5
* MDEV-9462: Out of memory using explain on 2 empty tablesOleksandr Byelkin2016-02-061-2/+1
* DEV-8632 Segmentation fault on INSERTOleksandr Byelkin2015-11-091-0/+5
* MDEV-7207 - ALTER VIEW does not change ALGORITMSergey Vojtovich2015-06-051-1/+1
* post-merge fixesSergei Golubchik2015-04-291-35/+11
* sql_print_information correctedDaniel Black2015-04-131-4/+10
* mariadb_fix_view to allow fixing of view->mariadb_versionDaniel Black2015-04-131-5/+3
* avoid calling runctiosn in DBUG_RETURNDaniel Black2015-04-131-1/+3
* mariadb_fix_view need only check view->mariadb_versionDaniel Black2015-04-131-2/+1
* correct server side error messagesDaniel Black2015-04-121-4/+4
* MDEV-6916 REPAIR VIEW / mysql migrationOleksandr Byelkin2015-04-121-14/+158
* Adding mariadb-version on the view creation to view frm. (MDEV-6916 followup)unknown2014-12-211-1/+5
* mysql-5.5.39 mergeSergei Golubchik2014-08-021-3/+2
|\
| * BUG#18405221: SHOW CREATE VIEW OUTPUT INCORRECTNisha Gopalakrishnan2014-06-251-14/+46
* | MDEV-6409 CREATE VIEW replication problem if error occurs in mysql_register_viewSergei Golubchik2014-07-231-3/+2
* | MySQL-5.5.36 mergeSergei Golubchik2014-02-171-2/+2
|\ \ | |/
| * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
* | merge 5.3->5.5unknown2014-01-261-5/+1
|\ \
| * \ merge of MDEV-5356 5.1->5.3 (with more fixes and test suite).unknown2014-01-231-5/+1
| |\ \
| | * | MDEV-5356: Server crashes in Item_equal::contains on 2nd execution of a PSunknown2014-01-231-5/+1
* | | | mysql-5.5.34 mergeSergei Golubchik2013-11-191-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | WL#7076: Backporting wl6715 to support both formats Ashish Agarwal2013-08-231-1/+1
* | | | mysql-5.5.32 mergeSergei Golubchik2013-07-161-1/+1
|\ \ \ \ | |/ / /
| * | | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
* | | | mysql-5.5.31 mergeSergei Golubchik2013-05-071-3/+9
|\ \ \ \ | |/ / /
| * | | Merge from 5.1 to 5.5Praveenkumar Hulakund2013-01-101-3/+9
| |\ \ \
| | * | | Bug#11749556: DEBUG ASSERTION WHEN ACCESSING A VIEW ANDPraveenkumar Hulakund2013-01-101-3/+9
* | | | | 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
|\ \ \ \ \ \ \ | |/ / / / / /