Skip to content

Commit

Permalink
Remove a TODO comment. Also added support for <database:port> option …
Browse files Browse the repository at this point in the history
…since r6213 so we can now connect to other ports than the standard mysql 3306 port.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6216 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
peavey committed Jan 2, 2007
1 parent 528c788 commit 3863f71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/extra/m_mysql.cpp
Expand Up @@ -883,7 +883,6 @@ class ModuleSQL : public Module

virtual void OnRehash(userrec* user, const std::string &parameter)
{
/* TODO: set rehash bool here, which makes the dispatcher thread rehash at next opportunity */
rehashing = true;
}

Expand Down

0 comments on commit 3863f71

Please sign in to comment.