Advertisement
Guest User

asd

a guest
Oct 31st, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 5.09 KB | None | 0 0
  1. [INFO] changed log level from 'warning, error' to 'debug, info, warning, error'
  2. [17:22:04] [DEBUG] mysql_connect_file("mysql.ini")
  3. [17:22:04] [DEBUG] CHandleManager::CreateFromFile(this=0x804be8, file_path='mysql.ini')
  4. [17:22:04] [INFO] Options instance with id '1' successfully created.
  5. [17:22:04] [DEBUG] CHandleManager::CreateFromFile - new options = 0x805d08 (id '1')
  6. [17:22:04] [DEBUG] CHandleManager::Create(this=0x804be8, host='localhost', user='root', pass='****', db='roleplay', options=0x805d08)
  7. [17:22:04] [INFO] Creating new connection handle...
  8. [17:22:04] [DEBUG] CConnection::CConnection(this=0x80b108, host='localhost', user='root', passw='****', db='roleplay', options=0x805d08)
  9. [17:22:04] [DEBUG] CConnection::CConnection - new connection = 0x2923278
  10. [17:22:04] [DEBUG] CConnection::CConnection(this=0x2882020, host='localhost', user='root', passw='****', db='roleplay', options=0x805d08)
  11. [17:22:04] [DEBUG] CConnection::CConnection - new connection = 0x292e898
  12. [17:22:04] [DEBUG] CThreadedConnection::WorkerFunc(this=0x2882020, connection=0x2882020)
  13. [17:22:04] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x2882020, connection=0x2882020)
  14. [17:22:04] [DEBUG] CConnectionPool::CConnectionPool(size=2, this=0x80b188)
  15. [17:22:04] [DEBUG] CConnection::CConnection(this=0x3c57020, host='localhost', user='root', passw='****', db='roleplay', options=0x805d08)
  16. [17:22:04] [DEBUG] CConnection::CConnection - new connection = 0x3a2c1b0
  17. [17:22:04] [DEBUG] CThreadedConnection::WorkerFunc(this=0x3c57020, connection=0x3c57020)
  18. [17:22:04] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x3c57020, connection=0x3c57020)
  19. [17:22:04] [DEBUG] CConnection::CConnection(this=0x3e22020, host='localhost', user='root', passw='****', db='roleplay', options=0x805d08)
  20. [17:22:04] [DEBUG] CConnection::CConnection - new connection = 0x3a35380
  21. [17:22:04] [DEBUG] CThreadedConnection::WorkerFunc(this=0x3e22020, connection=0x3e22020)
  22. [17:22:04] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x3e22020, connection=0x3e22020)
  23. [17:22:04] [INFO] Connection handle with id '1' successfully created.
  24. [17:22:04] [DEBUG] CHandleManager::Create - new handle = 0x80a8a0
  25. [17:22:04] [DEBUG] mysql_connect_file: return value: '1'
  26. [17:22:04] [DEBUG] mysql_errno(1)
  27. [17:22:04] [DEBUG] CHandle::GetErrorId(this=0x80a8a0)
  28. [17:22:04] [DEBUG] CConnection::GetError(this=0x80b108, connection=0x2923278)
  29. [17:22:04] [DEBUG] CHandle::GetErrorId - return value: true, error id: '0', error msg: ''
  30. [17:22:04] [DEBUG] mysql_errno: return value: '0'
  31. [17:22:36] [DEBUG] mysql_format(1, 0x03A0B430, 128, "SELECT `id`, `password` FROM `account` WHERE `name` = '%e' LIMIT 1")
  32. [17:22:36] [DEBUG] CHandle::EscapeString(this=0x80a8a0, src='Mads_John')
  33. [17:22:36] [DEBUG] CConnection::EscapeString(src='Mads_John', this=0x80b108, connection=0x2923278)
  34. [17:22:36] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'Mads_John'
  35. [17:22:36] [DEBUG] mysql_format: return value: '73'
  36. [17:22:36] [DEBUG] mysql_tquery(1, "SELECT `id`, `password` FROM `account` WHERE `name` = 'Mads_John' LIMIT 1", "OnDbAccountDataLoaded", "dd")
  37. [17:22:36] [DEBUG] CCallback::Create(amx=0x29bad38, name='OnDbAccountDataLoaded', format='dd', params=0x3a0b414, param_offset=5)
  38. [17:22:36] [DEBUG] CCallback::Create - callback index for 'OnDbAccountDataLoaded': 21
  39. [17:22:36] [DEBUG] processing specifier 'd' with parameter index 0
  40. [17:22:36] [DEBUG] retrieved and pushed value '0'
  41. [17:22:36] [DEBUG] processing specifier 'd' with parameter index 1
  42. [17:22:36] [DEBUG] retrieved and pushed value '1'
  43. [17:22:36] [INFO] Callback 'OnDbAccountDataLoaded' set up for delayed execution.
  44. [17:22:36] [DEBUG] created delayed callback with 2 parameters
  45. [17:22:36] [DEBUG] CHandle::Execute(this=0x80a8a0, type=1, query=0x809cf8)
  46. [17:22:36] [DEBUG] CHandle::Execute - return value: true
  47. [17:22:36] [DEBUG] mysql_tquery: return value: '1'
  48. [17:22:36] [DEBUG] CConnection::Execute(query=0x809cf8, this=0x2882020, connection=0x292e898)
  49. [17:22:36] [DEBUG] CQuery::Execute(this=0x809cf8, connection=0x292e898)
  50. [17:22:36] [INFO] query "SELECT `id`, `password` FROM `account` WHERE `name` = 'Mads_John' LIMIT 1" successfully executed within 0.552 milliseconds
  51. [17:22:36] [DEBUG] CResultSet::Create(connection=0x292e898, query_str='SELECT `id`, `password` FROM `account` WHERE `name` = 'Mads_John' LIMIT 1')
  52. [17:22:36] [DEBUG] created new resultset '0x7e0940'
  53. [17:22:36] [DEBUG] fetched MySQL result '0x3a40178'
  54. [17:22:36] [DEBUG] allocated 0 bytes for PAWN result
  55. [17:22:36] [DEBUG] CCallback::Execute(amx=0x29bad38, index=21, num_params=2)
  56. [17:22:36] [INFO] Executing callback 'OnDbAccountDataLoaded' with 2 parameters...
  57. [17:22:36] [DEBUG] processing internal specifier 'c'
  58. [17:22:36] [DEBUG] pushed value '1' onto AMX stack
  59. [17:22:36] [DEBUG] processing internal specifier 'c'
  60. [17:22:36] [DEBUG] pushed value '0' onto AMX stack
  61. [17:22:36] [DEBUG] executing AMX callback with index '21'
  62. [17:22:36] [DEBUG] cache_get_row_count(0x03A0B830)
  63. [17:22:36] [DEBUG] cache_get_row_count: return value: '1'
  64. [17:22:36] [DEBUG] AMX callback executed with error '0'
  65. [17:22:36] [INFO] Callback successfully executed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement