41
41
if (not res->length())
44
client::Wakeup::shared_ptr barrier= Barriers::getInstance().find(Key(getSession().getSecurityContext(), res->c_str()));
44
Barrier::shared_ptr barrier= Barriers::getInstance().find(Key(getSession().getSecurityContext(), res->c_str()));
48
std::cerr << "Going into wait() \n";
48
if (barrier->getOwner() == getSession().getSessionId())
50
my_error(drizzled::ER_USER_LOCKS_CANT_WAIT_ON_OWN_BARRIER, MYF(0));
61
my_error(drizzled::ER_USER_LOCKS_UNKNOWN_BARRIER, MYF(0));