Closed kklouzal closed 6 years ago
the current module should work just fine with mysql 8,0. Are there any features that are new and you want added?
a fix for
Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!) Error - no MetaName string type for userdata (AGH!)
would be nice
Is this related to mysql8? Please post some steps to reproduce
Quite simple: Just install PointShop 2, let players buy things and wait for a map change, then the error is about 90000 in the log.
I am not sure if it comes directly from mysql or if it comes from Pointshop. Think but rather mysql, as in the Pointshop or LibK Code this error message does not exist.
It seems like pointshop is printing something that it really shouldn't, have you contacted the devs of pointshop yet?
Yes, I have notified him
It's not the shop printing it @FredyH, i believe it's printed by gmod and it happens when using MySQLOO. Don't have anything more specific but it has been around since before there was a pointshop (https://gmod.facepunch.com/f/gmoddev/nkvn/Mysql-related-No-MetaName-string-type-for-userdata-AGH/1/)
If it helps at all this is how all queries are created: https://github.com/Kamshak/LibK/blob/master/lua/libk/server/sv_libk_database.lua#L113
It's derived from how DarkRP used to do it. The queries can end up being fairly long when they are generated (not sure if this could be related)
I'm having an issue where I'll try to submit a specific query multiple times with no response. mysqloo does not call onError() nor onSuccess(). Something happens after calling send() that stops the query from completing.
It seemed to start happening after I upgraded to version 8.0 but that may just be a coincidence.
The console error spam should be gone in the next gmod version https://github.com/Facepunch/garrysmod-issues/issues/3452
@kklouzal can you post an example of when/how this happens?
Sorry I switched over to using procedures and this solved the problem. I would still suggest updating the library against mysql version 8.0 i would like to connect to my database using the new security encryption and if any performance enhancements or bug fixes have been included in the new 8.0 release that's always a bonus.
MySQL version 8.0 has been released and offers major performance and security upgrades.
Will the project be updated against this new version?