-
Committer:
Jay Pipes
-
Date:
2009-03-16 01:40:11 UTC
-
mto:
This revision was merged to the branch mainline in
revision
941.
-
Revision ID:
jpipes@serialcoder-20090316014011-v5trz8f4ny993ucx
This changeset pulls check_user(), check_connection(), and login_connection() out of sql_connect.cc and makes them member methods of Session, where they belong. Also, made sure that functions that return a bool return true when it succeeds, and not false...