Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/scylladb/scylladb. Pull mirroring updated .
  1. Nov 18, 2015
  2. Nov 17, 2015
    • Calle Wilund's avatar
      query_pagers: Handle partition with no data but statics · 6d25b8d4
      Calle Wilund authored
      If we get a partition with no row data, but statics, we should treat this as
      a row (include in count), but also make sure we skip to next partition
      if our page ends here.
      
      The "end partition" with zero rows but static data can also happen if we
      happen to resume paging by giving a column range exluding all data. In this
      case we should _not_ include it, since we have already provided the
      data in question in previous page.
      
      Fixes #556
      6d25b8d4
    • Calle Wilund's avatar
      query_pagers: Fix aggregate query bug · 5368f1a9
      Calle Wilund authored
      1.) Should not reset to input query state if run repeatedly
      2.) And if run repeatedly without input state, likewise keep
          the internal one active
      
      Fixes #560
      5368f1a9
    • Avi Kivity's avatar
      Merge "move scylla.yaml to /etc/scylla" from Takuya · 7d8c72d2
      Avi Kivity authored
      "To keep compatibility with scylla-tools-java, it links /etc/scylla to /var/lib/scylla/conf.
      
      Problem on this patchset is, I added SCYLLA_HOME and SCYLLA_CONF on /etc/sysconfig/scylla-server.
      However, the file is marked as config file, it won't be automatically upgrade.
      If user doesn't upgrade the file manually, scylla-server still able to run with /var/lib/scylla/conf because we have symlink, but never switches to /etc/scylla."
      7d8c72d2
  3. Nov 16, 2015
  4. Nov 15, 2015
Loading