diff options
author | monty@work.mysql.com <> | 2001-09-15 15:19:47 +0200 |
---|---|---|
committer | monty@work.mysql.com <> | 2001-09-15 15:19:47 +0200 |
commit | 9709370e0b2094f8ed68d4dc10c4d690847e9e4a (patch) | |
tree | 83fa71f32774bec4b46239a2dc3f170172a10b86 /isam | |
parent | bff093a06debdfe4ecdbf85222cbdef1c9ac7da1 (diff) | |
parent | cf80b8ae7894c21a826e800416fe7a7d3271e004 (diff) | |
download | mariadb-git-9709370e0b2094f8ed68d4dc10c4d690847e9e4a.tar.gz |
Merge
Diffstat (limited to 'isam')
-rw-r--r-- | isam/_dbug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isam/_dbug.c b/isam/_dbug.c index d632d5931a5..18e671793ed 100644 --- a/isam/_dbug.c +++ b/isam/_dbug.c @@ -89,7 +89,7 @@ void _nisam_print_key(FILE *stream, register N_KEYSEG *keyseg, const uchar *key) key=end; break; case HA_KEYTYPE_UINT24: - VOID(fprintf(stream,"%ld",uint3korr(key))); + VOID(fprintf(stream,"%ld",(long) uint3korr(key))); key=end; break; case HA_KEYTYPE_FLOAT: |