Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. [19:47:20] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  2. [19:47:20] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  3. [19:47:20] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  4. [19:47:20] [DEBUG] CMySQLConnection::Connect - connection was successful
  5. [19:47:20] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  6. [19:47:20] [DEBUG] CMySQLConnection::Connect - connection was successful
  7. [19:47:20] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  8. [19:47:20] [DEBUG] CMySQLConnection::Connect - connection was successful
  9. [19:47:20] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  10. [19:47:20] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Navi`", callback: "LoadNavis_Data", format: "(null)"
  11. [19:47:20] [DEBUG] CMySQLQuery::Execute[LoadNavis_Data] - starting query execution
  12. [19:47:20] [DEBUG] CMySQLQuery::Execute[LoadNavis_Data] - query was successfully executed within 5.744 milliseconds
  13. [19:47:20] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  14. [19:47:20] [DEBUG] Calling callback "LoadNavis_Data"..
  15. [19:47:20] [DEBUG] cache_get_row_count - connection: 1
  16. [19:47:20] [DEBUG] cache_get_field_content - row: 0, field_name: "name", connection: 1, max_len: 1
  17. [19:47:20] [WARNING] CMySQLResult::GetRowDataByName - field not found ("name")
  18. [19:47:20] [DEBUG] cache_get_field_content_float - row: 0, field_name: "nx", connection: 1
  19. [19:47:20] [WARNING] CMySQLResult::GetRowDataByName - field not found ("nx")
  20. [19:47:20] [ERROR] cache_get_field_content_float - invalid datatype
  21. [19:47:20] [DEBUG] cache_get_field_content_float - row: 0, field_name: "ny", connection: 1
  22. [19:47:20] [WARNING] CMySQLResult::GetRowDataByName - field not found ("ny")
  23. [19:47:20] [ERROR] cache_get_field_content_float - invalid datatype
  24. [19:47:20] [DEBUG] cache_get_field_content_float - row: 0, field_name: "nz", connection: 1
  25. [19:47:20] [WARNING] CMySQLResult::GetRowDataByName - field not found ("nz")
  26. [19:47:20] [ERROR] cache_get_field_content_float - invalid datatype
  27. [19:47:20] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement