FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Upgrade from 2.0.5 to 2.7.5 results in all msgs getting corrupt
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Upgrade from 2.0.5 to 2.7.5 results in all msgs getting corrupt [message #33553 is a reply to message #33552] Thu, 07 September 2006 13:39 Go to previous messageGo to previous message
frysco is currently offline  frysco   Canada
Messages: 9
Registered: September 2006
Location: Vancouver, BC
Karma:
Junior Member
In the fud2_pmsg table? If so, no.

This is what is there before the upgrade:

mysql> select fud2_pmsg.id, fud2_pmsg.offset from fud2_pmsg order by fud2_pmsg.id asc limit 0,10;
+----+--------+
| id | offset |
+----+--------+
|  1 |      0 |
|  2 |    283 |
|  4 |    591 |
|  5 |    874 |
|  7 |   1115 |
|  8 |   1115 |
|  9 |   1447 |
| 12 |   1907 |
| 13 |    566 |
| 14 |    566 |
+----+--------+
10 rows in set (0.12 sec)


This is what is there after the upgrade:

mysql> select fud2_pmsg.id, fud2_pmsg.foff from fud2_pmsg order by fud2_pmsg.id asc limit 0,10;
+----+------+
| id | foff |
+----+------+
|  1 |  283 |
|  2 |  283 |
|  4 |  283 |
|  5 |  283 |
|  7 |  283 |
|  8 |  283 |
|  9 |  283 |
| 12 |  283 |
| 13 |  283 |
| 14 |  283 |
+----+------+
10 rows in set (0.01 sec)
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Why all the attitude about LOCK TABLES issues?
Next Topic: Receive error after step two during installation
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Nov 27 16:52:07 GMT 2024

Total time taken to generate the page: 0.03486 seconds