noudess
09-22-2014, 04:45 PM
So to test my understanding:
- when I got the latest code dump and ran it on my database, it detected that my db used blobs for character data, then ran a conversion to the new tables and renamed character_ to character_old.
- Now, lookng at the code elsewhere, I see references to character_ for looking up characters by name to get the account.
My server thus crashed every time I zoned.
I changed the code to use character_data and all is well.
In trying to figure out why others are not seeing this... I can only assume that all of them had to run the conversion more than once, and as such they repopulated character_. The second time they run conversion, I see that the rename would fail, leaving the table.
Do you guys agree that the code should no longer reference character_?
noudess
- when I got the latest code dump and ran it on my database, it detected that my db used blobs for character data, then ran a conversion to the new tables and renamed character_ to character_old.
- Now, lookng at the code elsewhere, I see references to character_ for looking up characters by name to get the account.
My server thus crashed every time I zoned.
I changed the code to use character_data and all is well.
In trying to figure out why others are not seeing this... I can only assume that all of them had to run the conversion more than once, and as such they repopulated character_. The second time they run conversion, I see that the rename would fail, leaving the table.
Do you guys agree that the code should no longer reference character_?
noudess