Bug #25879: THD::options isn't set with ulonglong values and \
variables Bits higher than 2**31 were impossible to set on THD::options. It's probably a remnant from a time when options was a 32-bit integer. Now, use unsigned long-long constants and variables to set and clear THD::options. --- Pulled comments back to column 49.
Showing
Please register or sign in to comment