← Back to team overview

maria-developers team mailing list archive

Re: [Commits] Rev 3241: Xtradb recently started to access thd members directly , e.g thd->stmt_da (ha_innodb.cc) in file:///H:/bzr/5.5/

 

Vladislav Vaintroub <wlad@xxxxxxxxxxxxxxxx> 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.


Follow ups