MariaRocks port: db_low_byte_first is gone in MariaDB

This commit is contained in:
Sergei Petrunia 2016-10-09 18:11:00 +00:00
parent 08f96d21fd
commit 06b4962fc4

View file

@ -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)))
{