Commit a06faac2 authored by Sergei Petrunia's avatar Sergei Petrunia

Temporarily disable the fix for WebScaleSQL Issue #108.

Issue #108: Index-only scans do not work for partitioned tables and extended keys
c1f1f0b64eaecd132fc6ec21663faf0510afacaf
parent 50f32368
......@@ -4008,6 +4008,7 @@ bool ha_rocksdb::same_table(const ha_rocksdb& other) const
return m_tbl_def->base_tablename() == other.m_tbl_def->base_tablename();
}
#ifdef MARIAROCKS_NOT_YET
bool ha_rocksdb::init_with_fields()
{
uint pk= table_share->primary_key;
......@@ -4022,7 +4023,7 @@ bool ha_rocksdb::init_with_fields()
cached_table_flags= table_flags();
return false; /* Ok */
}
#endif
/**
Convert record from table->record[0] form into a form that can be written
......
......@@ -591,9 +591,9 @@ class ha_rocksdb: public my_core::handler
HA_NULL_IN_KEY |
HA_PARTIAL_COLUMN_READ;
}
#ifdef MARIAROCKS_NOT_YET
bool init_with_fields() override;
#endif
/** @brief
This is a bitmap of flags that indicates how the storage engine
implements indexes. The current index flags are documented in
......
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