Vladislav Vaintroub <[email protected]> writes: > Xtradb recently started to access thd members directly ,e.g thd->stmt_da > (ha_innodb.cc) > It needs recompilation for embedded server, as layout of THD is different > in embedded.
Did you consider instead fixing XtraDB to not access thd members directly? Eg. using proper accessors, maybe adding new accessors if needed? Or is this not possible for some reason? It would be much preferable if XtraDB didn't mess with server internals like this ... - Kristian. _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

