Advertisement
Guest User

MySQL Log

a guest
Nov 17th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 4.35 KB | None | 0 0
  1. [17:29:35] [DEBUG] mysql_connect - host: "****", USER: "****", DATABASE: "****", password: "****", port: ****, autoreconnect: TRUE, pool_size: 2
  2. [18:46:33] [DEBUG] CMySQLHandle::CREATE - creating NEW connection..
  3. [18:46:33] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  4. [18:46:33] [DEBUG] CMySQLHandle::CREATE - connection created (id: 1)
  5. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - establishing connection TO DATABASE...
  6. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - connection was successful
  7. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - auto-reconnect has been enabled
  8. [18:46:33] [DEBUG] mysql_errno - connection: 1
  9. [18:46:33] [DEBUG] mysql_pquery - connection: 1, query: "SELECT * FROM drugs", callback: "OnPlayerDrugsLoad", format: "(null)"
  10. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - establishing connection TO DATABASE...
  11. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - establishing connection TO DATABASE...
  12. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - connection was successful
  13. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - auto-reconnect has been enabled
  14. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - connection was successful
  15. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - auto-reconnect has been enabled
  16. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - connection was successful
  17. [18:46:33] [DEBUG] CMySQLConnection::CONNECT - auto-reconnect has been enabled
  18. [18:46:33] [DEBUG] CMySQLQuery::EXECUTE[OnPlayerDrugsLoad] - starting query execution
  19. [18:46:33] [DEBUG] CMySQLQuery::EXECUTE[OnPlayerDrugsLoad] - query was successfully executed WITHIN 0.361 milliseconds
  20. [18:46:33] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  21. [18:46:33] [DEBUG] Calling callback "OnPlayerDrugsLoad"..
  22. [18:46:33] [DEBUG] cache_get_data - connection: 1
  23. [18:46:33] [DEBUG] cache_get_field_content_int - ROW: 0, field_name: "besitzer", connection: 1
  24. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '0', FIELD: "besitzer", DATA: "1"
  25. [18:46:33] [DEBUG] cache_get_field_content_int - ROW: 0, field_name: "zustand", connection: 1
  26. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '0', FIELD: "zustand", DATA: "90"
  27. [18:46:33] [DEBUG] cache_get_field_content_int - ROW: 0, field_name: "wasser", connection: 1
  28. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '0', FIELD: "wasser", DATA: "10"
  29. [18:46:33] [DEBUG] cache_get_field_content_int - ROW: 0, field_name: "prozent", connection: 1
  30. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '0', FIELD: "prozent", DATA: "1"
  31. [18:46:33] [DEBUG] cache_get_field_content_float - ROW: 0, field_name: "x", connection: 1
  32. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '0', FIELD: "x", DATA: "102.344"
  33. [18:46:33] [DEBUG] cache_get_field_content_float - ROW: 0, field_name: "y", connection: 1
  34. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '0', FIELD: "y", DATA: "-102.127"
  35. [18:46:33] [DEBUG] cache_get_field_content_float - ROW: 0, field_name: "z", connection: 1
  36. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '0', FIELD: "z", DATA: "-102.127"
  37. [18:46:33] [DEBUG] cache_get_field_content_int - ROW: 1, field_name: "besitzer", connection: 1
  38. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '1', FIELD: "besitzer", DATA: "1"
  39. [18:46:33] [DEBUG] cache_get_field_content_int - ROW: 1, field_name: "zustand", connection: 1
  40. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '1', FIELD: "zustand", DATA: "90"
  41. [18:46:33] [DEBUG] cache_get_field_content_int - ROW: 1, field_name: "wasser", connection: 1
  42. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '1', FIELD: "wasser", DATA: "10"
  43. [18:46:33] [DEBUG] cache_get_field_content_int - ROW: 1, field_name: "prozent", connection: 1
  44. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '1', FIELD: "prozent", DATA: "1"
  45. [18:46:33] [DEBUG] cache_get_field_content_float - ROW: 1, field_name: "x", connection: 1
  46. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '1', FIELD: "x", DATA: "94.9219"
  47. [18:46:33] [DEBUG] cache_get_field_content_float - ROW: 1, field_name: "y", connection: 1
  48. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '1', FIELD: "y", DATA: "-100.574"
  49. [18:46:33] [DEBUG] cache_get_field_content_float - ROW: 1, field_name: "z", connection: 1
  50. [18:46:33] [DEBUG] CMySQLResult::GetRowDataByName - ROW: '1', FIELD: "z", DATA: "-100.574"
  51. [18:46:33] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement