]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Deal with ? substitution, we're at the point now where we can call the mysql_real_que...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 21 Jul 2006 19:55:24 +0000 (19:55 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 21 Jul 2006 19:55:24 +0000 (19:55 +0000)
commita7d4746c0072121d93b57da8901cdaedeec620f8
tree6feb877ae7c888252cc009f7dc204bf56a5b94c4
parent68712039b8f1174b75e671058aee98186444ba98
Deal with ? substitution, we're at the point now where we can call the mysql_real_query function
(mysql_real_query takes char* and length params, mysql_query just takes char*, and cant deal with NULLs)
TODO after this: signal the main ircd thread that theres a result ready on a given db id, and to fetch that result and post it back to the caller

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4480 e03df62e-2008-0410-955e-edbf42e46eb7
src/modules/extra/m_mysql.cpp