jimw@mysql.com
4a893c96e3
Fix use of "%*s" *printf() specifiers that were really meant to be
...
"%.*s". (Bug #13650 )
2005-10-06 17:37:24 -07:00
monty@mysql.com
e80252e53c
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2005-08-11 16:43:22 +03:00
monty@mysql.com
7b80e62528
Cleanups during review of new code
2005-08-11 15:58:15 +03:00
sergefp@mysql.com
fbab5fc568
BUG#12228: Post review fixes: Added test case, code cleanup.
2005-08-10 21:17:02 +00:00
sergefp@mysql.com
b7474403d6
BUG#12228: Pre-review fixes: Fix coding style, handle the case when we're out of memory.
2005-08-09 10:09:11 +00:00
sergefp@mysql.com
c6db76b076
Fix for BUG#12228: SP cache code:
...
* Cleanup SP Cache code, now SP Cache only deletes sp_head objects in
sp_cache_flush_obsolete() invalidates all pointers to routines in the cache.
* Use new SP Cache use contract in the code.
There is no test case because it doesn't seem to be possible to cause thread races to end
the same way they end in heavy-load test. This patch removes the crash in heavy test.
2005-08-08 23:23:34 +00:00
kent@mysql.com
b7696f414c
sp_rcontext.cc, sp_pcontext.cc, sp_head.cc, sp_cache.cc, ha_federated.cc:
...
Include "mysql_priv.h" before testing USE_PRAGMA_IMPLEMENTATION
2005-06-05 16:20:22 +02:00
msvensson@neptunus.(none)
3490108235
Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing in 4.1
2005-05-27 12:03:37 +02:00
pem@mysql.comhem.se
5476eb0709
WL#1366: Use the schema (db) associated with an SP.
...
Phase 4 (final): Remove associated stored procedures when a database is dropped.
2004-03-22 14:44:41 +01:00
pem@mysql.comhem.se
6c6bbba007
WL#1366: Use the schema (db) associated with an SP.
...
Phase 2: Make SPs belong to a DB, and use qualified names.
As a side effect, using USE in an SP is no longer allowed.
(It just doesn't work otherwise.)
2004-03-11 17:18:59 +01:00
pem@mysql.comhem.se
b205759949
WL#1366: Use the schema (db) associated with an SP.
...
Phase 1: Introduced sp_name class, for qualified name support.
2004-02-17 17:36:53 +01:00
monty@mysql.com
c6ed2a625b
Update for VC++
...
(Fixed project files, compiler warnings etc..)
2003-12-21 02:07:45 +02:00
pem@mysql.comhem.se
45e5896363
Fixed various memory leaks.
2003-12-15 13:24:16 +01:00
pem@mysql.comhem.se
70ea503662
Bugfix of previous WL#1265 commit.
...
Need a sp_cache_remove() function with implicit name lookup to make the WL task
to work. It's a cleaner and more convenient interface anyway...
2003-10-21 18:13:14 +02:00
pem@mysql.comhem.se
e42a724fa7
WL#1265: Fix proper ALTER/DROP support in the SP cache.
...
New sp_cache C API. When an SP is dropped, old caches (in other threads)
become invalid and are cleared.
Also, the caches in THD are only created on demand.
2003-10-21 12:08:35 +02:00
pem@mysql.com
38c459e6b8
Add the new sp cache files too (should have been in previous changeset).
2003-07-03 16:01:31 +02:00