369 Commits (0d6ec6cdc8c353af7b373df59264e7283e22edc5)

Author SHA1 Message Date
unknown 43dd29dfaa Fix bug #12812 create view calling a function works without execute right on function 20 years ago
unknown 8c86f8e4bf Post-review fix for BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggers 20 years ago
unknown 685173664a fix for Bug #12979 Stored procedures: crash if inout decimal parameter 20 years ago
unknown b6aba9db70 Fixed BUG#12379: PROCEDURE with HANDLER calling FUNCTION with error 20 years ago
unknown dd51642361 Fix for Bug #13124 Stored Procedure using SELECT INTO crashes server 20 years ago
unknown 902932a1e8 Fixed BUG#13133: Local variables in stored procedures are not initialized correctly. 20 years ago
unknown 1b15f430d6 fix for Bug #12849 Stored Procedure: Crash on procedure call with CHAR type 'INOUT' parameter 21 years ago
unknown eb769e54b8 Fix for BUG#12637: Make SPs+user variables replication work: 21 years ago
unknown d5be483c62 retest the fix for bug #10362 (SHOW PROCEDURE always qualifies name with database) 21 years ago
unknown bddf61cfb3 Bug#9048 21 years ago
unknown d29df5645b Fix Bug#11333 "Stored Procedure: Memory blow up on repeated SELECT ... INTO query" 21 years ago
unknown 0183ec75e1 fix test for a bug to use correct tables 21 years ago
unknown 276bd123b7 A fix and a test case for "Bug #12168 'DECLARE CONTINUE HANDLER FOR 21 years ago
unknown fa19a9f246 Fix for Bug#11247 Stored procedures: Function calls in long loops leak memory 21 years ago
unknown 39fda60043 Fix for bug #10055 "Using stored function with information_schema causes empty 21 years ago
unknown b323667ffc Prelocking-free SPs, post-review fixes: 21 years ago
unknown 11abe15eab Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelocked mode for 21 years ago
unknown 675c4bb48c Added sql_mode saving to mysql_dump (BUG#5891, part 2) 21 years ago
unknown 0c17b6ed37 fix for bug#8692 21 years ago
unknown 7bdc4dd0a1 After-merge fixes (4.1 -> 5.0). 21 years ago
unknown 51308e2327 Post-review fix: Made test bug9538 test robust. 21 years ago
unknown 6f619804fc Fixed BUG#9538: SProc: Creation fails if we try to SET system variable 21 years ago
unknown 32e157ec0b Added test case for bug #9565 "Wrong locking in stored procedure if a 21 years ago
unknown 14b1f91ba4 Enable support of access to tables from triggers. Thus fix bug #8406 "Triggers 21 years ago
unknown de40b79a63 Updated sp.result 21 years ago
unknown 23cc601089 Fixed BUG#7088: Stored procedures: labels won't work if character set is utf8. 21 years ago
unknown 1ff4a0ebf1 Disabled the GOTO feature. (It's non-standard and undocumented.) 21 years ago
unknown 0f64a49506 "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600 21 years ago
unknown a95bb38a7f Fixed BUG#11529: crash server after use stored procedure 21 years ago
unknown ef36e81b2a fixed items cleunup for SP (BUG#10136) 21 years ago
unknown 03949f8ce8 Post review and additional fix for BUG#10968: Stored procedures: crash if long loop. 21 years ago
unknown 3b808af0fd sp.test, sp.result: 21 years ago
unknown 77bd9d36e6 Fixed BUG#10961: Stored procedures: crash if select * from dual 21 years ago
unknown d5f4c14b6e Fixed BUG#9559: Functions: Numeric Operations using -ve value gives incorrect 21 years ago
unknown a6b1546676 Item::fix_field need correct pointer on item reference to chnge it if itis need, so support of correct item address added to SP commands (BUG#5963) 21 years ago
unknown 81a895f72c Corrections to test "sp", stored procedure "fib" (see entry 9937 in the bug DB). 21 years ago
unknown 8a27426fcd Tests and results fixed with last precision/decimal related modifications 21 years ago
unknown 1e6193caa3 Fix for bug #9841 "Unexpected read lock when trying to update a view in 21 years ago
unknown b318122ce6 Add regression test for calling SOUNDEX() within stored procedure. 21 years ago
unknown 83a8ee38e0 Fixed BUG#9004: Inconsistent behaviour of SP re. warnings 21 years ago
unknown 62556b0023 Bug#8861 - If Return is a YEAR data type, value is not shown in year format 21 years ago
unknown de8a3b3121 Bug#9775 - Stored procedures: crash if create function that returns enum or set 21 years ago
unknown 5642bbd35e Fixed BUG#6898: Stored procedure crash if GOTO statements exist 21 years ago
unknown f054047f02 Bug#7648 - Stored procedure crash when invoking a function that returns a bit 21 years ago
unknown 9bf92ed6fe Bug#9102 - Stored proccedures: function which returns blob causes crash 21 years ago
unknown 53c095f083 Fixed BUG#9902: Crash with simple stored function using user defined variables 21 years ago
unknown e0fdbeba7e Fixed BUG#9598: stored procedure call within stored procedure 21 years ago
unknown e2089cdd23 Fixed BUG#9674: Stored Procs: Using declared vars in algebric operation 21 years ago
unknown d6c2a1e3d8 Fixed BUG#9856: Stored procedures: crash if handler for sqlexception, not found. 21 years ago
unknown a3aed4d8dc Added test case for BUG#6129: Stored procedure won't display @@sql_mode value. 21 years ago