Home
last modified time | relevance | path

Searched refs:sch1 (Results 1 – 25 of 38) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/encryption/r/
H A Dalter_rename_table.result75 ALTER TABLE sch1.fpt RENAME sch1.fpt_renamed ;
76 ALTER TABLE sch1.ts RENAME sch1.ts_renamed ;
136 ALTER TABLE sch1.fpt RENAME sch1.fpt_renamed ;
137 ALTER TABLE sch1.ts RENAME sch1.ts_renamed ;
216 ALTER TABLE sch1.fpt RENAME sch1.fpt_renamed ;
217 ALTER TABLE sch1.ts RENAME sch1.ts_renamed ;
291 ALTER TABLE sch1.fpt RENAME sch1.fpt_renamed ;
292 ALTER TABLE sch1.ts RENAME sch1.ts_renamed ;
359 ALTER TABLE sch1.fpt RENAME sch1.fpt_renamed ;
360 ALTER TABLE sch1.ts RENAME sch1.ts_renamed ;
[all …]
H A Drename_table.result75 RENAME TABLE sch1.fpt TO sch1.fpt_renamed;
76 RENAME TABLE sch1.ts TO sch1.ts_renamed;
136 RENAME TABLE sch1.fpt TO sch1.fpt_renamed;
137 RENAME TABLE sch1.ts TO sch1.ts_renamed;
216 RENAME TABLE sch1.fpt TO sch1.fpt_renamed;
217 RENAME TABLE sch1.ts TO sch1.ts_renamed;
359 RENAME TABLE sch1.fpt TO sch1.fpt_renamed;
360 RENAME TABLE sch1.ts TO sch1.ts_renamed;
507 RENAME TABLE sch1.ts TO sch1.ts_renamed;
570 RENAME TABLE sch1.ts TO sch1.ts_renamed;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/encryption/t/
H A Drename_table.inc21 eval CREATE DATABASE sch1 DEFAULT ENCRYPTION='y';
38 eval CREATE TABLE sch1.fpt (f1 int) ENCRYPTION=$table_encryption;
39 eval CREATE TABLE sch1.ts (f1 int) TABLESPACE=$alter_tablespace_name ENCRYPTION=$table_encryption;
72 eval RENAME TABLE sch1.fpt TO sch1.fpt_renamed;
73 eval RENAME TABLE sch1.ts TO sch1.ts_renamed;
80 SHOW TABLES IN sch1;
94 DROP DATABASE sch1;
H A Dalter_rename_table.inc21 eval CREATE DATABASE sch1 DEFAULT ENCRYPTION='y';
38 eval CREATE TABLE sch1.fpt (f1 int) ENCRYPTION=$table_encryption;
39 eval CREATE TABLE sch1.ts (f1 int) TABLESPACE=$alter_tablespace_name ENCRYPTION=$table_encryption;
81 eval ALTER TABLE sch1.fpt RENAME sch1.fpt_renamed $clause;
82 eval ALTER TABLE sch1.ts RENAME sch1.ts_renamed $clause;
89 SHOW TABLES IN sch1;
103 DROP DATABASE sch1;
H A Drename_table.test10 GRANT ALL ON sch1.* TO u1@localhost;
H A Dalter_rename_table.test10 GRANT ALL ON sch1.* TO u1@localhost;
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dschwefel.cpp47 schwefel sch1{1u}; in BOOST_AUTO_TEST_CASE() local
55 BOOST_CHECK_CLOSE(sch1.fitness(x1)[0], 418.0067810680098, 1e-13); in BOOST_AUTO_TEST_CASE()
56 BOOST_CHECK_CLOSE(sch1.fitness(x3)[0], 1338.0260195323838, 1e-13); in BOOST_AUTO_TEST_CASE()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_schema.py443 sch1 = pa.schema(fields)
448 assert sch1.equals(sch2, check_metadata=True)
450 assert sch1.equals(sch3)
451 assert not sch1.equals(sch3, check_metadata=True)
452 assert not sch1.equals(sch3, check_metadata=True)
456 assert not sch1.equals(sch3)
490 sch1 = pa.schema(fields)
495 assert sch1 == sch2
499 assert sch1 == sch3
500 assert not sch1 != sch3
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_schema.py458 sch1 = pa.schema(fields)
463 assert sch1.equals(sch2, check_metadata=True)
465 assert sch1.equals(sch3)
466 assert not sch1.equals(sch3, check_metadata=True)
467 assert not sch1.equals(sch3, check_metadata=True)
471 assert not sch1.equals(sch3)
505 sch1 = pa.schema(fields)
510 assert sch1 == sch2
514 assert sch1 == sch3
515 assert not sch1 != sch3
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_schema.py458 sch1 = pa.schema(fields)
463 assert sch1.equals(sch2, check_metadata=True)
465 assert sch1.equals(sch3)
466 assert not sch1.equals(sch3, check_metadata=True)
467 assert not sch1.equals(sch3, check_metadata=True)
471 assert not sch1.equals(sch3)
505 sch1 = pa.schema(fields)
510 assert sch1 == sch2
514 assert sch1 == sch3
515 assert not sch1 != sch3
[all …]
/dports/devel/tinygo/tinygo-0.14.1/testdata/
H A Dchannel.go191 sch1 := make(chan int)
198 sch1 <- 1
211 case v = <-sch1:
/dports/games/simutrans/simutrans-121.0/vehicle/
H A Dsimvehicle.cc2963 if(sch1==NULL) {
2972 if( sch1->is_crossing() ) {
2998 if( sch1->has_signal() ) {
3048 if(sch1==NULL && reserve) {
3075 else if(sch1) {
3086 if(sch1->has_signal()) {
3092 if(sch1->is_crossing()) {
3110 sch1->unreserve(cnv->self);
3777 if( !sch1 ) {
3809 sch1->unreserve(cnv->self);
[all …]
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dbonds.cpp502 Schedule sch1(Date(31, October, 2004), in testCached() local
505 DayCounter bondDayCount1 = ActualActual(ActualActual::ISMA, sch1); in testCached()
508 FixedRateBond bond1(settlementDays, vars.faceAmount, sch1, in testCached()
513 settlementDays, vars.faceAmount, sch1, in testCached()
1557 Schedule sch1(Date(30,November,2004), in testFixedBondWithGivenDates() local
1561 FixedRateBond bond1(settlementDays, vars.faceAmount, sch1, in testFixedBondWithGivenDates()
1568 Schedule sch1_copy(sch1.dates(), UnitedStates(UnitedStates::GovernmentBond), in testFixedBondWithGivenDates()
1571 false, std::vector<bool>(sch1.size()-1, true)); in testFixedBondWithGivenDates()
1597 FixedRateBond bond2(settlementDays, vars.faceAmount, sch1, in testFixedBondWithGivenDates()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dtable_test.cc673 auto sch1 = arrow::schema({field("f1", int32()), field("f2", int32())}); in TEST_F() local
683 auto t1 = Table::Make(sch1, columns); in TEST_F()
703 auto t2 = Table::Make(sch1, columns); in TEST_F()
723 auto sch1 = arrow::schema({field("f1", int32())}); in TEST_F() local
726 auto t1 = Table::Make(sch1, {std::make_shared<ChunkedArray>(arrays)}); in TEST_F()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dtable_test.cc673 auto sch1 = arrow::schema({field("f1", int32()), field("f2", int32())}); in TEST_F() local
683 auto t1 = Table::Make(sch1, columns); in TEST_F()
703 auto t2 = Table::Make(sch1, columns); in TEST_F()
723 auto sch1 = arrow::schema({field("f1", int32())}); in TEST_F() local
726 auto t1 = Table::Make(sch1, {std::make_shared<ChunkedArray>(arrays)}); in TEST_F()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dtable_test.cc979 auto sch1 = arrow::schema({field("f1", int32()), field("f2", int32())}); in TEST_F() local
989 auto t1 = Table::Make(sch1, columns); in TEST_F()
1009 auto t2 = Table::Make(sch1, columns); in TEST_F()
1029 auto sch1 = arrow::schema({field("f1", int32())}); in TEST_F() local
1032 auto t1 = Table::Make(sch1, {std::make_shared<ChunkedArray>(arrays)}); in TEST_F()
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/pre-post/
H A Decs_pre_gambit.c353 char sch1[ECS_LOC_LNG_MAX_CHAINE_GAMBIT]; in ecs_loc_pre_gambit__lit_entete() local
403 retour = sscanf(chaine, "%*s %s %*s %s", sch1, sch2); in ecs_loc_pre_gambit__lit_entete()
406 printf(_(" Created with : %s %s\n"), sch1, sch2); in ecs_loc_pre_gambit__lit_entete()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/analysis/
H A Dflatten_test.go1093 sch1 := sp.Paths.Paths["/v4/users/"].Get.Responses.StatusCodeResponses[200].Schema
1094 jazon := antest.AsJSON(t, sch1)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/analysis/
H A Dflatten_test.go1810 sch1 := sp.Paths.Paths["/v4/users/"].Get.Responses.StatusCodeResponses[200].Schema
1811 bbb, _ := json.Marshal(sch1)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/unit/
H A Dtest_config.py720 sch1 = FakeScheduler(name='sch')
723 dict(schedulers=[sch1, sch2]))
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/analysis/
H A Dflatten_test.go2174 sch1 := sp.Paths.Paths["/v4/users/"].Get.Responses.StatusCodeResponses[200].Schema
2175 bbb, _ := json.Marshal(sch1)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/analysis/
H A Dflatten_test.go2065 sch1 := sp.Paths.Paths["/v4/users/"].Get.Responses.StatusCodeResponses[200].Schema
2066 bbb, _ := json.Marshal(sch1)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dvalues_codecgen_generated_test.go15164 var sch1 []string
15172 sch1 = append(sch1, b1)
15182 sch1 = append(sch1, b1)
15190 sch1 = append(sch1, b1)
15193 r.WriteArrayStart(len(sch1))
15194 for _, yyv1 := range sch1 {
/dports/net/rospo/rospo-0.7.1/vendor/github.com/ugorji/go/go-1.1.7/codec/
H A Dvalues_codecgen_generated_test.go12851 var sch1 []string
12859 sch1 = append(sch1, b1)
12869 sch1 = append(sch1, b1)
12877 sch1 = append(sch1, b1)
12880 z.EncWriteArrayStart(len(sch1))
12881 for _, yyv1 := range sch1 {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/ugorji/go/codec/codec/
H A Dvalues_codecgen_generated_test.go12848 var sch1 []string
12856 sch1 = append(sch1, b1)
12866 sch1 = append(sch1, b1)
12874 sch1 = append(sch1, b1)
12877 z.EncWriteArrayStart(len(sch1))
12878 for _, yyv1 := range sch1 {

12