1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Some fixes for Gemini

This commit is contained in:
monty@hundin.mysql.fi
2001-09-20 20:22:43 +03:00
parent 1ac9e1e678
commit c55ac34fef
3 changed files with 3 additions and 3 deletions

View File

@ -4122,7 +4122,7 @@ ulonglong Field_blob::get_id(const char *from)
ulonglong id = 0;
ulong length=get_length(from);
if (length)
uint8korr(id, from+packlength);
id=uint8korr(from+packlength);
return id;
}