mariadb/storage/innobase/ibuf
Marko Mäkelä a436e349df ibuf_get_volume_buffered_hash(): Use a proper type cast
On 64-bit systems, the constant 1 would be 32-bit (int or unsigned)
by default. Cast the constant to ulint before shifting to avoid a
-fsanitize=undefined warning or any potential overflow.
2017-05-18 09:07:15 +03:00
..
ibuf0ibuf.cc ibuf_get_volume_buffered_hash(): Use a proper type cast 2017-05-18 09:07:15 +03:00