michael.vancann...@wisa.be hat am 17. Januar 2012 um 13:28 geschrieben: > > > On Tue, 17 Jan 2012, Mattias Gaertner wrote: > > > Hi, > > > > I tried connecting to a mysql 5.5 database and used the fpc unit mysql51. > > There are only examples for 3 and 4, so I started with testdb4.pp and > > adapted it. > > It turned out that the MYSQL record is missing some new fields, so the > > mysql_init overwrites the memory behind. > > After adding some dummy bytes at the end it worked nice. > > > > Is there a better way? > > Yes, convert the mysql 5.5. headers. Or adapt the 5.1 headers to match the > 5.5 specs.
;) > That is how we bring it up-to-date whenever a new MySQL version appears. I only found mysql51 headers. Are there some newer ones? I would like my program to still run when the next small upgrade comes. As far as I can see new things are only added at the end, so adding some dummy bytes for "future extensions" may help here. Is this wishful thinking? Mattias
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal