summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sql.cpp
AgeCommit message (Expand)Author
2006-07-21Move this to m_mysql.cpp - dont even bother reading this yet its unchanged fr...brain
2006-07-10Making lots of stuff inherit from classbase so we can use it as a holdall cla...brain
2006-06-15Now uses mysql_config and mysql_rpath.plbrain
2006-04-30In 1.1, we return a negative value when QueryCount has a downed connection - ...brain
2006-04-30Merge of peaveydk's diff (at last)brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-11More const ref fixesbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-14SQL uses some crappy structs with pointer voodoo that prevent comparison with...brain
2006-01-14Fix to parentheses and chown to brainbrain
2006-01-14Extra m_sql field checkingroot
2005-12-26Last set converted to 'Implements'brain
2005-12-21Changed $CompileFlags to seperate $CompileFlags and $LinkerFlagsbrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-06Test fix for 3.23 and belowbrain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-25Fixed include issuebrain
2005-04-22Fixed crash-n-burn on rehashbrain
2005-04-21Changed description commentbrain
2005-04-21Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab...brain
2005-04-21Updated with a bit more debug outputbrain
2005-04-21New stuff actually compiles nowbrain
2005-04-21Added header for m_sql with inherited Request classbrain
2005-04-21Corrected library paths in $CompileFlagsbrain
2005-04-21Tested initial m_sql (works with issues)brain
2005-04-20Added preliminary m_sql.cppbrain