summaryrefslogtreecommitdiff
path: root/sql/sp_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-4/+7
* WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-7/+7
* Many files:unknown2006-12-231-2/+1
* Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-1/+0
* Fix use of "%*s" *printf() specifiers that were really meant to beunknown2005-10-061-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-111-27/+27
|\
| * Cleanups during review of new codeunknown2005-08-111-24/+27
* | BUG#12228: Post review fixes: Added test case, code cleanup.unknown2005-08-101-7/+3
* | BUG#12228: Pre-review fixes: Fix coding style, handle the case when we're out...unknown2005-08-091-2/+9
* | Fix for BUG#12228: SP cache code:unknown2005-08-081-50/+143
|/
* sp_rcontext.cc, sp_pcontext.cc, sp_head.cc, sp_cache.cc, ha_federated.cc:unknown2005-06-051-2/+1
* Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing...unknown2005-05-271-1/+1
* WL#1366: Use the schema (db) associated with an SP.unknown2004-03-221-0/+7
* WL#1366: Use the schema (db) associated with an SP.unknown2004-03-111-3/+6
* WL#1366: Use the schema (db) associated with an SP.unknown2004-02-171-4/+4
* Update for VC++unknown2003-12-211-1/+1
* Fixed various memory leaks.unknown2003-12-151-5/+13
* Bugfix of previous WL#1265 commit.unknown2003-10-211-3/+5
* WL#1265: Fix proper ALTER/DROP support in the SP cache.unknown2003-10-211-0/+93
* Add the new sp cache files too (should have been in previous changeset).unknown2003-07-031-0/+53