summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge of changes from the main tree to tree for WL#1218 "Triggers".unknown2004-09-081-19/+90
|\
| * WL#1218 "Triggers". Some very preliminary version of patch.unknown2004-09-071-19/+90
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-041-2/+11
|\ \
| * | Fixed BUG#5307: Stored procedure allows statement after BEGIN ... END.unknown2004-09-021-2/+11
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-021-4/+4
|\ \ \ | |/ / |/| |
| * | fixed open_and_lock_tables result processing (all open_and_lock_tables revision)unknown2004-08-311-4/+4
* | | Fixed BUG#5279: Stored procedure packets out of order if CHECKSUM TABLE.unknown2004-08-301-0/+1
|/ /
* | Major rehacking and cleanup of sp_pcontext.unknown2004-08-261-21/+43
* | Fixed BUG#3157: Crash if stored procedure contains IF EXISTS,unknown2004-08-241-20/+70
* | WL#2002: Implement stored procedure GOTO.unknown2004-08-171-4/+29
* | Fixed BUG#4904: Stored procedure crash if continue handler for HY000 errors.unknown2004-08-061-3/+2
* | Fixed BUG#4902: Stored procedure with SHOW WARNINGS leads to packet error,unknown2004-08-061-0/+48
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-08-031-2/+4
|\ \
| * | Port of cursors to be pushed into 5.0 tree:unknown2004-08-031-2/+4
* | | WL#2001: Optimize stored procedure code.unknown2004-08-021-12/+149
|/ /
* | Fixed BUG#4579: Execution of SP crashes server.unknown2004-07-221-6/+10
* | after merge fixesunknown2004-07-221-3/+4
* | Fixed BUG#2653: Undeclared variables not detected in stored procedures.unknown2004-07-211-8/+41
|/
* Fixes for bug #4571 (Windows compabilities)unknown2004-07-161-6/+4
* After merge fixesunknown2004-07-151-2/+7
* After merge fixesunknown2004-07-121-1/+0
* 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