Commit 4e45e8a2 authored by Will DeVries's avatar Will DeVries Committed by Sergei Petrunia

Remove CLUSTRIX_SHARED argument to trx->key_read.

parent aaa6f132
...@@ -781,7 +781,6 @@ int ha_clustrixdb::index_read(uchar * buf, const uchar * key, uint key_len, ...@@ -781,7 +781,6 @@ int ha_clustrixdb::index_read(uchar * buf, const uchar * key, uint key_len,
is_scan = false; is_scan = false;
ulong rowdata_length; ulong rowdata_length;
if ((error_code = trx->key_read(clustrix_table_oid, 0, if ((error_code = trx->key_read(clustrix_table_oid, 0,
clustrix_connection::CLUSTRIX_SHARED,
table->read_set, packed_key, packed_key_len, table->read_set, packed_key, packed_key_len,
&rowdata, &rowdata_length))) &rowdata, &rowdata_length)))
goto err; goto err;
......
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