-
Chaithra Gopalareddy authored
Problem: Explain for a statement with "For update" takes locks. Flags to take the lock are set while parsing itself for a "SELECT ..FOR UPDATE" statement. Solution: Do not set the flag for explain in parser. We do this by checking the lex->describe flag.
Chaithra Gopalareddy authoredProblem: Explain for a statement with "For update" takes locks. Flags to take the lock are set while parsing itself for a "SELECT ..FOR UPDATE" statement. Solution: Do not set the flag for explain in parser. We do this by checking the lex->describe flag.
Loading