An error occurred fetching the project authors.
- 31 Jan, 2013 1 commit
-
-
Sergei Golubchik authored
-
- 09 Jan, 2013 1 commit
-
-
unknown authored
Field matching fixed. DBUG_ASSERT fixed.
-
- 23 Dec, 2012 1 commit
-
-
unknown authored
-
- 20 Dec, 2012 1 commit
-
-
Sergey Petrunya authored
- Partially address review feedback. - Update cassandra.test result result - make cassandra.test timezone-agnostic
-
- 30 Sep, 2012 1 commit
-
-
unknown authored
-
- 29 Sep, 2012 1 commit
-
-
unknown authored
Fixed incorrect initialization of variable which caused freeing memory by random address in case of error.
-
- 28 Sep, 2012 1 commit
-
-
unknown authored
-
- 27 Sep, 2012 1 commit
-
-
Sergey Petrunya authored
- Support UPDATE statements - Follow what CQL does: don't show deleted rows (they show up as rows without any columns in reads)
-
- 26 Sep, 2012 2 commits
-
-
Sergey Petrunya authored
- Better error messages.
-
Sergey Petrunya authored
- Add a test for ALTER TABLE
-
- 25 Sep, 2012 1 commit
-
-
Sergey Petrunya authored
- Support mapping Cassandra's timestamp to INT64 - Support mapping Cassadnra's decimal to VARBINARY.
-
- 24 Sep, 2012 1 commit
-
-
Sergey Petrunya authored
- Add support for Cassandra's 'varint' datatype, mappable to VARBINARY.
-
- 22 Sep, 2012 1 commit
-
-
Sergey Petrunya authored
-
- 20 Sep, 2012 1 commit
-
-
Sergey Petrunya authored
- Added @@cassandra_thrift_host global variable.
-
- 12 Sep, 2012 1 commit
-
-
Sergey Petrunya authored
-
- 10 Sep, 2012 2 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- Make cassandra.test drop and re-crate the test keyspace.
-
- 07 Sep, 2012 1 commit
-
-
Sergey Petrunya authored
-
- 31 Aug, 2012 2 commits
-
-
Sergey Petrunya authored
- Make an attempt at fixing.
-
Sergey Petrunya authored
- add support for Cassandra's UUID datatype. We map it to CHAR(36).
-
- 29 Aug, 2012 4 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- Add mapping for INT datatype - Primary key column should now be named like CQL's primary key, or 'rowkey' if CF has key_alias.
-
Sergey Petrunya authored
-
- 28 Aug, 2012 2 commits
-
-
Sergey Petrunya authored
- Full table scan internally uses LIMIT n, and re-starts the scan from the last seen rowkey value. rowkey ranges are inclusive, so we will see the same rowkey again. We should ignore it.
-
Sergey Petrunya authored
- Remove HTON_CAN_RECREATE flag, re-create won't delete rows in cassandra.
-
- 27 Aug, 2012 1 commit
-
-
Sergey Petrunya authored
- We use HA_MRR_NO_ASSOC ("optimizer_switch=join_cache_hashed") mode - Not able to use BKA's buffers yet. - There is a variable to control batch size - There are status counters. - Nedeed to make some fixes in BKA code (to be checked with Igor)
-
- 26 Aug, 2012 1 commit
-
-
Sergey Petrunya authored
- bulk inserts themselves - control variable and counters.
-
- 23 Aug, 2012 1 commit
-
-
Sergey Petrunya authored
- Fix typo in ha_cassandra::rnd_pos(). - in ::index_read_map(), do not assume that pk column is part of table->read_set.
-
- 21 Aug, 2012 1 commit
-
-
Sergey Petrunya authored
-
- 19 Aug, 2012 2 commits
-
-
Sergey Petrunya authored
- Partial support for DELETE ... WHERE.
-
Sergey Petrunya authored
- Descriptive error messages - Unpack PK column on range scans
-
- 18 Aug, 2012 3 commits
-
-
Sergey Petrunya authored
- Support "DELETE FROM cassandra_table"
-
Sergey Petrunya authored
- Got range reads to work (except for unpacking of the rowkey value)
-
Sergey Petrunya authored
- Introduce type converters (so far rather trivial) - switch INSERT to using batch_mutate()
-
- 17 Aug, 2012 1 commit
-
-
Sergey Petrunya authored
-