• Michael Widenius's avatar
    Change bitfields in Item to an uint16 · 3105c9e7
    Michael Widenius authored
    The reason for the change is that neither clang or gcc can do efficient
    code when several bit fields are change at the same time or when copying
    one or more bits between identical bit fields.
    Updated bits explicitely with & and | is MUCH more efficient than what
    current compilers can do.
    3105c9e7
plugin.cc 2.99 KB