Have the attributes LongReadLen and LongTruncOk when using DBD::mysql as driver for the Perl5 Database Interface (DBI) any meaning? I didn’t found these attributes in the DBD::mysql documentation but I found some example on the internet which uses these attributes with DBD::mysql.
Have the attributes LongReadLen and LongTruncOk when using DBD::mysql as driver for the Perl5
Share
If you search dbdimp.c I find:
I could not find any reference to longreadlen. Note, I don’t use DBD::mysql myself and this was just a quick search in the code.