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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user