summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bodhi.local:/opt/local/work/mysql-5.0-runtime-safemergekostja@bodhi.local2006-08-301-0/+11
|\
| * Fix for bug#21416 SP: Recursion level higher than zero needed for non-recursi...andrey@example.com2006-08-241-6/+15
* | Merge bodhi.local:/opt/local/work/tmp_mergekostja@bodhi.local2006-08-121-1/+16
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-08-021-1/+16
| |\
| | * Fix for BUG#20438: CREATE statements for views, stored routines and triggersanozdrin/alik@booka.2006-07-281-1/+4
| | * Fix for BUG#16211: Stored function return type for strings is ignored.anozdrin/alik@booka.2006-07-271-0/+12
* | | revert part of the codeandrey@example.com2006-08-101-11/+0
* | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeandrey@lmy004.2006-08-091-6/+15
|\ \ \
| * | | Fix for bug#21416 SP: Recursion level higher than zero needed for non-recursi...andrey@lmy004.2006-08-041-6/+15
* | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_mergekroki/tomash@moonlight.intranet2006-08-091-1/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | A fix and a test case for Bug#21002 "Derived table not selecting from a kostja@bodhi.local2006-07-191-1/+0
| |/
* | Bug#21039 Transaction cache not flushed after SELECT CREATEmsvensson@shellback.(none)2006-07-261-18/+9
* | Merge dl145k.mysql.com:/data0/mkindahl/bkroot/mysql-5.1-new-rplmkindahl@dl145k.mysql.com2006-07-111-5/+8
|\ \
| * | * Mixed replication mode * :guilhem@gbichot3.local2006-07-091-5/+8
* | | Merge bodhi.netgear:/opt/local/work/tmp_mergekonstantin@bodhi.netgear2006-07-061-41/+66
|\ \ \ | |/ / |/| / | |/
| * A fix and a test case forkonstantin@mysql.com2006-06-271-41/+66
* | String::set(double) and set(longlong) -> set_real() and set_int()serg@serg.mylan2006-06-161-7/+7
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newmonty@mysql.com2006-06-041-1/+5
|\ \
| * | This changeset is largely a handler cleanup changeset (WL#3281), but includes...monty@mysql.com2006-06-041-1/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newanozdrin@mysql.com2006-05-221-6/+4
|\ \ \ | |/ / |/| |
| * | This is an implementation of two WL items:anozdrin@mysql.com2006-05-181-6/+4
* | | Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2006-05-041-1/+1
|\ \ \ | | |/ | |/|
| * | Fixed memory leak in sql_parse.cc (lex_end() was not called)monty@mysql.com2006-05-041-1/+1
* | | Merge mysql.com:/extern/mysql/5.1/generic/mysql-5.0-mergepem@mysql.com2006-04-251-12/+8
|\ \ \ | |/ / | | / | |/ |/|
| * Post-push fix for BUG#18344: DROP DATABASE does not drop associated routinespem@mysql.com2006-04-211-2/+2
| * Fixed BUG#18344: DROP DATABASE does not drop associated routinespem@mysql.com2006-04-181-12/+8
* | Merge mysql.com:/opt/local/work/tmp_merge2konstantin@mysql.com2006-03-301-1/+5
|\ \ | |/
| * Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtimepem@mysql.com2006-03-281-1/+5
| |\
| | * Review fix for BUG#17015: Routine name truncation not an errorpem@mysql.com2006-03-281-5/+4
| | * Fixed BUG#17015: Routine name truncation not an errorpem@mysql.com2006-02-161-1/+6
* | | Remove unused variablemsvensson@shellback.2006-03-281-1/+0
* | | Merge zim.(none):/home/brian/mysql/mysql-5.0brian@zim.(none)2006-03-091-2/+2
|\ \ \ | |/ /
| * | This patch does 1) fix my build breakage 2) Complete the removal of all symb...brian@zim.(none)2006-03-091-2/+2
* | | Merge mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-treeanozdrin@mysql.com2006-03-091-8/+46
|\ \ \ | |/ /
| * | Implementation of WL#2897: Complete definer support in the stored routines.anozdrin@mysql.com2006-03-021-8/+47
* | | Merge mysql.com:/home/kostja/mysql/mysql-5.0-rootkonstantin@mysql.com2006-02-221-4/+7
|\ \ \ | |/ /
| * | Fix for BUG#7787: Stored procedures: improper warning for "grant execute" sta...anozdrin@mysql.com2006-02-221-4/+7
| |/
* | Merge mysql.com:/home/kostja/mysql/mysql-5.0-rootkonstantin@mysql.com2006-02-091-8/+45
|\ \ | |/
| * Minor fix for BUG#16303 in sp.cc: Simplified code in sp_routine_exists_in_tab...pem@mysql.com2006-02-021-3/+1
| * Fixed BUG#16303: erroneus stored procedures and functions should be droppablepem@mysql.com2006-01-261-8/+47
* | two buffer overflows fixedserg@serg.mylan2006-01-281-1/+1
* | Merge BUG#15110 from 5.0 into 5.1.anozdrin@mysql.com2006-01-131-2/+2
|\ \ | |/
| * Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseanozdrin@mysql.com2006-01-111-2/+2
* | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanjimw@mysql.com2006-01-061-34/+36
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-34/+36
| |\
| | * Review fixes of new pushed codemonty@mysql.com2006-01-061-34/+36
* | | WL#1012: All changes as one single changeset.lars@mysql.com2005-12-221-6/+6
* | | Merge mysql.com:/home/dlenev/src/mysql-5.0-mergesdlenev@mysql.com2005-12-121-32/+53
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-1/+1
| |\ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-32/+53
| |\ \ \