1. 23 Dec, 2012 1 commit
  2. 20 Dec, 2012 3 commits
  3. 30 Sep, 2012 1 commit
  4. 29 Sep, 2012 1 commit
  5. 28 Sep, 2012 6 commits
  6. 27 Sep, 2012 2 commits
    • Sergey Petrunya's avatar
      Cassandra SE: lazy connections · 4db207d5
      Sergey Petrunya authored
      - Don't connect right away in ha_cassandra::open. If we do this, it becomes 
        impossible to do SHOW CREATE TABLE when the server is not present. 
      - Note: CREATE TABLE still requires that connection is present, as it needs 
        to check whether the specified DDL can be used with Cassandra.  We could
        delay that check also, but then one would not be able to find out about 
        errors in table DDL until they do a SELECT.
      4db207d5
    • Sergey Petrunya's avatar
      Cassandra SE · 2d88c4be
      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)
      2d88c4be
  7. 26 Sep, 2012 3 commits
  8. 25 Sep, 2012 1 commit
  9. 24 Sep, 2012 2 commits
  10. 22 Sep, 2012 1 commit
  11. 20 Sep, 2012 1 commit
  12. 16 Sep, 2012 1 commit
    • Sergey Petrunya's avatar
      Cassandra SE: · eb63b07a
      Sergey Petrunya authored
      - added option thrift_port which allows to specify which port to connect to
      - not adding username/password - it turns out, there are no authentication
        schemes in stock cassandra distribution.
      eb63b07a
  13. 14 Sep, 2012 3 commits
  14. 12 Sep, 2012 2 commits
  15. 10 Sep, 2012 2 commits
  16. 07 Sep, 2012 1 commit
  17. 31 Aug, 2012 2 commits
  18. 29 Aug, 2012 5 commits
  19. 28 Aug, 2012 2 commits