summaryrefslogtreecommitdiff
path: root/sql/sp_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* lots of post-merge changesSergei Golubchik2011-04-251-1/+1
* merge.Sergei Golubchik2010-11-251-0/+6
|\
| * Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-2/+3
| |\
| * \ Merge with MySQL 5.1.42Michael Widenius2010-01-151-3/+9
| |\ \
| * | | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-031-0/+6
* | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+2
* | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-241-2/+3
|\ \ \ \
| * \ \ \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-02-221-2/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bug#50624: crash in check_table_access during call procedureDavi Arnaut2010-02-131-2/+3
| | | |/ | | |/|
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-6/+36
|\ \ \ \
| * \ \ \ Merge mysql-next-mr (revno 2942) --> mysql-next-mr-marcMarc Alff2009-12-161-3/+9
| |\ \ \ \ | | |/ / /
| | * | | Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-5/+6
| | |\ \ \ | | | |/ / | | |/| |
| | * | | Bug#45613 handle failures from my_hash_insertKristofer Pettersson2009-11-201-3/+9
| | | |/ | | |/|
| * | | WL#2360 Performance schemaMarc Alff2009-12-091-3/+27
| | |/ | |/|
* | | Apply and review:Konstantin Osipov2009-12-291-48/+19
|/ /
* | Backport of:Konstantin Osipov2009-10-141-5/+6
|/
* A fix for Konstantin Osipov2008-07-031-0/+13
* 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