From 1498e89b98306a76fd0803db82acd29be1e2a636 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 21 Apr 2005 13:22:45 +0000 Subject: Updated with a bit more debug output git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1154 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_sql.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/modules/extra/m_sql.h') diff --git a/src/modules/extra/m_sql.h b/src/modules/extra/m_sql.h index 0620dedf7..5110146d9 100644 --- a/src/modules/extra/m_sql.h +++ b/src/modules/extra/m_sql.h @@ -9,6 +9,8 @@ #define SQL_ROW 3 #define SQL_ERROR 4 #define SQL_END 5 +#define SQL_DONE 6 +#define SQL_OK 7 // SQLRequest is inherited from a basic Request object // so that we can neatly pass information around the @@ -21,6 +23,13 @@ class SQLRequest int request_type; std::string thisquery; public: + SQLRequest(int qt, long cid, std::string query) + { + this->SetQueryType(qt); + this->SetConnID(cid); + this->SetQuery(query); + } + void SetConnID(long id) { conn_id = id; -- cgit v1.3.1-10-gc9f91