| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes after merge with 4.1 | monty@mysql.com | 2004-11-03 | 1 | -2/+6 |
* | Fixed BUG#6022: Stored procedure shutdown problem with self-calling function. | pem@mysql.comhem.se | 2004-10-23 | 1 | -1/+1 |
* | Fixed BUG#6027: Stored procedures can be renamed. | pem@mysql.comhem.se | 2004-10-22 | 1 | -17/+5 |
* | Implemented the stored procedure data access characteristics: | pem@mysql.comhem.se | 2004-10-14 | 1 | -7/+48 |
* | Fixed BUG#5000: SPs can be created with no default database. | pem@mysql.comhem.se | 2004-09-08 | 1 | -0/+2 |
* | Fixed BUG#5258: Stored procedure modified date is 0000-00-00. | pem@mysql.comhem.se | 2004-09-08 | 1 | -0/+1 |
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2004-09-02 | 1 | -4/+10 |
|\ |
|
| * | adding mysql.proc to table list if view contains stored procedures (BUG#5151) | bell@sanja.is.com.ua | 2004-09-01 | 1 | -4/+10 |
* | | Fixed BUG#5251: mysql changes creation time of a procedure/function when alte... | pem@mysql.comhem.se | 2004-08-27 | 1 | -0/+1 |
|/ |
|
* | Fixed BUG#4934: Caching issue with stored procedures. | pem@mysql.comhem.se | 2004-08-06 | 1 | -4/+16 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | konstantin@mysql.com | 2004-08-03 | 1 | -1/+2 |
|\ |
|
| * | Port of cursors to be pushed into 5.0 tree: | konstantin@mysql.com | 2004-08-03 | 1 | -1/+2 |
* | | WL#2001: Optimize stored procedure code. | pem@mysql.comhem.se | 2004-08-02 | 1 | -0/+1 |
|/ |
|
* | after merge fixes | serg@serg.mylan | 2004-07-22 | 1 | -2/+1 |
* | VIEW | bell@sanja.is.com.ua | 2004-07-16 | 1 | -4/+7 |
* | After merge fixes | monty@mysql.com | 2004-07-15 | 1 | -0/+2 |
* | After merge fixes | monty@mysql.com | 2004-07-12 | 1 | -2/+2 |
* | Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable. | pem@mysql.comhem.se | 2004-06-15 | 1 | -0/+12 |
* | Merge mysql.com:/usr/local/bk/mysql-5.0 | pem@mysql.com | 2004-06-09 | 1 | -46/+56 |
|\ |
|
| * | Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES. | pem@mysql.comhem.se | 2004-06-09 | 1 | -38/+46 |
| * | Fixed proper restoring of current db on errors. | pem@mysql.comhem.se | 2004-06-08 | 1 | -8/+10 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2004-05-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.cc | pem@mysql.comhem.se | 2004-04-28 | 1 | -1/+1 |
* | | Merge with 5.0 | monty@mysql.com | 2004-03-26 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | Speed up things if mysql.proc doesn't exists | monty@mysql.com | 2004-03-26 | 1 | -0/+13 |
* | | Fixed BUG#3259: Stored procedure names are case sensitive. | pem@mysql.comhem.se | 2004-03-23 | 1 | -0/+1 |
* | | WL#1366: Use the schema (db) associated with an SP. | pem@mysql.comhem.se | 2004-03-22 | 1 | -0/+64 |
* | | WL#1366: Use the schema (db) associated with an SP. | pem@mysql.comhem.se | 2004-03-19 | 1 | -10/+96 |
* | | Merge | pem@mysql.com | 2004-03-18 | 1 | -1/+14 |
|\ \ |
|
| * | | Fix BUG#2674: Crash if return system variable in stored procedures. | pem@mysql.comhem.se | 2004-03-17 | 1 | -1/+14 |
* | | | WL#1366: Use the schema (db) associated with an SP. | pem@mysql.comhem.se | 2004-03-11 | 1 | -29/+118 |
* | | | WL#1366: Use the schema (db) associated with an SP. | pem@mysql.comhem.se | 2004-02-17 | 1 | -55/+69 |
|/ / |
|
* | | Post-merge fixes. | pem@mysql.comhem.se | 2004-02-11 | 1 | -1/+1 |
* | | Fixed BUG#2267: Lost connect if stored procedure has SHOW FUNCTION STATUS. | pem@mysql.comhem.se | 2004-01-14 | 1 | -12/+38 |
|/ |
|
* | Fixed memory leaks in SP | monty@mysql.com | 2003-12-21 | 1 | -103/+86 |
* | Update for VC++ | monty@mysql.com | 2003-12-21 | 1 | -10/+10 |
* | Renamed the "schema" column to "db" in mysql.proc to keep it in style with | pem@mysql.comhem.se | 2003-12-16 | 1 | -3/+3 |
* | Fixed various memory leaks. | pem@mysql.comhem.se | 2003-12-15 | 1 | -16/+4 |
* | WL#1365: Implement definer's rights execution of stored procedures. | pem@mysql.comhem.se | 2003-12-13 | 1 | -13/+15 |
* | Don't want host in the definer's column. | pem@mysql.comhem.se | 2003-12-12 | 1 | -3/+1 |
* | In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general to | pem@mysql.comhem.se | 2003-12-12 | 1 | -67/+156 |
* | WL#1364: Store some environmental values with SPs and use at invokation | pem@mysql.comhem.se | 2003-12-11 | 1 | -0/+10 |
* | WL#1363: Update the mysql.proc table and add new fields. | pem@mysql.comhem.se | 2003-12-10 | 1 | -43/+60 |
* | Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS; | pem@mysql.comhem.se | 2003-11-20 | 1 | -39/+55 |
* | WL#1241: SHOW PROCEDURE/FUNCTION | gluh@gluh.mysql.r18.ru | 2003-11-17 | 1 | -2/+259 |
* | Added more error handling for abnormal cases (like a broken mysql.proc table). | pem@mysql.comhem.se | 2003-10-30 | 1 | -14/+46 |
* | Bugfix of previous WL#1265 commit. | pem@mysql.comhem.se | 2003-10-21 | 1 | -8/+2 |
* | WL#1265: Fix proper ALTER/DROP support in the SP cache. | pem@mysql.comhem.se | 2003-10-21 | 1 | -10/+10 |
* | Post-merge fixes. | pem@mysql.telia.com | 2003-09-24 | 1 | -2/+2 |
* | Fix bug in sp.cc:db_find_routine() which made tables remain open in some cases. | pem@mysql.telia.com | 2003-09-17 | 1 | -2/+2 |