summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Add more execution stages (commit, rollback, etc)Monty2017-11-051-1/+0
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-0/+6
|\
| * Fix test failure on galera.view caused by incorrect locationJan Lindström2017-10-101-1/+2
| * MW-416sjaakola2017-10-101-0/+5
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-1/+1
|\ \ | |/
| * MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-1/+1
* | MDEV-13197 Parser refactoring for CREATE VIEW,TRIGGER,SP,UDF,EVENTAlexander Barkov2017-07-011-12/+12
* | MDEV-12657 A few tests fail in build-bot on Windows after changing Field::fie...Alexander Barkov2017-05-021-1/+1
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-35/+36
* | MDEV-12478 CONCAT function inside view casts values incorrectly with Oracle s...Alexander Barkov2017-04-111-2/+3
* | Change error message when using DROP VIEW on a non existing view fromMonty2017-04-071-3/+3
* | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-4/+12
* | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT)Oleksandr Byelkin2017-03-141-3/+3
|/
* Use sql_mode_t for sql_mode.Monty2016-10-051-2/+2
* MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2016-09-041-1/+10
* Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-3/+3
|\
| * MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-2/+2
| * Fixed bug mdev-9937.Igor Babaev2016-04-201-0/+2
* | mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-261-2/+2
* | Fixed bug mdev-10344.Igor Babaev2016-07-291-1/+1
* | Made prepared statement, explain and views working with recursuve CTE.Galina Shalygina2016-05-121-0/+10
* | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-0/+2
|/
* Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-5/+7
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-2/+2
| |\
| | * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-2/+2
| * | MDEV-9641 MDEV-9644 NULLIF assertionsSergei Golubchik2016-03-051-3/+5
* | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2Igor Babaev2016-03-211-1/+1
|\ \ \
| * | | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-1/+1
* | | | MDEV-9488 - Table cache cleanupsSergey Vojtovich2016-02-261-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-2/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-2/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-2/+1
| | |\
| | | * MDEV-9462: Out of memory using explain on 2 empty tablesOleksandr Byelkin2016-02-061-2/+1
* | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-10/+10
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-0/+5
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-11-181-0/+5
| |\ \ | | |/
| | * DEV-8632 Segmentation fault on INSERTOleksandr Byelkin2015-11-091-0/+5
* | | MDEV-8087: Server crashed in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2015-10-121-0/+6
* | | Speed up some innodb testsMonty2015-10-051-0/+5
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-1/+1
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-8/+12
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-1/+1
| |\ \ | | |/
| | * MDEV-7207 - ALTER VIEW does not change ALGORITMSergey Vojtovich2015-06-051-1/+1
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-14/+139
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-15/+140
| |\ \ | | |/
| | * 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