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 · 5a8f6447
      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.
      5a8f6447
    • Sergey Petrunya's avatar
      Cassandra SE · 3ecd8bfc
      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)
      3ecd8bfc
  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: · ca51c21f
      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.
      ca51c21f
  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