Advertisement
gOnt

Untitled

Feb 13th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. /usr/sbin/mysqld, Version: 5.5.54-0+deb8u1-log ((Debian)). started with:
  2. Tcp port: 3306 Unix socket: /var/run/mysqld/mysqld.sock
  3. Time Id Command Argument
  4. # Time: 170214 7:06:45
  5. # User@Host: root[root] @ [127.0.0.1]
  6. # Query_time: 7.109967 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 958638
  7. use fange_x100_multicraft;
  8. SET timestamp=1487045205;
  9. DELETE FROM character_skills WHERE character_skills.charId NOT IN (SELECT charId FROM characters);
  10. # Time: 170214 7:06:55
  11. # User@Host: root[root] @ [127.0.0.1]
  12. # Query_time: 8.449721 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 928019
  13. SET timestamp=1487045215;
  14. DELETE FROM items WHERE loc <> 'clanwh' and items.owner_id NOT IN (SELECT charId FROM characters) && items.owner_id > 1000000;
  15. # Time: 170214 7:07:08
  16. # User@Host: root[root] @ [127.0.0.1]
  17. # Query_time: 9.963569 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 928019
  18. SET timestamp=1487045228;
  19. INSERT INTO temporaryObjectTable (object_id) SELECT object_id FROM items;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement