Commit Graph

  • bb6677b47a TokenRelation: Java -> c++ Calle Wilund 2015-07-07 16:16:33 +02:00
  • d7c10ff3b6 cql3::relation - fix constness Calle Wilund 2015-07-07 16:08:44 +02:00
  • 73421cb413 TokenRestriction: Java->c++ Calle Wilund 2015-07-07 16:15:31 +02:00
  • 4a5a5359b0 cql3::restrictions - refactor and clean up Calle Wilund 2015-07-07 16:14:46 +02:00
  • a18889380e cql3::functions::functions: dispatch token function Calle Wilund 2015-07-07 16:18:19 +02:00
  • b17c3bf6df TokenFct Java->C++ Calle Wilund 2015-07-07 16:07:56 +02:00
  • 9c4c9eff50 schema: add outstream << op to print column_definition pointers Calle Wilund 2015-07-07 16:17:52 +02:00
  • 15642f917c query_processor bug fix: execute_internal did not keep options alive Calle Wilund 2015-07-07 20:02:22 +02:00
  • 189dfd5954 tests/type: add test cases for validation Paweł Dziepak 2015-07-07 13:58:16 +02:00
  • 414c37f06f types: implement validation for built-in types Paweł Dziepak 2015-07-07 13:57:47 +02:00
  • 0d869276b5 tests/cql: add tests for blobAs*() and *AsBlob() functions Paweł Dziepak 2015-07-07 11:32:21 +02:00
  • 296a77b7f3 cql3: fix *asblob() and blobas*() functions names Paweł Dziepak 2015-07-03 16:32:50 +02:00
  • 913ee1e8ac reactor: circumvent ASAN false positive Nadav Har'El 2015-07-06 16:00:34 +03:00
  • 12dc7ebd26 system.local: convert update tokens Glauber Costa 2015-07-03 18:31:30 -04:00
  • 655c4eb104 cql sets: fix less comparator Glauber Costa 2015-07-07 14:59:56 -04:00
  • dd29ac9593 Merge "cqlsh" from Glauber Avi Kivity 2015-07-07 19:33:23 +03:00
  • 137cf22abf system.local: convert host_id functions Glauber Costa 2015-07-03 18:33:48 -04:00
  • a9e69a34cb system.local: convert bootstrap state Glauber Costa 2015-07-03 18:33:17 -04:00
  • 6d58675092 system.local: force blocking flush Glauber Costa 2015-07-03 18:29:06 -04:00
  • 072de63427 system.local: convert check_health Glauber Costa 2015-07-03 18:26:30 -04:00
  • 30008bc0b1 system.local: schema version Glauber Costa 2015-07-03 18:23:03 -04:00
  • e5d27d6485 system.local: setup version fields Glauber Costa 2015-07-03 18:21:03 -04:00
  • d5302ac796 futurize set_tokens Glauber Costa 2015-07-03 18:16:26 -04:00
  • 5545e08bf7 database: introduce flush method Glauber Costa 2015-07-03 18:11:58 -04:00
  • 0f68010152 futurize get_local_host_id and set_local_host_id Glauber Costa 2015-07-03 18:05:29 -04:00
  • fd4c384216 thrift version field Glauber Costa 2015-07-03 13:05:36 -04:00
  • ffdd2eaacb query_options: use version::native_protocol() for version Glauber Costa 2015-07-06 09:03:32 -04:00
  • 90b9de9939 add file with some version strings that don't really belong anywhere Glauber Costa 2015-07-03 12:37:22 -04:00
  • 157f5991ac system keyspace: setup queries Glauber Costa 2015-07-03 13:09:48 -04:00
  • ba33af1a8d service: split messaging service initialization in two parts Glauber Costa 2015-07-03 12:33:31 -04:00
  • bd13e3995b dht: implement method to convert a token to a string Glauber Costa 2015-07-03 12:31:46 -04:00
  • 586ccd43b0 query processor: relay internal queries Glauber Costa 2015-07-03 13:12:18 -04:00
  • 39e4e98c35 client_state: default to system for internal queries Glauber Costa 2015-07-03 12:35:25 -04:00
  • fe6be361ba cql_tests: mark the client as external instead of external Glauber Costa 2015-07-03 20:50:18 -04:00
  • 03cca755ac cql3: fix use-after-move Glauber Costa 2015-07-07 10:49:22 -04:00
  • ae3c7283f9 cql3: allow for the creation of empty untyped_result_set messages Glauber Costa 2015-07-06 16:22:21 -04:00
  • 45905ec94d dht: change partitioner name to sstring Glauber Costa 2015-07-06 17:57:13 -04:00
  • 3087df014d untyped_result_set: add include guard Glauber Costa 2015-07-06 16:04:43 -04:00
  • c719475901 Merge branch 'master' of github.com:cloudius-systems/urchin into db Avi Kivity 2015-07-07 18:29:38 +03:00
  • db0469af80 test.py: add query_processor_test to list Calle Wilund 2015-07-07 17:06:39 +02:00
  • 5d9222d935 Merge "Filter sstable data not belonging to current shard" from Tomasz Avi Kivity 2015-07-07 18:12:35 +03:00
  • c5f6348572 test.py: add query_processor_test to list Calle Wilund 2015-07-07 17:06:39 +02:00
  • a7d608b33a Merge seastar upstream Avi Kivity 2015-07-07 18:11:57 +03:00
  • 19206a038f reactor: stop using SIGALRM Avi Kivity 2015-07-07 17:59:47 +03:00
  • 66dfeb33d7 db: Filter out sstable partitions not belonging to current shard Tomasz Grabiec 2015-07-07 14:04:09 +02:00
  • d035c499b8 db: Move database::shard_of() to dht::shard_of() Tomasz Grabiec 2015-07-07 14:00:48 +02:00
  • 4dca9f4f09 tests: Add tests for make_filtering_reader() Tomasz Grabiec 2015-07-07 16:35:17 +02:00
  • ed463ac3a7 mutation_reader: Introduce make_filtering_reader() Tomasz Grabiec 2015-07-02 19:21:24 +02:00
  • 8e2d36ed74 Merge seastar upstream Avi Kivity 2015-07-07 17:34:32 +03:00
  • 7ad4483879 Revert "build: allow the compiler to be a script" Avi Kivity 2015-07-07 17:17:46 +03:00
  • 5d6c960faa Merge "Announce schema mutations in cluster" from Pekka Avi Kivity 2015-07-07 17:15:14 +03:00
  • 9cc9cf1e76 service/migration_manager: Announce schema mutations in cluster Pekka Enberg 2015-07-07 09:44:01 +03:00
  • c77761a8b1 messaging: improve serialization for vectors Avi Kivity 2015-07-07 12:49:43 +03:00
  • 228762421c messaging: support complex types in vector<> serialization Avi Kivity 2015-07-07 12:48:44 +03:00
  • a358990855 db/legacy_schema_tables: Pass storage_proxy by reference Pekka Enberg 2015-07-07 10:50:41 +03:00
  • 8a897f2979 message/messaging_service: Add versioning stubs Pekka Enberg 2015-07-07 10:22:57 +03:00
  • 0452175ef1 Merge "Enabling *asBlob() and blobAs*() functions" from Paweł Avi Kivity 2015-07-07 15:37:20 +03:00
  • a65aea1399 Merge branch 'master' of github.com:cloudius-systems/urchin into db Avi Kivity 2015-07-07 15:36:46 +03:00
  • fb28054c2e cql3: convert sets::marker::bind to C++ Avi Kivity 2015-07-07 15:23:18 +03:00
  • 752d9e6699 tests/type: add test cases for validation Paweł Dziepak 2015-07-07 13:58:16 +02:00
  • c139f1c1d7 types: implement validation for built-in types Paweł Dziepak 2015-07-07 13:57:47 +02:00
  • 86d913954a db/legacy_schema_tables: Store CF "is_dense" to system tables Pekka Enberg 2015-07-07 13:25:13 +03:00
  • 8429e39a9f Merge seastar upstream Avi Kivity 2015-07-07 13:25:52 +03:00
  • 3dbccbc5b5 rpc: read value from a tuple before moving it Gleb Natapov 2015-07-07 13:17:04 +03:00
  • 3437a49d26 cql3: Enable CF "bloom_filter_fp_chance" Pekka Enberg 2015-07-07 12:27:51 +03:00
  • 9b63b02328 doc: fix small mixup in reference (pipe.hh) Nadav Har'El 2015-07-07 10:36:48 +03:00
  • 0c848e9a4e rpc: add missing move()s in get_reply() Avi Kivity 2015-07-07 12:45:58 +03:00
  • a7a231f8dc tests/cql: add tests for blobAs*() and *AsBlob() functions Paweł Dziepak 2015-07-07 11:32:21 +02:00
  • a910294be0 cql3: fix *asblob() and blobas*() functions names Paweł Dziepak 2015-07-03 16:32:50 +02:00
  • c86a591aee Merge branch 'dev/pdziepak/types-from-string/v2' Tomasz Grabiec 2015-07-07 11:33:23 +03:00
  • 9b61d4d433 tests/types: add tests for timeuuid, uuid, timestamp and inet Paweł Dziepak 2015-07-03 14:53:22 +02:00
  • af30fe11df doc: more info in fiber module reference table Avi Kivity 2015-07-07 00:38:53 +03:00
  • 00da6e24fc tests/cql: test insert and select for all types Paweł Dziepak 2015-07-02 10:10:11 +02:00
  • 1552788098 transport: catch cassandra_exception and pass it to client Paweł Dziepak 2015-07-02 09:26:49 +02:00
  • 8945fc1cb2 exceptions: make invalid_request a subclass of request_validation Paweł Dziepak 2015-07-02 09:22:45 +02:00
  • 024a706692 exceptions: remove duplicate marshal_exception Paweł Dziepak 2015-07-02 09:11:30 +02:00
  • 22568a1995 types: implement timestamp_type_impl::from_string() Paweł Dziepak 2015-07-01 23:40:40 +02:00
  • 9c025946f0 uuid: handle invalid strings more gracefully Paweł Dziepak 2015-07-06 23:33:58 +02:00
  • d993ec69f6 types: implement inet_addr_type_impl::{from, to}_sstring() Paweł Dziepak 2015-07-01 14:25:45 +02:00
  • bb30e05149 types: implement uuid_type_impl::{from, to}_sstring() Paweł Dziepak 2015-07-01 11:53:47 +02:00
  • b33a401f01 types: implement timeuuid_type_impl::{from, to}_sstring() Paweł Dziepak 2015-07-01 11:47:42 +02:00
  • 1501b273f6 doc: add reference section to fiber module Avi Kivity 2015-07-07 00:29:23 +03:00
  • 9b89bad329 utils: allow creating uuid from sstring_view Paweł Dziepak 2015-07-01 11:47:10 +02:00
  • cce2996cde cql3: enable inet type in cql grammar definition Paweł Dziepak 2015-07-01 10:18:02 +02:00
  • f8598a668a types: implement floating_type_impl::{from, to}_string() Paweł Dziepak 2015-07-01 10:11:36 +02:00
  • 89931d53fa semaphore: document Avi Kivity 2015-07-07 00:10:51 +03:00
  • c24b7d42ce db/legacy_schema_tables: Store CF key validator in system tables Pekka Enberg 2015-07-06 15:46:39 +03:00
  • 93bf8fa3ba Merge branch 'calle/execute_internal' from seastar-dev.git Tomasz Grabiec 2015-07-06 15:01:22 +03:00
  • a5d3f1eac1 Merge "API: Adding the commmit log metrics support" from Amnon Avi Kivity 2015-07-06 13:27:17 +03:00
  • fd7e0e512a Adding the commit log metric stub implementation Amnon Heiman 2015-07-06 12:35:40 +03:00
  • 240c7b0572 API: Adding the commit log metrics definitions Amnon Heiman 2015-07-06 12:34:23 +03:00
  • cfcca4315c do not copy query::result while sending it back to a coordinator Gleb Natapov 2015-07-06 11:16:50 +03:00
  • 5338a6a8db Merge branch 'master' of github.com:cloudius-systems/seastar Avi Kivity 2015-07-06 11:12:36 +03:00
  • f8d2679728 locator: add a virtual get_name() method to snitch classes Vlad Zolotarov 2015-07-05 20:15:23 +03:00
  • 2c08647a6e scollectd: change get_collectd_value() to use const ref Amnon Heiman 2015-06-28 17:03:42 +03:00
  • b175d276ab implement get_natural_endpoints for local_strategy Gleb Natapov 2015-07-06 10:08:53 +03:00
  • 510f236e7c Merge branch 'penberg/cql-truncate-stmt' from seastar-dev.git Tomasz Grabiec 2015-07-06 09:54:12 +02:00
  • 4952a6bb9e Merge branch 'penberg/cql-create-index-stmt' from seatar-dev.git Tomasz Grabiec 2015-07-06 09:41:29 +02:00
  • f6fdde0ff6 core: make gate_closed_exception::what a public member Raphael S. Carvalho 2015-07-05 15:39:16 -03:00
  • 68b192d1be build: allow the compiler to be a script Avi Kivity 2015-07-06 10:24:54 +03:00