View Single Post
  #3  
Old 12-18-2006, 01:10 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by totalcynic
It's possible that this is just my install, but items would not load for me with my install of MySQL 5.1.11 beta. The issue was with the column name "range"", which seems to now be a reserved word. To solve the problem I changed the common/shareddb.cpp at line 666 to read;

#define F(x) "`" #x "`,"

This quotes the column name so that MySQL will accept the name no matter what.

Like I say, its possible that this is just my install, but I thought I would let everyone know just incase
I have Version 5.0.24 , and it works pretty well, there has been some support by the users here for it. You'd probably be the first with the 5.1x Beta, if you got it running , I'm sure some will be interested. I might try when it goes out of beta.
But Like rojadruid said, there's really no need for it - all the Devs use 4.0.
If you plan to continue with your 5.1x beta, you might consider posting the "Fixed" Eqemu versions somewhere, unless a Dev decides to incorporate your fixes.
I think, the more compatible the Emulator is with all the versions of MySql, the better.
Reply With Quote