mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Bug#21039 Transaction cache not flushed after SELECT CREATE
- Add prelocking for stored procedures that uses sp or sf - Update test result for sp_error(reported as bug#21294) - Make note about new error message from sp-error(bug#17244)
This commit is contained in:
@@ -1075,6 +1075,10 @@ execute stmt;
|
||||
drop function bug11834_1;
|
||||
# Attempt to execute statement should return proper error and
|
||||
# should not crash server.
|
||||
|
||||
# NOTE! The error we get from the below query indicates that the sp bug11834_2
|
||||
# does not exist(this is wrong but can be accepted)
|
||||
# This behaviour has been reported as bug#21294
|
||||
--error ER_SP_DOES_NOT_EXIST
|
||||
execute stmt;
|
||||
deallocate prepare stmt;
|
||||
|
Reference in New Issue
Block a user