mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Cassandra SE
- add support for Cassandra's UUID datatype. We map it to CHAR(36).
This commit is contained in:
parent
29e9406a82
commit
6cce520472
5 changed files with 222 additions and 17 deletions
|
|
@ -416,9 +416,8 @@ bool Cassandra_se_impl::get_range_slices(bool last_key_as_start_key)
|
|||
cparent.column_family= column_family;
|
||||
|
||||
/* SlicePredicate can be used to limit columns we will retrieve */
|
||||
// Try passing nothing...
|
||||
|
||||
KeyRange key_range; // Try passing nothing, too.
|
||||
KeyRange key_range;
|
||||
key_range.__isset.start_key= true;
|
||||
key_range.__isset.end_key= true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue