summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with pulled codeunknown2004-09-031-146/+128
|\
| * Cleanup of new code pushed into 5.0 since last pullunknown2004-09-031-145/+133
* | 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