Fixed: pet spells, possible sql injection, increased sql query size once again

This commit is contained in:
tomrus88 2008-11-04 18:23:52 +03:00
parent 11d5269853
commit 3e8ebb024f
5 changed files with 83 additions and 84 deletions

View file

@ -31,7 +31,7 @@ class SqlQueryHolder;
typedef HM_NAMESPACE::hash_map<ZThread::ThreadImpl*, SqlTransaction*> TransactionQueues;
typedef HM_NAMESPACE::hash_map<ZThread::ThreadImpl*, SqlResultQueue*> QueryQueues;
#define MAX_QUERY_LEN 5*1024
#define MAX_QUERY_LEN 32*1024
class MANGOS_DLL_SPEC Database
{