Home
last modified time | relevance | path

Searched defs:st_spider_table_mon_list (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/spider/
H A Dspd_include.h1321 typedef struct st_spider_table_mon_list struct
1323 char *key;
1324 uint key_length;
1329 uint use_count;
1330 uint mutex_hash;
1334 int link_id;
1337 int list_size;
1338 SPIDER_TABLE_MON *first;
1339 SPIDER_TABLE_MON *current;
1340 volatile int mon_status;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/spider/
H A Dspd_include.h1321 typedef struct st_spider_table_mon_list struct
1323 char *key;
1324 uint key_length;
1329 uint use_count;
1330 uint mutex_hash;
1334 int link_id;
1337 int list_size;
1338 SPIDER_TABLE_MON *first;
1339 SPIDER_TABLE_MON *current;
1340 volatile int mon_status;
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/test/regress/expected/
H A Dpartition_prune.out1333 Filter: (a <> 1)
1334 -> Seq Scan on rp2
1338 explain (costs off) select * from rp where a <> 1 and a <> 2;
1342 -> Seq Scan on rp0
1343 Filter: ((a <> 1) AND (a <> 2))
1347 Filter: ((a <> 1) AND (a <> 2))
1350 -- null partition should be eliminated due to strict <> clause.
1354 Append
1356 Filter: (a <> 'a'::bpchar)
1357 -> Seq Scan on lp_bc
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/spider/
H A Dspd_include.h1330 typedef struct st_spider_table_mon_list struct
1332 char *key;
1333 uint key_length;
1338 uint use_count;
1339 uint mutex_hash;
1343 int link_id;
1346 int list_size;
1347 SPIDER_TABLE_MON *first;
1348 SPIDER_TABLE_MON *current;
1349 volatile int mon_status;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/spider/
H A Dspd_include.h1455 typedef struct st_spider_table_mon_list struct
1457 char *key;
1458 uint key_length;
1463 uint use_count;
1464 uint mutex_hash;
1468 int link_id;
1471 int list_size;
1472 SPIDER_TABLE_MON *first;
1473 SPIDER_TABLE_MON *current;
1474 volatile int mon_status;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/spider/
H A Dspd_include.h1455 typedef struct st_spider_table_mon_list struct
1457 char *key;
1458 uint key_length;
1463 uint use_count;
1464 uint mutex_hash;
1468 int link_id;
1471 int list_size;
1472 SPIDER_TABLE_MON *first;
1473 SPIDER_TABLE_MON *current;
1474 volatile int mon_status;
[all …]