summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed BUG#9598: stored procedure call within stored procedureunknown2005-04-141-41/+47
* Additional fix for BUG#5907: Traditional mode: invalid value can be inserted ...unknown2005-04-051-1/+5
* Fixed BUG#6600: Stored procedure crash after repeated calls with check table.unknown2005-03-301-1/+0
* Fixed BUG#6600: Stored procedure crash after repeated calls with check tableunknown2005-03-181-0/+1
* Merge with global treeunknown2005-03-151-14/+22
|\
| * Code cleanups during review of pushed codeunknown2005-03-151-14/+22
* | Merge in fix Bug#3788unknown2005-03-081-38/+39
|\ \ | |/ |/|
| * Bug#3788unknown2005-03-041-38/+39
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-051-2/+13
|\ \
| * | Fix for yet another memleak caused by SP-locking patch.unknown2005-03-051-2/+13
* | | WL2131: Access control for SHOW ... PROCEDURE|FUNCTION ...unknown2005-03-051-2/+33
|/ /
* | Manual merge SP-locking improvements patch with current tree.unknown2005-03-041-258/+416
|\ \
| * | Better approach for prelocking of tables for stored routines executionunknown2005-03-041-257/+416
* | | Fixes for bug#8115 "Server Crash with prepared statement"unknown2005-03-031-0/+1
* | | Fixed BUG#7620: Stored procedure packet error if show mutex statusunknown2005-02-251-0/+1
* | | Fixed BUG#6857: current_time() in STORED PROCEDURESunknown2005-02-251-0/+1
| |/ |/|
* | A minor adjustment of the previous bug fix in sp_head.cc.unknown2005-02-211-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-191-1/+1
|\ \
| * \ Merge grichter@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-191-1/+1
| |\ \
| | * | Changes and fixes for windows compilationunknown2005-02-181-1/+1
| | |/
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-191-64/+8
|\ \ \ | |/ / |/| |
| * | Fixed BUILD script to use --with-berkeley-db instead of --with-bdbunknown2005-02-191-64/+8
| |/
* | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-02-181-0/+1
|\ \
| * | Fixed...unknown2005-02-181-0/+1
| |/
* | manually mergedunknown2005-02-141-1/+1
|\ \ | |/ |/|
| * XA (not completely polished out yet)unknown2005-01-161-1/+1
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-091-3/+79
|\ \
| * | Precision Math implementationunknown2005-02-091-3/+79
* | | WL#2130: Table locking for stored FUNCTIONsunknown2005-02-081-41/+248
|/ /
* | Fixed bug detected by sp-testsunknown2005-02-051-2/+2
* | First stage of table definition cacheunknown2005-01-061-2/+2
* | 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