Advertisement
Guest User

Untitled

a guest
Jan 18th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. ...have ipb_id field in ipblocks table.
  2. ...have ipb_expiry field in ipblocks table.
  3. ...already have interwiki table
  4. ...indexes seem up to 20031107 standards.
  5. ...hitcounter table already exists.
  6. ...have rc_type field in recentchanges table.
  7. ...user table does not exist, skipping new field patch.
  8. ...querycache table already exists.
  9. ...objectcache table already exists.
  10. ...categorylinks table already exists.
  11. ...have pagelinks; skipping old links table updates
  12. ...il_from OK
  13. ...have rc_ip field in recentchanges table.
  14. ...index PRIMARY already set on image table.
  15. ...have rc_id field in recentchanges table.
  16. ...have rc_patrolled field in recentchanges table.
  17. ...logging table already exists.
  18. ...user table does not exist, skipping new field patch.
  19. ...have wl_notificationtimestamp field in watchlist table.
  20. ...watchlist talk page rows already present.
  21. ...user table does not contain user_emailauthenticationtimestamp field.
  22. ...page table already exists.
  23. ...have log_params field in logging table.
  24. ...logging table has correct log_title encoding.
  25. ...have ar_rev_id field in archive table.
  26. ...have page_len field in page table.
  27. ...revision table does not contain inverse_timestamp field.
  28. ...have rev_text_id field in revision table.
  29. ...have rev_deleted field in revision table.
  30. ...have img_width field in image table.
  31. ...have img_metadata field in image table.
  32. ...user table does not exist, skipping new field patch.
  33. ...have ar_text_id field in archive table.
  34. ...page_namespace is already a full int (int(11)).
  35. ...ar_namespace is already a full int (int(11)).
  36. ...rc_namespace is already a full int (int(11)).
  37. ...wl_namespace is already a full int (int(11)).
  38. ...qc_namespace is already a full int (int(11)).
  39. ...log_namespace is already a full int (int(11)).
  40. ...have img_media_type field in image table.
  41. ...already have pagelinks table.
  42. ...image table does not contain img_type field.
  43. A database query syntax error has occurred.
  44. The last attempted database query was:
  45. "SHOW INDEX FROM `mw_wbshare`.`mw_user`"
  46. from within function "UserDupes::hasUniqueIndex".
  47. Database returned error "1146: Table 'mw_wbshare.mw_user' doesn't exist (localhost)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement