summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* WL#2110 (SIGNAL)Marc Alff2009-09-101-3/+3
* merged 5.0-bugteam to 5.1-bugteamGeorgi Kodinov2009-05-271-0/+1
|\
| * Bug #38159: Function parsing problem generates misleading error messageGeorgi Kodinov2009-05-271-0/+1
| * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-1/+1
* | Bug#36086: SELECT * from views don't check column grantsMartin Hansson2008-09-031-23/+53
* | Bug#12713 "Error in a stored function called from a SELECT doesn't unknown2007-12-121-2/+3
* | - addendum of the fix for bug 27786:unknown2007-04-231-3/+1
* | Merge gbichot3.local:/home/mysql_src/mysql-5.0-rplunknown2007-03-221-1/+1
|\ \ | |/
| * - renaming TMP_TABLE to NON_TRANSACTIONAL_TMP_TABLE because this isunknown2007-03-221-1/+1
* | Merge mysql.com:/home/my/mysql-5.0unknown2007-01-271-2/+0
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-2/+0
| |\
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-2/+0
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ \ | |/ /
| * | Many files:unknown2006-12-231-2/+1
| |/
* | Table definition cache, part 2unknown2005-11-231-2/+2
|/
* support of view underlying tables and SP functions security check added (BUG#...unknown2005-10-281-18/+21
* A fix and a test case for Bug#6513 "Test Suite: Values inserted by using unknown2005-09-221-27/+16
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-151-0/+5
|\
| * Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-151-0/+5
| |\
| | * Fix bug #11864 non unique names are allowed in subqueryunknown2005-08-101-0/+5
* | | Fixes during review of new pushed codeunknown2005-08-121-2/+1
|/ /
* | BUG#11869:part 2: post-review fixes: merging into 5.0unknown2005-08-071-1/+2
|/
* Name resolution context added (BUG#6443)unknown2005-07-011-0/+4
* Patch two (the final one) for Bug#7306 "the server side preparedStatementunknown2005-06-071-5/+3
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-04-011-3/+6
|\
| * fixed mechanism of detection selection from table wich we updateunknown2005-03-281-3/+6
* | postmerge 4.1->5.0 fixesunknown2005-04-011-1/+1
* | merge 4.1->5.0unknown2005-03-311-1/+1
|\ \ | |/ |/|
| * fixed union types merging and table related metadata (BUG#8824)unknown2005-03-231-2/+2
* | Merge with 4.1unknown2005-02-221-1/+7
|\ \ | |/
| * removed wrong distinct UNION detection (BUG#6565)unknown2005-02-141-2/+8
* | WL#2130: Table locking for stored FUNCTIONsunknown2005-02-081-0/+5
* | First stage of table definition cacheunknown2005-01-061-3/+3
* | Merge with 4.1unknown2004-12-221-1/+0
|\ \ | |/
| * Fix for bug #6765 "Implicit access to time zone description unknown2004-12-091-1/+0
* | Small cleanup of derived tables handling.unknown2004-12-191-5/+0
* | Fix for bug#7212: information_schema: "Can't find file" errors if storage eng...unknown2004-12-161-0/+12
* | After merge fixesunknown2004-12-061-3/+3
* | new lock for multiupdate:unknown2004-11-051-101/+135
* | merge with 4.1unknown2004-10-291-0/+3
|\ \ | |/
| * postreview fixes (BUG#5618 & BUG#5590)unknown2004-09-251-1/+1
| * fixed error handling if creating derived table failedunknown2004-09-171-0/+3
| * memory leak fixedunknown2004-09-051-3/+5
| * Fix for bug#4912 "mysqld crashs in case a statement is executedunknown2004-08-211-1/+1
* | memory leaks fixedunknown2004-09-041-3/+5
* | VIEWunknown2004-07-161-12/+10
* | Merge with 4.1.3-betaunknown2004-07-071-1/+0
|\ \ | |/
| * Unused variables removed (many files).unknown2004-06-211-1/+0
* | PS and SP made compatible in mechanism used for preparing query for rexecutio...unknown2004-05-201-1/+1
|/
* fixed subquery in the FROM clause with parameter (BUG#3020)unknown2004-04-081-29/+35