Advertisement
Guest User

Untitled

a guest
Jul 6th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. [14:26:01] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "corso", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  2. [14:26:01] [DEBUG] CMySQLHandle::Create - creating new connection..
  3. [14:26:01] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  4. [14:26:01] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  5. [14:26:01] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  6. [14:26:01] [DEBUG] CMySQLConnection::Connect - connection was successful
  7. [14:26:01] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  8. [14:26:01] [DEBUG] mysql_errno - connection: 1
  9. [14:26:01] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  10. [14:26:01] [DEBUG] CMySQLConnection::Connect - connection was successful
  11. [14:26:01] [DEBUG] CMySQLConnection::Connect - connection was successful
  12. [14:26:01] [DEBUG] CMySQLConnection::Connect - connection was successful
  13. [14:26:01] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  14. [14:26:01] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  15. [14:26:01] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  16. [14:26:40] [DEBUG] orm_create - table: "accounts", connectionHandle: 1
  17. [14:26:40] [DEBUG] COrm::Create - creating new orm object..
  18. [14:26:40] [DEBUG] COrm::Create - orm object created (id: 1)
  19. [14:26:40] [DEBUG] orm_addvar_int - orm_id: 1, var: 0305DAF4, varname: "UID"
  20. [14:26:40] [DEBUG] orm_addvar_string - orm_id: 1, var: 0305DAF8, var_maxlen: 25, varname: "Name"
  21. [14:26:40] [DEBUG] orm_addvar_string - orm_id: 1, var: 0305DB5C, var_maxlen: 129, varname: "Password"
  22. [14:26:40] [DEBUG] orm_addvar_int - orm_id: 1, var: 0305DD60, varname: "Access"
  23. [14:26:40] [DEBUG] orm_addvar_int - orm_id: 1, var: 0305DD64, varname: "Skin"
  24. [14:26:40] [DEBUG] orm_addvar_int - orm_id: 1, var: 0305DD68, varname: "Cash"
  25. [14:26:40] [DEBUG] orm_setkey - orm_id: 1, varname: "Name"
  26. [14:26:40] [DEBUG] orm_select - orm_id: 1, callback: "OnMySQL_SelectAccount", format: "d"
  27. [14:26:40] [DEBUG] orm_select - generated query: "SELECT `UID`,`Password`,`Access`,`Skin`,`Cash` FROM `accounts` W"
  28. [14:26:40] [DEBUG] CMySQLQuery::Execute[OnMySQL_SelectAccount] - starting query execution
  29. [14:26:40] [DEBUG] CMySQLQuery::Execute[OnMySQL_SelectAccount] - query was successfully executed within 1.33 milliseconds
  30. [14:26:40] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  31. [14:26:40] [DEBUG] Calling callback "OnMySQL_SelectAccount"..
  32. [14:26:40] [DEBUG] orm_errno - orm_id: 1
  33. [14:26:40] [DEBUG] orm_setkey - orm_id: 1, varname: "UID"
  34. [14:26:40] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  35. [14:26:44] [DEBUG] orm_insert - orm_id: 1, callback: "OnMySQL_InsertAccount", format: "d"
  36. [14:26:45] [DEBUG] orm_insert - generated query: "INSERT INTO `accounts` (`Password`,`Access`,`Skin`,`Cash`,`Name`"
  37. [14:26:45] [DEBUG] CMySQLQuery::Execute[OnMySQL_InsertAccount] - starting query execution
  38. [14:26:45] [DEBUG] CMySQLQuery::Execute[OnMySQL_InsertAccount] - query was successfully executed within 104.367 milliseconds
  39. [14:26:45] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  40. [14:26:45] [DEBUG] Calling callback "OnMySQL_InsertAccount"..
  41. [14:26:45] [DEBUG] orm_select - orm_id: 1, callback: "(null)", format: "(null)"
  42. [14:26:45] [DEBUG] orm_select - generated query: "SELECT `Password`,`Access`,`Skin`,`Cash`,`Name` FROM `accounts` "
  43. [14:26:45] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  44. [14:26:45] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  45. [14:26:45] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 4.981 milliseconds
  46. [14:26:45] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  47. [14:26:45] [DEBUG] CMySQLResult::GetRowData - row: '0', field: '0', data: "0DFE0DAC1797504EA997FDB298D22BD872397AA63127F224CC1E7CB65F34F4736C9783F9C01F1C53359219754A33E71A5250D355EF9AF2827254442F1DBF0471"
  48. [14:26:45] [DEBUG] CMySQLResult::GetRowData - row: '0', field: '1', data: "0"
  49. [14:26:45] [DEBUG] CMySQLResult::GetRowData - row: '0', field: '2', data: "0"
  50. [14:26:45] [DEBUG] CMySQLResult::GetRowData - row: '0', field: '3', data: "0"
  51. [14:26:45] [DEBUG] CMySQLResult::GetRowData - row: '0', field: '4', data: "Test_Account"
  52. [14:27:04] [DEBUG] orm_update - orm_id: 1
  53. [14:27:05] [DEBUG] orm_update - generated query: "UPDATE `accounts` SET `Password`='0DFE0DAC1797504EA997FDB298D22B"
  54. [14:27:05] [DEBUG] orm_destroy - orm_id: 1
  55. [14:27:05] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  56. [14:27:05] [DEBUG] COrm::Destroy - orm object destroyed (id: 1)
  57. [14:27:05] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 81.454 milliseconds
  58. [14:27:05] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  59. [14:27:12] [DEBUG] mysql_close - connection: 1
  60. [14:27:12] [DEBUG] CMySQLConnection::Disconnect - connection was closed
  61. [14:27:12] [DEBUG] CMySQLConnection::Disconnect - connection was closed
  62. [14:27:12] [DEBUG] CMySQLConnection::Disconnect - connection was closed
  63. [14:27:12] [DEBUG] CMySQLConnection::Disconnect - connection was closed
  64. [14:27:12] [WARNING] CMySQLConnection::Disconnect - no connection available
  65. [14:27:13] [DEBUG] CMySQLHandle::~CMySQLHandle - deconstructor called
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement