Fix for bug #12198 "Temporary table aliasing does not work inside stored
functions". We should ignore alias when we check if table was already marked as temporary when we calculate set of tables to be prelocked. Otherwise we will erroneously treat tables which are used in same routine and have same name but different alias as non-temporary.
Showing
Please register or sign in to comment