diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-09-02 17:03:19 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-09-04 10:33:50 +0200 |
commit | 08687f7ef3ccb59ca78a3d037e9db5a514145d64 (patch) | |
tree | 7111820588edd5f46a0588d8733a2ff6bef6ce2d /include | |
parent | 66b9a9409c73e298d6ceb668783a7cdd5ee85a69 (diff) | |
download | mariadb-git-08687f7ef3ccb59ca78a3d037e9db5a514145d64.tar.gz |
cleanup: my_checksum
remove my_crc_dbug_check (gdb can do it itself).
use 0 instead of my_checkum(0, 0, 0) - just as 10.0 does now.
Diffstat (limited to 'include')
-rw-r--r-- | include/my_sys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 453d1322cb5..31d4ffd7667 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -615,7 +615,6 @@ my_off_t my_b_safe_tell(IO_CACHE* info); /* picks the correct tell() */ int my_b_pread(IO_CACHE *info, uchar *Buffer, size_t Count, my_off_t pos); typedef uint32 ha_checksum; -extern ulong my_crc_dbug_check; #include <my_alloc.h> |