16.05.2015, 15:52
You load a mysql.so plugin with invalid ELF header (renamed the .dll?)
You load libmysqlclient which is NOT a plugin.
You load R39-2 after that.
I guess you want to have a mysql plugin with R6 and one with R39-2 (R39-3 is the latest) but you cannot do that. Update the old scripts to threaded queries and keep R39 mysql plugin loaded.
Also load nativechecker plugin last of all.
You load libmysqlclient which is NOT a plugin.
You load R39-2 after that.
I guess you want to have a mysql plugin with R6 and one with R39-2 (R39-3 is the latest) but you cannot do that. Update the old scripts to threaded queries and keep R39 mysql plugin loaded.
Also load nativechecker plugin last of all.