summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-2/+1
* Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2006-11-021-5/+56
|\
| * Fix previous bad patch for Bug#14262.cmiller@zippy.cornsilk.net2006-10-171-1/+0
| * Merge fix-up.cmiller@zippy.cornsilk.net2006-10-131-1/+14
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintcmiller@zippy.cornsilk.net2006-10-131-4/+43
| |\
| | * Bug #14262: SP: DROP PROCEDURE|VIEW (maybe more) write to binlog too late \cmiller@zippy.cornsilk.net2006-10-031-4/+43
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mockturtle.local2006-10-201-12/+12
|\ \ \
| * | | Fix for bug#15228 "'invalid access to non-static data member'dlenev@mockturtle.local2006-10-201-12/+12
* | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0kroki/tomash@moonlight.intranet2006-10-121-19/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG#20953: create proc with a create view that uses local vars/paramskroki/tomash@moonlight.intranet2006-10-121-19/+3
| | |/ | |/|
* | | Fixed bug#5505: Wrong error message on INSERT into a viewevgen@moonbone.local2006-09-291-1/+1
| |/ |/|
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-08-301-22/+30
|\ \
| * | BUG#17591: Updatable view not possible with trigger or stored functionkroki/tomash@moonlight.intranet2006-08-291-22/+30
* | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0rburnett@bk-internal.mysql.com2006-08-091-3/+10
|\ \ \
| * | | sql_view.cc:evgen@sunlight.local2006-08-091-13/+1
| * | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0evgen@sunlight.local2006-08-091-3/+9
| |\ \ \
| | * \ \ Merge sunlight.local:/home/evgen/bk-trees/mysql-5.0evgen@sunlight.local2006-08-091-3/+9
| | |\ \ \
| | | * | | sql_base.cc, unireg.h, sql_lex.h, table.cc, sql_view.h, sql_view.cc:evgen@sunlight.local2006-08-091-3/+8
| | * | | | Merge sunlight.local:/home/evgen/bk-trees/mysql-5.0evgen@sunlight.local2006-08-071-3/+13
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | sql_view.cc:evgen@sunlight.local2006-08-071-0/+3
| * | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0evgen@sunlight.local2006-08-071-3/+13
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | sql_view.cc:evgen@sunlight.local2006-08-071-3/+13
| | |/ /
* | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0rburnett@bk-internal.mysql.com2006-08-031-15/+98
|\ \ \ \ | |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-08-021-13/+94
| |\ \ \
| | * \ \ Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@rakia.(none)2006-07-311-13/+38
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Bug #11551: Asymmetric + undocumented behaviour of DROP VIEW and DROP TABLEgkodinov/kgeorge@macbook.gmz2006-07-311-13/+38
| | | |/
| | * | Bug #21080: ALTER VIEW makes user restate SQL SECURITY mode, and ALGORITHMgkodinov/kgeorge@macbook.gmz2006-07-311-0/+56
| | |/
| * | Fix for BUG#20438: CREATE statements for views, stored routines and triggersanozdrin/alik@booka.2006-07-281-2/+4
| |/
* | Bug#20543 select on information_schema strange warnings, view, different sche...gluh@mysql.com/gluh.(none)2006-07-251-1/+2
|/
* A fix and a test case forkonstantin@mysql.com2006-06-271-5/+4
* Fixed wrong free in sql_view.ccmonty@mysql.com2006-05-041-2/+3
* Fixed an (unlikely) memory leakmonty@mysql.com2006-05-041-0/+1
* Fix for bug#15153 "CONVERT_TZ() is not allowed in all places in VIEWs".dlenev@mysql.com2006-04-221-4/+12
* The check for recursive view definitions added. (BUG#14308)bell@sanja.is.com.ua2006-04-131-1/+19
* A fix and a test case for Bug#15683 "crash, Function on nested konstantin@mysql.com2006-03-281-0/+1
* This patch does 1) fix my build breakage 2) Complete the removal of all symb...brian@zim.(none)2006-03-091-1/+2
* Fix for BUG#16777: Can not create trigger nor view w/o defineranozdrin@mysql.com2006-03-021-2/+1
* Fix for BUG#16266: Definer is not fully qualified error during replication.anozdrin@mysql.com2006-03-011-0/+20
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0bell@sanja.is.com.ua2005-12-021-3/+2
|\
| * Now we shall store only position (index of first character)bell@sanja.is.com.ua2005-12-021-3/+2
* | View creation code fixed to expect empty TABLE_LIST::table pointer (BUG#15096).bell@sanja.is.com.ua2005-12-011-13/+22
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0bell@sanja.is.com.ua2005-11-211-3/+5
|\
| * Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-3/+5
* | Manually mergedevgen@moonbone.local2005-11-181-1/+1
|\ \ | |/ |/|
| * Fix bug #13622 Wrong view .frm created if some field's alias contain \nevgen@moonbone.local2005-11-111-1/+1
* | WL#2818 (Add creator to the trigger definition for privilegeanozdrin@mysql.com2005-11-101-11/+10
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2005-11-031-10/+24
|\ \
| * | Changes in get_table_type() and mysql_frm_type(). The main problem wasjani@ua141d10.elisa.omakaista.fi2005-11-031-10/+24