| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug #12704 "Server crashes during trigger execution". | unknown | 2005-09-15 | 1 | -0/+1 |
* | Avoid spurious error when restoring INFORMATION_SCHEMA as the current | unknown | 2005-08-11 | 1 | -4/+0 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-08-09 | 1 | -0/+7 |
|\ |
|
| * | Fix for bug #10055 "Using stored function with information_schema causes empty | unknown | 2005-08-08 | 1 | -0/+7 |
* | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-08-03 | 1 | -1/+4 |
|\ \ |
|
| * | | Prelocking-free SPs, post-review fixes: | unknown | 2005-08-03 | 1 | -2/+2 |
| * | | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock... | unknown | 2005-07-30 | 1 | -1/+4 |
| |/ |
|
* | | Increase allowed size of stored procedure bodies to 4GB, and | unknown | 2005-07-26 | 1 | -0/+1 |
|/ |
|
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-07-13 | 1 | -3/+0 |
|\ |
|
| * | Implementation of Monty's idea: Now we can open mysql.proc table for lookup | unknown | 2005-07-13 | 1 | -3/+0 |
* | | Manual fixes after merging patch for bug #8406 "Triggers crash if referencing | unknown | 2005-07-09 | 1 | -1/+1 |
* | | Enable support of access to tables from triggers. Thus fix bug #8406 "Triggers | unknown | 2005-07-09 | 1 | -9/+13 |
|/ |
|
* | Fixed BUG#9529: Stored Procedures: No Warning on truncation of procedure name | unknown | 2005-05-31 | 1 | -0/+1 |
* | Better approach for prelocking of tables for stored routines execution | unknown | 2005-03-04 | 1 | -4/+4 |
* | WL#2130: Table locking for stored FUNCTIONs | unknown | 2005-02-08 | 1 | -6/+7 |
* | WL#925 - Privileges for stored routines | unknown | 2004-12-23 | 1 | -0/+3 |
* | Fixed BUG#6027: Stored procedures can be renamed. | unknown | 2004-10-22 | 1 | -6/+2 |
* | Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable. | unknown | 2004-06-15 | 1 | -0/+1 |
* | Fixed proper restoring of current db on errors. | unknown | 2004-06-08 | 1 | -1/+2 |
* | WL#1366: Use the schema (db) associated with an SP. | unknown | 2004-03-22 | 1 | -0/+4 |
* | WL#1366: Use the schema (db) associated with an SP. | unknown | 2004-03-11 | 1 | -1/+16 |
* | WL#1366: Use the schema (db) associated with an SP. | unknown | 2004-02-17 | 1 | -10/+9 |
* | In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general to | unknown | 2003-12-12 | 1 | -4/+2 |
* | WL#1363: Update the mysql.proc table and add new fields. | unknown | 2003-12-10 | 1 | -4/+4 |
* | Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS; | unknown | 2003-11-20 | 1 | -3/+4 |
* | WL#1241: SHOW PROCEDURE/FUNCTION | unknown | 2003-11-17 | 1 | -0/+22 |
* | SP cache (WL#730). (Mostly by vva, additions by pem.) | unknown | 2003-07-01 | 1 | -4/+2 |
* | Expand the mysql.proc table | unknown | 2003-05-06 | 1 | -2/+4 |
* | Made FUNCTIONs work in insert and select queries, as well as nested function ... | unknown | 2003-03-02 | 1 | -0/+12 |
* | Made stored FUNCTION invokation work almost always. Still buggy and unstable,... | unknown | 2003-02-26 | 1 | -0/+4 |
* | Most of the groundwork for sprint task 729 (implement FUNCTIONs). | unknown | 2003-02-21 | 1 | -7/+12 |
* | Some new stuff in the Docs/sp-* files, and renamed a few functions in prepara... | unknown | 2003-02-04 | 1 | -2/+13 |
* | Moved create/find/drop functions to a separate files (sp.cc,sp.h). | unknown | 2002-12-12 | 1 | -0/+33 |