diff options
author | cmiller@zippy.cornsilk.net <> | 2007-01-26 14:47:12 -0500 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-01-26 14:47:12 -0500 |
commit | 41179e6a8f3ea4e2d76de1e075eef00b966c65aa (patch) | |
tree | 1bdeaee39a7c30f0303fffa248adf4c2be993391 /BitKeeper | |
parent | 7c298786f133b022f189564ffc620626ca51f748 (diff) | |
download | mariadb-git-41179e6a8f3ea4e2d76de1e075eef00b966c65aa.tar.gz |
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.
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/collapsed | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BitKeeper/etc/collapsed b/BitKeeper/etc/collapsed index 5ff033b2163..e64a04b0060 100644 --- a/BitKeeper/etc/collapsed +++ b/BitKeeper/etc/collapsed @@ -29,3 +29,5 @@ 4554a95d7txO1DuO9G3nAizI3SkFAA 4554b3722d71SbPiI2Gx-RhbZjmuIQ 4558b3d73Cxjlb7Wv1oytdSTthxDfw +45ba4faf2oqu6eR8fqecR3LfSNcYUg +45ba5238-NKl80QVXzdGo8hO9M75Xg |