FredyH / MySQLOO

MySQLOO
GNU Lesser General Public License v2.1
140 stars 55 forks source link

Update MySQLOO to support 64-bit #22

Closed WinterPhoenix closed 5 years ago

WinterPhoenix commented 6 years ago

Garry's Mod is now available for testing in 64-bit on the x86-64 branch. Willox has said that headers for it, on Windows at least, are available here.

Even though headers are only available on Windows for now, I'm advocating for MySQLOO to be updated ASAP so that gamemode developers that rely on MySQLOO, such as myself, can get a head start on testing their gamemodes' compatibility and reliability with 64-bit.

FredyH commented 6 years ago

There's now a 64 bit branch that should work with the new 64 version

WinterPhoenix commented 6 years ago

Awesome. I got it built, and it seems to be working. I'll let you know if I run into anything unexpected

FredyH commented 6 years ago

I just committed a new version that switches back to libmysqlclient (after switching to mariadb connector), since the mariadb connector seemed to cause hangs when reusing prepared statements. If you test you should test with that one since it seems to be a lot more stable.

WinterPhoenix commented 6 years ago

Alright, I'll give it a shot. Admittedly though, I don't use Prepared Statements like, at all, right now, so I don't think I'll be a good test for that.