93
106
// Anonymous users are not allowed.
98
111
// Create an internal session for ourself the first time we're called.
99
112
// I don't know why but doing this in the constructor crashes Drizzle
101
115
_session= Session::make_shared(plugin::Listen::getNullClient(), catalog::local());
102
116
identifier::user::mptr user_id= identifier::User::make_shared();
103
117
user_id->setUser("auth_schema");