summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* table lists management during VIEW processing code cleanupunknown2004-09-111-52/+48
* post merge fixesunknown2004-09-101-1/+1
* mergeunknown2004-09-091-3/+5
|\
| * Merge on pullunknown2004-09-091-3/+5
| |\
| | * After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-3/+5
* | | test of updating and fetching from the same table check (BUG##5157)unknown2004-09-081-1/+1
|/ /
* | memory leaks fixedunknown2004-09-041-4/+2
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-041-145/+126
|\ \ | |/
| * Merge with pulled codeunknown2004-09-031-146/+128
| |\
| | * Cleanup of new code pushed into 5.0 since last pullunknown2004-09-031-145/+133
* | | ufter review fixunknown2004-09-031-23/+7
* | | checked INTO clause during view creation (BUG#5332)unknown2004-09-021-4/+13
* | | system charset (with wich VIEW printed) saved in .frm and restored before par...unknown2004-09-011-7/+29
* | | adding mysql.proc to table list if view contains stored procedures (BUG#5151)unknown2004-09-011-4/+31
|/ /
* | new method to detect commands where all VIEWs should be temporary tables (BUG...unknown2004-08-241-1/+4
* | Fixed UNION support in view creation (BUG#4664)unknown2004-08-241-52/+54
* | fixed error processing of prepare in VIEW creation (BUG#4801)unknown2004-08-231-1/+8
* | made different fields for view updatebility in principle and updatability dur...unknown2004-07-221-11/+7
* | after merge fixesunknown2004-07-221-2/+1
* | test of duplicate field names (BUG#4608)unknown2004-07-211-0/+20
* | error message interception (Bug#4598)unknown2004-07-211-1/+11
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-07-201-1/+12
|\ \
| * | fixed quoting of identifiers in VIEWs (BUG#4613)unknown2004-07-201-1/+6
| * | fix case what VIEW have not tables (BUG#4614)unknown2004-07-201-0/+5
| * | mark subquery in the FROM clause like derived and quoate all identifiers (BUG...unknown2004-07-201-0/+1
| |/
* | Fixes for MSVC++ compiler.unknown2004-07-191-1/+1
|/
* satisfy VC++unknown2004-07-161-4/+5
* memory leak removingunknown2004-07-161-2/+15
* VIEWunknown2004-07-161-0/+902