summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* table.cc:unknown2005-08-131-0/+7
* sql_view.cc:unknown2005-08-121-0/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-311-4/+5
|\
| * Fixes during review of new pushed codeunknown2005-07-311-4/+5
* | store/restore sql_mode which was in force during ctrigger creation (BUG#5891)unknown2005-07-281-4/+4
|/
* view.test, view.result:unknown2005-07-121-0/+1
* view.result, view.test:unknown2005-07-061-0/+4
* manual mergeunknown2005-07-041-11/+12
|\
| * Fixes during review of new codeunknown2005-07-041-11/+12
* | fixed difference between ps-protocol and usual executionunknown2005-07-021-2/+0
* | Name resolution context added (BUG#6443)unknown2005-07-011-22/+54
|/
* fixed view fields names check and generation (changed after Trudy review: und...unknown2005-06-211-4/+71
* renamed:unknown2005-06-151-1/+1
* Patch two (the final one) for Bug#7306 "the server side preparedStatementunknown2005-06-071-2/+3
* Manual mergeunknown2005-05-101-2/+2
|\
| * Many files:unknown2005-05-101-2/+2
* | Fix for bug #9841 "Unexpected read lock when trying to update a view inunknown2005-05-051-14/+15
* | Fix for BUG#10107: Memory leak in view over subquery:unknown2005-04-231-2/+4
* | Fix for BUG#8490: In mysql_make_view for join algorithm views we need unknown2005-04-231-3/+11
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-04-031-6/+6
|\
| * postreview patchunknown2005-04-021-4/+4
| * fix of required privileges for altering view VIEW (DELETE->DROP) (BUG#9260)unknown2005-04-021-3/+3
* | - stackoverflow check added for view of view processingunknown2005-04-031-4/+4
|/
* postmerge 4.1->5.0 fixesunknown2005-04-011-1/+1
* Fix for memory leak which was introduced by patch improving locking in SP.unknown2005-03-041-0/+1
* Manual merge SP-locking improvements patch with current tree.unknown2005-03-041-42/+30
|\
| * Better approach for prelocking of tables for stored routines executionunknown2005-03-041-42/+30
* | Mergeunknown2005-02-091-0/+3
|\ \ | |/ |/|
| * fixed QC invaluidation and processing with view (BUG#8050) (BUG#8054)unknown2005-01-271-0/+3
* | WL#2130: Table locking for stored FUNCTIONsunknown2005-02-081-18/+23
|/
* Fix accesses to uninitialized memory (found by valgrind)unknown2005-01-131-2/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-01-061-21/+21
|\
| * First stage of table definition cacheunknown2005-01-061-21/+21
* | fixed bugs in view code with prepared statemntsunknown2005-01-041-12/+12
|/
* After merge fixesunknown2004-12-311-1/+0
* After merge fixesunknown2004-12-061-2/+3
* fixed redifinition of variableunknown2004-11-261-1/+1
* spelling fixed/comments added (postreview fixes)unknown2004-11-251-1/+1
* post-merge fixunknown2004-11-251-6/+7
* mergeunknown2004-11-211-32/+78
|\
| * mergeunknown2004-11-111-32/+79
| |\
| | * mergeunknown2004-10-071-25/+45
| | |\
| | * \ mergeunknown2004-10-051-28/+78
| | |\ \
| | | * | support of join view updateability (WL#1809)unknown2004-09-151-21/+32
| | | * | fixed merged view fields names (BUG#5147)unknown2004-09-141-26/+65
* | | | | mergeunknown2004-11-211-1/+28
|\ \ \ \ \
| * | | | | VIEW support for CHECK TABLE command (WL#1984)unknown2004-10-281-1/+28
* | | | | | changed field names, fields order according to WL descriptionunknown2004-11-201-1/+1
* | | | | | fixing compiler warningsunknown2004-11-171-2/+5
* | | | | | margeunknown2004-11-131-48/+35
|\ \ \ \ \ \