summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill DeVries <wdevries@clustrix.com>2020-01-16 11:42:50 -0800
committerSergei Petrunia <psergey@askmonty.org>2020-03-10 11:22:32 +0300
commit4e45e8a217b67456195b501318826bd324418cfc (patch)
treeb00e6bf20503ad4d8937ebd45215ea3a7b824106
parentaaa6f13294671550bd135c9dccd0fc9c73e2b1f3 (diff)
downloadmariadb-git-4e45e8a217b67456195b501318826bd324418cfc.tar.gz
Remove CLUSTRIX_SHARED argument to trx->key_read.
-rw-r--r--storage/clustrixdb/ha_clustrixdb.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/clustrixdb/ha_clustrixdb.cc b/storage/clustrixdb/ha_clustrixdb.cc
index c0dd8fa8cf8..328bed7fce8 100644
--- a/storage/clustrixdb/ha_clustrixdb.cc
+++ b/storage/clustrixdb/ha_clustrixdb.cc
@@ -781,7 +781,6 @@ int ha_clustrixdb::index_read(uchar * buf, const uchar * key, uint key_len,
is_scan = false;
ulong rowdata_length;
if ((error_code = trx->key_read(clustrix_table_oid, 0,
- clustrix_connection::CLUSTRIX_SHARED,
table->read_set, packed_key, packed_key_len,
&rowdata, &rowdata_length)))
goto err;