Commit 06b4962f authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks port: db_low_byte_first is gone in MariaDB

parent 08f96d21
......@@ -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)))
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment