119
135
new_session->getSecurityContext()= getSession()->getSecurityContext();
121
137
if (Session::schedule(new_session))
122
139
Session::unlink(new_session);
126
148
my_error(ER_WRONG_ARGUMENTS, MYF(0), "A Concurrent Execution Session can not launch another session.");