Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. [2019-12-10 15:12:37.354] [mariadb] [info] changed log level to 'debug'
  2. [2019-12-10 15:12:37.354] [mariadb] [debug] HandleManager::Create(this=0x17b0e4492e0, host='localhost', user='root', pass='****', db='roleplay')
  3. [2019-12-10 15:12:37.354] [mariadb] [info] Creating new connection handle...
  4. [2019-12-10 15:12:37.354] [mariadb] [debug] Connection::Connection(this=0x17b12618ef0, host='localhost', user='root', passw='****', db='roleplay')
  5. [2019-12-10 15:12:37.356] [mariadb] [debug] Connection::Connection - new connection = 0x17b129af0c0
  6. [2019-12-10 15:12:37.356] [mariadb] [debug] Connection::Connection(this=0x17b131ad040, host='localhost', user='root', passw='****', db='roleplay')
  7. [2019-12-10 15:12:37.357] [mariadb] [debug] Connection::Connection - new connection = 0x17b1299d1e0
  8. [2019-12-10 15:12:37.357] [mariadb] [debug] ThreadedConnection::WorkerFunc(this=0x17b131ad040, connection=0x17b131ad040)
  9. [2019-12-10 15:12:37.357] [mariadb] [debug] ThreadedConnection::ThreadedConnection(this=0x17b131ad040, connection=0x17b131ad040)
  10. [2019-12-10 15:12:37.357] [mariadb] [debug] ConnectionPool::ConnectionPool(size=2, this=0x17b12927640)
  11. [2019-12-10 15:12:37.357] [mariadb] [debug] Connection::Connection(this=0x17b132b4040, host='localhost', user='root', passw='****', db='roleplay')
  12. [2019-12-10 15:12:37.358] [mariadb] [debug] Connection::Connection - new connection = 0x17b12976960
  13. [2019-12-10 15:12:37.359] [mariadb] [debug] ThreadedConnection::WorkerFunc(this=0x17b132b4040, connection=0x17b132b4040)
  14. [2019-12-10 15:12:37.359] [mariadb] [debug] ThreadedConnection::ThreadedConnection(this=0x17b132b4040, connection=0x17b132b4040)
  15. [2019-12-10 15:12:37.359] [mariadb] [debug] Connection::Connection(this=0x17b133c6040, host='localhost', user='root', passw='****', db='roleplay')
  16. [2019-12-10 15:12:37.360] [mariadb] [debug] Connection::Connection - new connection = 0x17b129a21d0
  17. [2019-12-10 15:12:37.360] [mariadb] [debug] ThreadedConnection::WorkerFunc(this=0x17b133c6040, connection=0x17b133c6040)
  18. [2019-12-10 15:12:37.360] [mariadb] [debug] ThreadedConnection::ThreadedConnection(this=0x17b133c6040, connection=0x17b133c6040)
  19. [2019-12-10 15:12:37.360] [mariadb] [info] Connection handle with id '1' successfully created.
  20. [2019-12-10 15:12:37.360] [mariadb] [debug] HandleManager::Create - new handle = 0x17b129715d0
  21. [2019-12-10 15:12:37.360] [mariadb] [debug] mariadb_connect: return value: '1' ([string "s_database.lua"]:16)
  22. [2019-12-10 15:12:37.361] [mariadb] [debug] Handle::SetCharacterSet(this=0x17b129715d0, charset='utf8mb4')
  23. [2019-12-10 15:12:37.361] [mariadb] [debug] Connection::SetCharset(charset='utf8mb4', this=0x17b12618ef0, connection=0x17b129af0c0)
  24. [2019-12-10 15:12:37.361] [mariadb] [debug] Connection::SetCharset(charset='utf8mb4', this=0x17b131ad040, connection=0x17b1299d1e0)
  25. [2019-12-10 15:12:37.361] [mariadb] [debug] ConnectionPool::SetCharset(charset='utf8mb4', this=0x17b12927640)
  26. [2019-12-10 15:12:37.361] [mariadb] [debug] Connection::SetCharset(charset='utf8mb4', this=0x17b132b4040, connection=0x17b12976960)
  27. [2019-12-10 15:12:37.361] [mariadb] [debug] Connection::SetCharset(charset='utf8mb4', this=0x17b133c6040, connection=0x17b129a21d0)
  28. [2019-12-10 15:12:37.361] [mariadb] [debug] mariadb_set_charset: return value: 'true' ([string "s_database.lua"]:20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement