mirror of https://github.com/MariaDB/server
Browse Source
- Don't access THD::killed directly from ha_innodb.cc. This is forbidden because THD has different membership (and so, different member offsets) in regular and embedded server. Access must be done through thd_killed() function. - if we're interrupted by the user while in XtraDB, return the proper code.pull/374/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue