MXS-1891: dealloc named prepare should route to all (#174)

* dealloc named prepare route to all

* add newline

* erase from ps manager too

* little refactor
This commit is contained in:
dapeng huang
2018-06-12 15:45:11 +08:00
committed by Johan Wikman
parent 1a24f0a956
commit cd136b11a7
5 changed files with 10 additions and 2 deletions

View File

@ -23,3 +23,4 @@ SELECT GET_LOCK('lock1',10);
SELECT IS_FREE_LOCK('lock1');
SELECT IS_USED_LOCK('lock1');
SELECT RELEASE_LOCK('lock1');
deallocate prepare select_stmt;