mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
More shared memory work + moved spdat from zone to common
This commit is contained in:
@@ -107,10 +107,6 @@ public:
|
||||
bool Connect(const char* host, const char* user, const char* passwd, const char* database,uint32 port);
|
||||
~Database();
|
||||
|
||||
|
||||
// void ExtraOptions();
|
||||
|
||||
|
||||
/*
|
||||
* General Character Related Stuff
|
||||
*/
|
||||
@@ -256,7 +252,6 @@ public:
|
||||
|
||||
protected:
|
||||
void HandleMysqlError(uint32 errnum);
|
||||
//bool RunQuery(const char* query, uint32 querylen, char* errbuf = 0, MYSQL_RES** result = 0, uint32* affected_rows = 0, uint32* errnum = 0, bool retry = true);
|
||||
|
||||
private:
|
||||
void DBInitVars();
|
||||
|
||||
Reference in New Issue
Block a user