Home
last modified time | relevance | path

Searched refs:LIMIT_2 (Results 1 – 22 of 22) sorted by relevance

/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/binlog/t/
H A Dpercona_binlog_unsafe_limit.test63 # [LIMIT_1] and [LIMIT_2] will iterate over the strings in table `limits`
93 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
95 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
116 # Let the LIMIT cluase ([LIMIT_1] and [LIMIT_2]) iterate through the following strings:
137 # and [LIMIT_2] with values in table `limits` for values in table
159 IF LOCATE('[LIMIT_2]', q) > 0 THEN
163 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/binlog/t/
H A Dpercona_binlog_unsafe_limit.test63 # [LIMIT_1] and [LIMIT_2] will iterate over the strings in table `limits`
93 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
95 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
116 # Let the LIMIT cluase ([LIMIT_1] and [LIMIT_2]) iterate through the following strings:
137 # and [LIMIT_2] with values in table `limits` for values in table
159 IF LOCATE('[LIMIT_2]', q) > 0 THEN
163 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/binlog/t/
H A Dpercona_binlog_unsafe_limit.test63 # [LIMIT_1] and [LIMIT_2] will iterate over the strings in table `limits`
93 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
95 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
116 # Let the LIMIT cluase ([LIMIT_1] and [LIMIT_2]) iterate through the following strings:
137 # and [LIMIT_2] with values in table `limits` for values in table
159 IF LOCATE('[LIMIT_2]', q) > 0 THEN
163 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/binlog/t/
H A Dpercona_binlog_unsafe_limit.test63 # [LIMIT_1] and [LIMIT_2] will iterate over the strings in table `limits`
93 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
95 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
116 # Let the LIMIT cluase ([LIMIT_1] and [LIMIT_2]) iterate through the following strings:
137 # and [LIMIT_2] with values in table `limits` for values in table
159 IF LOCATE('[LIMIT_2]', q) > 0 THEN
163 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/binlog/t/
H A Dpercona_binlog_unsafe_limit.test63 # [LIMIT_1] and [LIMIT_2] will iterate over the strings in table `limits`
93 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
95 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
116 # Let the LIMIT cluase ([LIMIT_1] and [LIMIT_2]) iterate through the following strings:
137 # and [LIMIT_2] with values in table `limits` for values in table
159 IF LOCATE('[LIMIT_2]', q) > 0 THEN
163 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/binlog/t/
H A Dpercona_binlog_unsafe_limit.test63 # [LIMIT_1] and [LIMIT_2] will iterate over the strings in table `limits`
93 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
95 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
116 # Let the LIMIT cluase ([LIMIT_1] and [LIMIT_2]) iterate through the following strings:
137 # and [LIMIT_2] with values in table `limits` for values in table
159 IF LOCATE('[LIMIT_2]', q) > 0 THEN
163 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs439 const LIMIT_2: usize = LIMIT_1 + 1; in test_issues_52() const
452 encoder.write_all(&input[0..LIMIT_2]).unwrap(); in test_issues_52()
455 assert!(LIMIT_2 > compressed.len()); in test_issues_52()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs439 const LIMIT_2: usize = LIMIT_1 + 1; in test_issues_52() const
452 encoder.write_all(&input[0..LIMIT_2]).unwrap(); in test_issues_52()
455 assert!(LIMIT_2 > compressed.len()); in test_issues_52()
/dports/net/krill/krill-0.9.4/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs439 const LIMIT_2: usize = LIMIT_1 + 1; in test_issues_52() const
452 encoder.write_all(&input[0..LIMIT_2]).unwrap(); in test_issues_52()
455 assert!(LIMIT_2 > compressed.len()); in test_issues_52()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs439 const LIMIT_2: usize = LIMIT_1 + 1; in test_issues_52() const
452 encoder.write_all(&input[0..LIMIT_2]).unwrap(); in test_issues_52()
455 assert!(LIMIT_2 > compressed.len()); in test_issues_52()
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs439 const LIMIT_2: usize = LIMIT_1 + 1; in test_issues_52() const
452 encoder.write_all(&input[0..LIMIT_2]).unwrap(); in test_issues_52()
455 assert!(LIMIT_2 > compressed.len()); in test_issues_52()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/map/
H A Dsumlist_mini.h51 LIMIT_2 = 1 << 30 enumerator
96 if (val < LIMIT_2) in sizeNeeded()
140 if (val < LIMIT_2) in assignValue()
/dports/biology/seqan1/seqan-1.3.1/seqan/map/
H A Dsumlist_mini.h51 LIMIT_2 = 1 << 30 enumerator
96 if (val < LIMIT_2) in sizeNeeded()
140 if (val < LIMIT_2) in assignValue()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/map/
H A Dsumlist_mini.h51 LIMIT_2 = 1 << 30 enumerator
96 if (val < LIMIT_2) in sizeNeeded()
140 if (val < LIMIT_2) in assignValue()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/map/
H A Dsumlist_mini.h51 LIMIT_2 = 1 << 30 enumerator
96 if (val < LIMIT_2) in sizeNeeded()
140 if (val < LIMIT_2) in assignValue()
/dports/games/critterding/critterding-beta12/src/scenes/entities/
H A Dbodyarch.cpp1226 string LIMIT_2 = line; in setArch() local
1227 if(EOF == sscanf(LIMIT_2.c_str(), "%f", &co->limit_2)) cerr << "error in parsing body" << endl; in setArch()
1298 string LIMIT_2 = line; in setArch() local
1299 if(EOF == sscanf(LIMIT_2.c_str(), "%f", &co->limit_2)) cerr << "error in parsing body" << endl; in setArch()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/binlog/r/
H A Dpercona_binlog_unsafe_limit.result36 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
37 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
82 IF LOCATE('[LIMIT_2]', q) > 0 THEN
86 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/binlog/r/
H A Dpercona_binlog_unsafe_limit.result36 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
37 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
82 IF LOCATE('[LIMIT_2]', q) > 0 THEN
86 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/binlog/r/
H A Dpercona_binlog_unsafe_limit.result36 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
37 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
82 IF LOCATE('[LIMIT_2]', q) > 0 THEN
86 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/binlog/r/
H A Dpercona_binlog_unsafe_limit.result36 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
37 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
82 IF LOCATE('[LIMIT_2]', q) > 0 THEN
86 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/binlog/r/
H A Dpercona_binlog_unsafe_limit.result36 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
37 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
82 IF LOCATE('[LIMIT_2]', q) > 0 THEN
86 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/binlog/r/
H A Dpercona_binlog_unsafe_limit.result36 ('INSERT INTO t (SELECT * FROM t1 [LIMIT_1]) UNION (SELECT * FROM t2 [LIMIT_2])'),
37 ('INSERT INTO t SELECT * FROM (SELECT * FROM t1 [LIMIT_1]) AS subselect [LIMIT_2]'),
82 IF LOCATE('[LIMIT_2]', q) > 0 THEN
86 SELECT REPLACE(REPLACE(q, '[LIMIT_1]', limit1), '[LIMIT_2]', limit2) INTO @query;