some code still referencing character_ table?
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 |
Update. All of them should of been fixed as of last night. If they're not, tell us where.
|
Ah good. I just pulled last night, so maybe I was a tad early. I'll give it a shot.
|
I am brand new to git, so I may have done something wrong, but it looks to be wrong still:
I did an uptream fetch and got 5 commits from the main line, but I still need to make this change. I can commit this so I learn about git if you want. Quote:
|
git pull does a git fetch and a git merge. fetch just downloads the changes, doesn't apply them.
|
Quote:
On a second note, there is a duplicate file (well, one with a naming issue that is a copy of another. --- a/utils/sql/git/required/2014_06_25_AA_Updates..sql |
All times are GMT -4. The time now is 06:13 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.