Home
last modified time | relevance | path

Searched defs:NetworkTimeouts (Results 1 – 9 of 9) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/galera/r/
H A DMDEV-24327.result1 CREATE TABLE t1 (f1 INTEGER PRIMARY KEY, f2 CHAR(1));
2 INSERT INTO t1 VALUES (1, 'f');
3 INSERT INTO t1 VALUES (2, 'g');
4 connection node_1;
5 SET AUTOCOMMIT=ON;
6 START TRANSACTION;
7 UPDATE t1 SET f2 = '1' WHERE f1 = 1;
8 connect node_1a, 127.0.0.1, root, , test, $NODE_MYPORT_1;
9 SET SESSION wsrep_sync_wait=0;
10 connection node_1a;
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/musicbrainz/
H A Dacoustidclient.h24 class NetworkTimeouts; variable
H A Dmusicbrainzclient.h26 class NetworkTimeouts; variable
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dnetworktimeouts.cpp30 NetworkTimeouts::NetworkTimeouts(const int timeout_msec, QObject *parent) in NetworkTimeouts() function in NetworkTimeouts
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/covers/
H A Dalbumcoverfetchersearch.h31 class NetworkTimeouts; variable
/dports/audio/strawberry/strawberry-1.0.0/src/covermanager/
H A Dalbumcoverfetchersearch.h46 class NetworkTimeouts; variable
/dports/audio/strawberry/strawberry-1.0.0/src/subsonic/
H A Dsubsonicrequest.h50 class NetworkTimeouts; variable
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/core/
H A Dnetwork.cpp136 NetworkTimeouts::NetworkTimeouts(int timeout_msec, QObject* parent) in NetworkTimeouts() function in NetworkTimeouts
/dports/audio/strawberry/strawberry-1.0.0/src/musicbrainz/
H A Dmusicbrainzclient.h40 class NetworkTimeouts; variable