summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp.result
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesunknown2004-07-151-1/+1
* Fixed BUG#3368: Stored procedure crash if group_concat(variable).unknown2004-06-151-0/+15
* Fixed BUG#3843: ANALYZE TABLE inside stored procedure causes 'Packets out of ...unknown2004-06-141-0/+12
* Fixed BUG#3132: Stored function returns empty when used in union.unknown2004-06-101-0/+7
* Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.unknown2004-06-091-12/+47
* Fixed BUG#2460: Crash wih Stored Procedure and UNION.unknown2004-05-281-0/+45
* Added test cases for the following bugs that have been fixed by recent changes:unknown2004-05-281-0/+180
* PS and SP made compatible in mechanism used for preparing query for rexecutio...unknown2004-05-201-0/+10
* Correction of WL#1567: row_count() is -1 following non-insert/update/deleteunknown2004-05-041-0/+5
* WL#1567: Add ROW_COUNT() Function to retrieve count of rows updated/inserted/...unknown2004-05-041-0/+22
* Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.ccunknown2004-04-281-1/+1
* Fixed BUG#2780: Stored procedure exit handler ignored for warnings.unknown2004-04-061-0/+22
* Fixed BUG#2776: Stored procedure crash if variable assigned to default.unknown2004-04-061-0/+23
* Fixed BUG#2772: Function with character set clause fails in stored procedures.unknown2004-04-061-0/+6
* Enforce standard declaration order in SPs.unknown2004-03-291-7/+10
* Fixed BUG#3259: Stored procedure names are case sensitive.unknown2004-03-231-0/+12
* WL#1366: Use the schema (db) associated with an SP.unknown2004-03-221-0/+16
* Mergeunknown2004-03-181-0/+6
|\
| * Fix BUG#2674: Crash if return system variable in stored procedures.unknown2004-03-171-0/+6
* | WL#1366: Use the schema (db) associated with an SP.unknown2004-03-111-35/+24
|/
* Fixed test for BUG#2614 (right name, right place, etc...),unknown2004-02-031-0/+11
* Fixed BUG#2227: Server crash with stored procedure call.unknown2004-01-211-0/+10
* Merge mysql.com:/usr/local/bk/mysql-5.0unknown2004-01-141-0/+46
|\
| * Fixed BUG#2267: Lost connect if stored procedure has SHOW FUNCTION STATUS.unknown2004-01-141-0/+46
* | Fixed BUG#2329: Crash if insert with variable name in stored procedure.unknown2004-01-141-0/+14
|/
* Fix BUG#2260: Handler NOT FOUND declaration does't work in stored procedureunknown2004-01-081-0/+15
* Fixed memory leaks in SPunknown2003-12-211-4/+4
* Post-merge fixes.unknown2003-12-161-355/+382
* WL#1365: Implement definer's rights execution of stored procedures.unknown2003-12-131-16/+5
* Don't want host in the definer's column.unknown2003-12-121-5/+5
* In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general tounknown2003-12-121-6/+43
* WL#1364: Store some environmental values with SPs and use at invokationunknown2003-12-111-0/+28
* WL#1363: Update the mysql.proc table and add new fields.unknown2003-12-101-11/+11
* New test cases for BUG#1653 (recalling a procedure after replacing a faultyunknown2003-12-051-0/+56
* Post-merge fixes.unknown2003-12-011-3/+3
* Fixed BUG#1874: Don't call fix_fields() indiscriminately, it resets null_valueunknown2003-11-201-3/+27
* Handle null values correctly in SP local variables.unknown2003-11-201-0/+12
* Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS;unknown2003-11-201-0/+4
* Post-merge fixes.unknown2003-11-191-3/+3
* Fixed BUG#1862 (flush table in SPs didn't work).unknown2003-11-191-7/+78
* WL#1241: SHOW PROCEDURE/FUNCTIONunknown2003-11-171-0/+52
* Various bug fixes:unknown2003-11-131-3/+34
* Fix BUG#1656: Have to initialize OUT parameters too, in case they're notunknown2003-10-281-0/+11
* Post-merge fixes.unknown2003-10-231-2/+2
* Bugfix; added another method to Item_splocal, updated tests, and added previousunknown2003-10-201-7/+8
* Bugfix. Local variables are now initialized to null.unknown2003-10-171-0/+16
* Handle user variables (@-vars) as OUT and INOUT parameters in SPs.unknown2003-10-161-1/+15
* Fix for BUG#1547: "SELECT ... WHERE field = var" sometimes give the wrong res...unknown2003-10-151-0/+21
* Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...unknown2003-10-141-1/+58
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-101-0/+27