mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
MariaRocks port: db_low_byte_first is gone in MariaDB
This commit is contained in:
parent
08f96d21fd
commit
06b4962fc4
1 changed files with 1 additions and 2 deletions
|
@ -4386,8 +4386,7 @@ int ha_rocksdb::convert_record_from_storage_format(const rocksdb::Slice *key,
|
|||
|
||||
memcpy(blob->ptr, data_len_str, length_bytes);
|
||||
|
||||
uint32 data_len= blob->get_length((uchar*)data_len_str, length_bytes,
|
||||
table->s->db_low_byte_first);
|
||||
uint32 data_len= blob->get_length((uchar*)data_len_str, length_bytes);
|
||||
const char *blob_ptr;
|
||||
if (!(blob_ptr= reader.read(data_len)))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue