diff options
author | serg@serg.mylan <> | 2003-08-05 21:14:15 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2003-08-05 21:14:15 +0200 |
commit | 79922d946ac7c7c9c77c10fd7f831f14f2a9892c (patch) | |
tree | 7f824b71d5779659b28c60ef72d0b119daa9ccf9 /include/myisam.h | |
parent | 6ac0c55c103685c9e4bcd76080a5d5cb428c6130 (diff) | |
download | mariadb-git-79922d946ac7c7c9c77c10fd7f831f14f2a9892c.tar.gz |
table checksum background:
my_checksum() mysys function
NISAM checksum code moved from mysys to isam/ - it's obsolete
MyISAM checksum code moved to mysys
table's checksum accessible from sql layer
SHOW TABLE STATUS shows checksum (WL#646)
code cleanup
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/myisam.h b/include/myisam.h index e85d3057672..0ffcdae8567 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -53,8 +53,6 @@ extern "C" { #define mi_portable_sizeof_char_ptr 8 -typedef uint32 ha_checksum; - /* Param to/from mi_info */ typedef struct st_mi_isaminfo /* Struct from h_info */ |