Guest User

Untitled

a guest
Mar 5th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. [13:55:26] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "mmg", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  2. [13:55:26] [DEBUG] CMySQLHandle::Create - creating new connection..
  3. [13:55:26] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  4. [13:55:26] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  5. [13:55:26] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  6. [13:55:26] [DEBUG] CMySQLConnection::Connect - connection was successful
  7. [13:55:26] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  8. [13:55:26] [DEBUG] mysql_errno - connection: 1
  9. [13:55:26] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  10. [13:55:26] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  11. [13:55:26] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  12. [13:55:26] [DEBUG] CMySQLConnection::Connect - connection was successful
  13. [13:55:26] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  14. [13:55:26] [DEBUG] CMySQLConnection::Connect - connection was successful
  15. [13:55:26] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  16. [13:55:26] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  17. [13:55:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `accounts` WHERE `Nick` = 'Ernesto'", callback: "FindPlayerInTable", format: "i"
  18. [13:55:54] [DEBUG] CMySQLQuery::Execute[FindPlayerInTable] - starting query execution
  19. [13:55:54] [DEBUG] CMySQLQuery::Execute[FindPlayerInTable] - query was successfully executed within 1.114 milliseconds
  20. [13:55:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  21. [13:56:07] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `accounts` WHERE `Nick` = 'Ernesto'", callback: "UploadPlayerAccount", format: "i"
  22. [13:56:07] [DEBUG] CMySQLQuery::Execute[UploadPlayerAccount] - starting query execution
  23. [13:56:07] [DEBUG] CMySQLQuery::Execute[UploadPlayerAccount] - query was successfully executed within 0.127 milliseconds
  24. [13:56:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  25. [13:56:07] [DEBUG] Calling callback "UploadPlayerAccount"..
  26. [13:56:07] [DEBUG] cache_get_field_content_int - row: 0, field_name: "id", connection: 1
  27. [13:56:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
  28. [13:56:07] [ERROR] cache_get_field_content_int - invalid datatype
  29. [13:56:07] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  30. [13:56:11] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `accounts` WHERE `Nick` = 'Ernesto'", callback: "UploadPlayerAccount", format: "i"
  31. [13:56:11] [DEBUG] CMySQLQuery::Execute[UploadPlayerAccount] - starting query execution
  32. [13:56:11] [DEBUG] CMySQLQuery::Execute[UploadPlayerAccount] - query was successfully executed within 0.252 milliseconds
  33. [13:56:11] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  34. [13:56:11] [DEBUG] Calling callback "UploadPlayerAccount"..
  35. [13:56:11] [DEBUG] cache_get_field_content_int - row: 0, field_name: "id", connection: 1
  36. [13:56:11] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
  37. [13:56:11] [ERROR] cache_get_field_content_int - invalid datatype
  38. [13:56:11] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  39. [13:56:14] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `accounts` SET `Nick` = 'Ernesto', `password` = ", callback: "(null)", format: "(null)"
  40. [13:56:14] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  41. [13:56:14] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.418 milliseconds
  42. [13:56:14] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
Add Comment
Please, Sign In to add comment