summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesunknown2004-12-311-1/+0
* A fix for a crash in sp.test with -debug-max.unknown2004-12-081-0/+2
* Fix for bug #5888 "Triggers with nonexistent columns cause packetsunknown2004-11-241-1/+7
* now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-8/+6
* mergeunknown2004-11-121-14/+10
|\
| * post-review fixesunknown2004-11-121-3/+4
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-10-201-13/+8
| |\
| | * errors without code removedunknown2004-10-201-13/+8
* | | Rename: Item::val -> Item::val_real().unknown2004-11-111-2/+2
* | | After merge fixesunknown2004-11-091-14/+14
* | | Fixes after merge with 4.1unknown2004-11-031-1/+1
|/ /
* | Implemented the stored procedure data access characteristics:unknown2004-10-141-1/+1
|/
* Fixed BUG#3583: query cache doesn't work for stored procedures.unknown2004-09-171-1/+17
* Fixed BUG#3294: Stored procedure crash if table dropped before use.unknown2004-09-101-3/+25
* After merge fixes for WL#1218 "Triggers"unknown2004-09-091-2/+1
* Yet another manual merge with main tree for patch for WL#1218 "Triggers"unknown2004-09-091-19/+15
|\
| * Merge on pullunknown2004-09-091-3/+5
| |\
| | * After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-3/+5
| * | Fixed BUG#5000: SPs can be created with no default database.unknown2004-09-081-8/+4
* | | WL#1218 "Triggers"unknown2004-09-091-3/+3
* | | 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