summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.unknown2004-06-091-5/+52
* Fixed proper restoring of current db on errors.unknown2004-06-081-4/+4
* cleunup items of instruction after every instruction executionunknown2004-05-261-0/+21
* PS and SP made compatible in mechanism used for preparing query for rexecutio...unknown2004-05-201-104/+32
* Post-merge fixes.unknown2004-05-141-2/+2
* Fixed BUG#2772: Function with character set clause fails in stored procedures.unknown2004-04-061-7/+24
* Fixed BUG#3287: Stored procedure handler scope outside of begin/end.unknown2004-04-051-2/+4
* Enforce standard declaration order in SPs.unknown2004-03-291-1/+172
* WL#1366: Use the schema (db) associated with an SP.unknown2004-03-191-3/+9
* WL#1366: Use the schema (db) associated with an SP.unknown2004-03-111-27/+58
* Merge mysql.com:/usr/local/bk/mysql-5.0unknown2004-03-021-0/+3
|\
| * Fixed small race condition, when global query_id was modifiedunknown2004-03-011-0/+3
* | WL#1366: Use the schema (db) associated with an SP.unknown2004-02-171-7/+56
|/
* sp.test:unknown2004-02-031-5/+5
* Check for possible stack overrun in SP execution.unknown2004-01-261-0/+6
* Fixed BUG#2227: Server crash with stored procedure call.unknown2004-01-211-0/+6
* Fix BUG#2269: Lost connect if stored procedure called before USEunknown2004-01-091-4/+6
* Update for VC++unknown2003-12-211-1/+0
* Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded s...unknown2003-12-161-1/+3
* Fixed various memory leaks.unknown2003-12-151-6/+9
* WL#1365: Implement definer's rights execution of stored procedures.unknown2003-12-131-5/+97
* In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general tounknown2003-12-121-15/+42
* WL#1363: Update the mysql.proc table and add new fields.unknown2003-12-101-4/+2
* Fixed another compiler error on HP-UX.unknown2003-12-041-2/+3
* Fixed BUG#336: Subselects with tables does not work as values for local SP va...unknown2003-12-041-2/+3
* Made Item_splocal printable.unknown2003-11-211-3/+18
* Fixed BUG#1874: Don't call fix_fields() indiscriminately, it resets null_valueunknown2003-11-201-10/+27
* Post-merge fixes.unknown2003-11-191-0/+1
* Fixed BUG#1862 (flush table in SPs didn't work).unknown2003-11-191-11/+36
* Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-11-171-11/+50
|\
| * WL#1241: SHOW PROCEDURE/FUNCTIONunknown2003-11-171-11/+50
* | Bugfix, handling null values.unknown2003-11-171-1/+1
|/
* Fix BUG#1656: Have to initialize OUT parameters too, in case they're notunknown2003-10-281-8/+10
* Bugfix; added another method to Item_splocal, updated tests, and added previousunknown2003-10-201-3/+11
* Bugfix. Local variables are now initialized to null.unknown2003-10-171-5/+11
* Handle user variables (@-vars) as OUT and INOUT parameters in SPs.unknown2003-10-161-17/+23
* Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...unknown2003-10-141-12/+35
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-101-14/+139
* Check that a FUNCTION contains RETURN and that we actually get a return value.unknown2003-10-031-2/+14
* Fixed BUG#822: Copying and clearing some things in thd/lex whenunknown2003-10-031-0/+25
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-161-7/+74
* Adopt to the introduction of a separate CLIENT_MULTI_RESULTS flag.unknown2003-08-271-1/+1
* Post-merge fixes.unknown2003-08-261-2/+2
* Code cleanup (and moved sp cache to separate file).unknown2003-07-031-1/+1
* Bugfixes for the sp_head memroot stuff.unknown2003-07-011-8/+15
* sp_head now has its own mem_root (WL#961).unknown2003-06-291-15/+76
* Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedunknown2003-06-121-0/+1
* 'Expand the mysql.proc table to include (almost) all fields' task(851)unknown2003-06-021-1/+1
* Adopt SP stuff to the new lex pointer.unknown2003-05-231-40/+31
* Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-5.0unknown2003-05-141-3/+17
|\