Home
last modified time | relevance | path

Searched refs:consistency (Results 51 – 75 of 12389) sorted by relevance

12345678910>>...496

/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dlog_encrypt_4_rk.result10 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
13 1 Test consistency undo*
15 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
18 1 Test consistency undo*
30 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
33 1 Test consistency undo*
35 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
38 1 Test consistency undo*
49 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
52 1 Test consistency undo*
H A Dlog_encrypt_4_mk.result10 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
13 1 Test consistency undo*
15 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
18 1 Test consistency undo*
30 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
33 1 Test consistency undo*
35 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
38 1 Test consistency undo*
49 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
52 1 Test consistency undo*
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dlog_encrypt_4.result10 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
13 1 Test consistency undo*
15 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
18 1 Test consistency undo*
30 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
33 1 Test consistency undo*
35 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
38 1 Test consistency undo*
49 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
52 1 Test consistency undo*
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dlog_encrypt_4_mk.result10 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
13 1 Test consistency undo*
15 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
18 1 Test consistency undo*
30 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
33 1 Test consistency undo*
35 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
38 1 Test consistency undo*
49 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
52 1 Test consistency undo*
H A Dlog_encrypt_4_rk.result10 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
13 1 Test consistency undo*
15 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
18 1 Test consistency undo*
30 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
33 1 Test consistency undo*
35 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
38 1 Test consistency undo*
49 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
52 1 Test consistency undo*
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dlog_encrypt_4_mk.result10 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
13 1 Test consistency undo*
15 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
18 1 Test consistency undo*
30 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
33 1 Test consistency undo*
35 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
38 1 Test consistency undo*
49 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
52 1 Test consistency undo*
H A Dlog_encrypt_4_rk.result10 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
13 1 Test consistency undo*
15 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
18 1 Test consistency undo*
30 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
33 1 Test consistency undo*
35 INSERT INTO tab2 VALUES(1, 'Test consistency undo*');
38 1 Test consistency undo*
49 INSERT INTO tab1 VALUES(1, 'Test consistency undo*');
52 1 Test consistency undo*
/dports/sysutils/py-python-consul/python-consul-1.1.0/consul/
H A Dbase.py288 consistency='default', argument
332 self.consistency = consistency
540 consistency = consistency or self.agent.consistency
1253 consistency = consistency or self.agent.consistency
1317 consistency = consistency or self.agent.consistency
1391 consistency = consistency or self.agent.consistency
1461 consistency = consistency or self.agent.consistency
1821 consistency = consistency or self.agent.consistency
1851 consistency = consistency or self.agent.consistency
1888 consistency = consistency or self.agent.consistency
[all …]
/dports/databases/casstcl/casstcl-2.15.0/generic/
H A Dcasstcl_consistency.c35 CassConsistency consistency = *consistencyPtr; in casstcl_setStatementConsistency() local
37 if (consistency == CASS_CONSISTENCY_SERIAL || in casstcl_setStatementConsistency()
38 consistency == CASS_CONSISTENCY_LOCAL_SERIAL) { in casstcl_setStatementConsistency()
39 consistencyErr = cass_statement_set_serial_consistency(statementPtr, consistency); in casstcl_setStatementConsistency()
41 consistencyErr = cass_statement_set_consistency(statementPtr, consistency); in casstcl_setStatementConsistency()
184 casstcl_cass_consistency_to_string (CassConsistency consistency) { in casstcl_cass_consistency_to_string() argument
185 switch (consistency) { in casstcl_cass_consistency_to_string()
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A D__init__.py380 consistency = None variable in Unavailable
390 self.consistency = consistency
394 repr({'consistency': consistency_value_to_name(consistency),
404 consistency = None variable in Timeout
416 def __init__(self, summary_message, consistency=None, required_responses=None, argument
418 self.consistency = consistency
425 info = {'consistency': consistency_value_to_name(consistency),
489 consistency = None variable in CoordinationFailure
512 def __init__(self, summary_message, consistency=None, required_responses=None, argument
514 self.consistency = consistency
[all …]
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/cqlengine/
H A Dconnection.py65 consistency = None variable in Connection
74 def __init__(self, name, hosts, consistency=None, argument
78 self.consistency = consistency
111 if self.consistency is not None:
112 self.session.default_consistency_level = self.consistency
176 consistency is not None or
187 if consistency is None:
188 consistency = ConsistencyLevel.LOCAL_ONE
191 consistency=consistency, lazy_connect=lazy_connect,
302 consistency=None, argument
[all …]
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/docs/how-to/
H A Ddeal-with-very-large-backups.md14 running the default pruning and consistency checks take a long time on large
43 consistency checks with `check` on a much less frequent basis (e.g. with
49 Another option is to customize your consistency checks. The default
55 `consistency` section of borgmatic configuration:
58 consistency:
65 * `repository`: Checks the consistency of the repository itself.
72 If that's still too slow, you can disable consistency checks entirely,
75 Disabling all consistency checks looks like this:
78 consistency:
88 consistency:
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Dsearchquery_options.go105 consistency := make(map[string]interface{})
108 consistency["level"] = "not_bounded"
113 ctl = map[string]interface{}{"consistency": consistency}
117 consistency := make(map[string]interface{})
119 consistency["level"] = "at_plus"
120 consistency["vectors"] = opts.ConsistentWith.toSearchMutationState()
125 ctl["consistency"] = consistency
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Dsearchquery_options.go105 consistency := make(map[string]interface{})
108 consistency["level"] = "not_bounded"
113 ctl = map[string]interface{}{"consistency": consistency}
117 consistency := make(map[string]interface{})
119 consistency["level"] = "at_plus"
120 consistency["vectors"] = opts.ConsistentWith.toSearchMutationState()
125 ctl["consistency"] = consistency
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/nxos/fixtures/nxos_vpc/
H A Dshow_vpc6 "vpc-peer-consistency": "inconsistent",
7 "vpc-peer-consistency-status": "SYSERR_MCECM_MCT_DOES_NOT_EXISTS",
8 "vpc-per-vlan-peer-consistency": "inconsistent",
9 "vpc-type-2-consistency": "inconsistent",
10 "vpc-type-2-consistency-status": "SYSERR_MCECM_MCT_DOES_NOT_EXISTS",
15 "vpc-graceful-consistency-check-status": "enabled",
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_vpc/
H A Dshow_vpc6 "vpc-peer-consistency": "inconsistent",
7 "vpc-peer-consistency-status": "SYSERR_MCECM_MCT_DOES_NOT_EXISTS",
8 "vpc-per-vlan-peer-consistency": "inconsistent",
9 "vpc-type-2-consistency": "inconsistent",
10 "vpc-type-2-consistency-status": "SYSERR_MCECM_MCT_DOES_NOT_EXISTS",
15 "vpc-graceful-consistency-check-status": "enabled",
/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/developer-guide/architecture/
H A Dconsistency.en.po31 #: ../../developer-guide/architecture/consistency.en.rst:23
35 #: ../../developer-guide/architecture/consistency.en.rst:25
39 #: ../../developer-guide/architecture/consistency.en.rst:27
43 #: ../../developer-guide/architecture/consistency.en.rst:30
47 #: ../../developer-guide/architecture/consistency.en.rst:32
51 #: ../../developer-guide/architecture/consistency.en.rst:33
55 #: ../../developer-guide/architecture/consistency.en.rst:36
59 #: ../../developer-guide/architecture/consistency.en.rst:38
66 #: ../../developer-guide/architecture/consistency.en.rst:43
74 #: ../../developer-guide/architecture/consistency.en.rst:48
[all …]
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/RetryPolicy/
H A DDowngradingConsistency.yaml4 A retry policy that will downgrade the consistency of a request in
12 required by the current consistency level then retry with a lower
13 consistency level
14 * On a write timeout, Retry unlogged batches at a lower consistency level
18 * On unavailable, retry at a lower consistency if at lease one replica
22 consistency level. Using this policy can break consistency guarantees.
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/nist/
H A De691disc.top32 b. The h-consistency statistic by laboratory and material.
33 c. The k-consistency statistic by laboratory and material.
38 a. h-consistency statistic (materials within labs)
39 b. h-consistency statistic (labs within materials)
40 c. k-consistency statistic (materials within labs)
41 d. k-consistency statistic (labs within materials)
52 c. Dot plots of the h-consistency statistics.
53 d. Box plots of the k-consistency statistics.
/dports/devel/py-oci/oci-2.53.1/src/oci/nosql/models/
H A Dquery_details.py163 def consistency(self): member in QueryDetails
176 @consistency.setter
177 def consistency(self, consistency): member in QueryDetails
187 if not value_allowed_none_or_none_sentinel(consistency, allowed_values):
192 self._consistency = consistency
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/objects/
H A Ddse_session.hpp102 Result execute(const std::string& query, CassConsistency consistency = CASS_CONSISTENCY_LOCAL_ONE, in execute() argument
104 return driver::Session::execute(query, consistency, is_idempotent, assert_ok); in execute()
178 CassConsistency consistency = CASS_CONSISTENCY_LOCAL_ONE, in execute_as() argument
181 statement.set_consistency(consistency); in execute_as()
217 CassConsistency consistency = CASS_CONSISTENCY_LOCAL_ONE, in execute_async() argument
219 return driver::Session::execute_async(query, consistency, is_idempotent); in execute_async()
280 CassConsistency consistency = CASS_CONSISTENCY_LOCAL_ONE, in execute_async_as() argument
283 statement.set_consistency(consistency); in execute_async_as()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/documentation/sphinx/source/
H A Dconsistency.rst5 Two meanings of consistency
8 The concept of *consistency* comes up a great deal in the context of distributed databases. However…
12consistency model <http://en.wikipedia.org/wiki/Consistency_model>`_, which describes the conditio…
14 Integrity constraints relate to the application domain, whereas consistency models relate to the in…
28consistency models make reasoning about the database easier and speed development. For example, *c…
30 FoundationDB provides the strongest possible consistency model, `sequential consistency <http://en.…
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/releasenotes/notes/
H A Dbug-1642238-3032c7fe7f0ce29d.yaml3 - Add ``consistency group snapshot create``, ``consistency group snapshot delete``,
4 ``consistency group snapshot list`` and ``consistency group snapshot show`` commands
/dports/lang/racket/racket-8.3/share/pkgs/db-lib/db/util/
H A Dcassandra.rkt3 (only-in "../private/cassandra/connection.rkt" cassandra-consistency)
4 (only-in "../private/cassandra/message.rkt" consistency-symbols))
7 [cassandra-consistency
8 (parameter/c (apply or/c consistency-symbols))])
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/binlog/r/
H A Dbinlog_enforce_gtid_consistency_nontrx_create_select_violation.result6 CALL mtr.add_suppression('Statement violates GTID consistency:');
28 include/assert.inc [Text should be "violates GTID consistency"]
45 include/assert.inc [Text should be "violates GTID consistency"]
62 include/assert.inc [Text should be "violates GTID consistency"]
79 include/assert.inc [Text should be "violates GTID consistency"]
96 include/assert.inc [Text should be "violates GTID consistency"]
114 include/assert.inc [Text should be "violates GTID consistency"]
132 include/assert.inc [Text should be "violates GTID consistency"]
150 include/assert.inc [Text should be "violates GTID consistency"]
168 include/assert.inc [Text should be "violates GTID consistency"]
[all …]

12345678910>>...496