Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [23:19:04] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "samp", password: "****", port: 3306, autoreconnect: true, pool_size: 2
- [23:19:04] [DEBUG] CMySQLHandle::Create - creating new connection..
- [23:19:04] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
- [23:19:04] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
- [23:19:04] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
- [23:19:04] [DEBUG] CMySQLConnection::Connect - connection was successful
- [23:19:04] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
- [23:19:04] [DEBUG] mysql_errno - connection: 1
- [23:19:04] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
- [23:19:04] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
- [23:19:04] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
- [23:19:04] [DEBUG] CMySQLConnection::Connect - connection was successful
- [23:19:04] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
- [23:19:04] [DEBUG] CMySQLConnection::Connect - connection was successful
- [23:19:04] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
- [23:19:04] [DEBUG] CMySQLConnection::Connect - connection was successful
- [23:19:04] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
- [23:19:45] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM `Spieler` WHERE `Spielername` = '%e' LIMIT 1"
- [23:19:45] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Spieler` WHERE `Spielername` = 'Rammstein' LIMIT ", callback: "OnAccountCheck", format: "i"
- [23:19:45] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
- [23:19:45] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 1.727 milliseconds
- [23:19:45] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
- [23:19:45] [DEBUG] Calling callback "OnAccountCheck"..
- [23:19:45] [DEBUG] cache_get_data - connection: 1
- [23:19:45] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
- [23:19:50] [DEBUG] mysql_format - connection: 1, len: 300, format: "INSERT INTO `Spieler` (`Spielername`, `Passwort`, `IP`, `Admin`, `VIP`,`Kills`,`Deaths`,`Level`, `Geld`) VALUES ('%e', '%e', '%e..."
- [23:19:50] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `Spieler` (`Spielername`, `Passwort`, `IP`, `Admin`,", callback: "OnAccountRegister", format: "i"
- [23:19:50] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
- [23:19:50] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 151.223 milliseconds
- [23:19:50] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
- [23:19:50] [DEBUG] Calling callback "OnAccountRegister"..
- [23:19:50] [DEBUG] cache_insert_id - connection: 1
- [23:19:50] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
- [23:20:06] [DEBUG] mysql_format - connection: 1, len: 256, format: "UPDATE `Spieler` SET `IP`='%s', `Admin`=%d, `VIP`=%d, `Kills`=%d, `Deaths`=%d, `Level`=%d, `Geld`=%d WHERE `ID`=%d"
- [23:20:06] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `Spieler` SET `IP`='127.0.0.1', `Admin`=0, `VIP`=0, `Kill", callback: "(null)", format: "(null)"
- [23:20:06] [DEBUG] CMySQLQuery::Execute[] - starting query execution
- [23:20:06] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 9.476 milliseconds
- [23:20:06] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement