Skip to main content
MariaDB

Keyboard users: Escape to exit.

Enterprise Documentation / Reference / Reference for MariaDB Enterprise Server / System Tables for MariaDB Enterprise Server / spider_link_mon_servers

Enterprise Documentation

Topics:

  • Deployment
  • Service Management
  • Connect and Query
  • Data Operations
  • Storage Engines
  • Security
  • SQL Reference
  • Architecture
  • Migration

Products:

  • MariaDB Enterprise
    • MariaDB ColumnStore
    • MariaDB Connectors
    • MariaDB MaxScale
    • MariaDB Server
    • MariaDB Xpand
  • MariaDB SkySQL DBaaS

Resources:

  • Reference Tables
  • Release Notes
  • What's New
  • Glossary
  • Sample Code
  • Feedback
  • MariaDB Forums
  • Support

Topics on This Page

  • Overview

  • DETAILS

    • SCHEMA

  • CHANGE HISTORY

Reader Tools

  • Pages that link here
  • Pages linked from here
  • Send Feedback

spider_link_mon_servers

This page is part of MariaDB's Enterprise Documentation.

The parent of this page is: System Tables for MariaDB Enterprise Server

Topics on this page:

  • Overview

  • DETAILS

    • SCHEMA

  • CHANGE HISTORY

Overview

A description for this System Table has not yet been added to this Documentation.

See also: System Tables for MariaDB Enterprise Server 10.6, in 10.6 CS, in 10.5 ES, in 10.5 CS, in 10.4 ES, in 10.4 CS, in 10.3 ES, in 10.3 CS, in 10.2 ES, and in 10.2 CS

DETAILS

SCHEMA

CREATE TABLE `spider_link_mon_servers` (
  `db_name` char(64) COLLATE utf8mb3_bin NOT NULL DEFAULT '',
  `table_name` char(199) COLLATE utf8mb3_bin NOT NULL DEFAULT '',
  `link_id` char(64) COLLATE utf8mb3_bin NOT NULL DEFAULT '',
  `sid` int(10) unsigned NOT NULL DEFAULT 0,
  `server` char(64) COLLATE utf8mb3_bin DEFAULT NULL,
  `scheme` char(64) COLLATE utf8mb3_bin DEFAULT NULL,
  `host` char(64) COLLATE utf8mb3_bin DEFAULT NULL,
  `port` char(5) COLLATE utf8mb3_bin DEFAULT NULL,
  `socket` text COLLATE utf8mb3_bin DEFAULT NULL,
  `username` char(64) COLLATE utf8mb3_bin DEFAULT NULL,
  `password` char(64) COLLATE utf8mb3_bin DEFAULT NULL,
  `ssl_ca` text COLLATE utf8mb3_bin DEFAULT NULL,
  `ssl_capath` text COLLATE utf8mb3_bin DEFAULT NULL,
  `ssl_cert` text COLLATE utf8mb3_bin DEFAULT NULL,
  `ssl_cipher` char(64) COLLATE utf8mb3_bin DEFAULT NULL,
  `ssl_key` text COLLATE utf8mb3_bin DEFAULT NULL,
  `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
  `default_file` text COLLATE utf8mb3_bin DEFAULT NULL,
  `default_group` char(64) COLLATE utf8mb3_bin DEFAULT NULL,
  `dsn` char(64) COLLATE utf8mb3_bin DEFAULT NULL,
  `filedsn` text COLLATE utf8mb3_bin DEFAULT NULL,
  `driver` char(64) COLLATE utf8mb3_bin DEFAULT NULL,
  PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
)

CHANGE HISTORY

Release Series

History

10.6 Enterprise

  • Schema changed in MariaDB Enterprise Server 10.6.4-1: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '',
    `table_name` char(199) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '',
    `link_id` char(64) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT 0,
    `server` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `socket` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
    `default_file` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `dsn` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `filedsn` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `driver` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )

10.6 Community

  • Schema changed in MariaDB Community Server 10.6.0: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '',
    `link_id` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT 0,
    `server` char(64) COLLATE utf8_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_bin DEFAULT NULL,
    `socket` text COLLATE utf8_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
    `default_file` text COLLATE utf8_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_bin DEFAULT NULL,
    `dsn` char(64) COLLATE utf8_bin DEFAULT NULL,
    `filedsn` text COLLATE utf8_bin DEFAULT NULL,
    `driver` char(64) COLLATE utf8_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )

  • Schema changed in MariaDB Community Server 10.6.1: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '',
    `table_name` char(199) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '',
    `link_id` char(64) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT 0,
    `server` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `socket` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
    `default_file` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `dsn` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `filedsn` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    `driver` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )

10.5 Enterprise

  • Present starting in MariaDB Enterprise Server 10.5.3-1.

  • Schema changed in MariaDB Enterprise Server 10.5.4-2: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '',
    `link_id` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT 0,
    `server` char(64) COLLATE utf8_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_bin DEFAULT NULL,
    `socket` text COLLATE utf8_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
    `default_file` text COLLATE utf8_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_bin DEFAULT NULL,
    `dsn` char(64) COLLATE utf8_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )

  • Schema changed in MariaDB Enterprise Server 10.5.5-3: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '',
    `link_id` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT 0,
    `server` char(64) COLLATE utf8_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_bin DEFAULT NULL,
    `socket` text COLLATE utf8_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
    `default_file` text COLLATE utf8_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_bin DEFAULT NULL,
    `dsn` char(64) COLLATE utf8_bin DEFAULT NULL,
    `filedsn` text COLLATE utf8_bin DEFAULT NULL,
    `driver` char(64) COLLATE utf8_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )

10.5 Community

  • Present starting in MariaDB Community Server 10.5.0.

  • Schema changed in MariaDB Community Server 10.5.4: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '',
    `link_id` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT 0,
    `server` char(64) COLLATE utf8_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_bin DEFAULT NULL,
    `socket` text COLLATE utf8_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
    `default_file` text COLLATE utf8_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_bin DEFAULT NULL,
    `dsn` char(64) COLLATE utf8_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )

10.4 Enterprise

  • Present starting in MariaDB Enterprise Server 10.4.6-1.

  • Schema changed in MariaDB Community Server 10.4.25-16: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '',
    `link_id` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT 0,
    `server` char(64) COLLATE utf8_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_bin DEFAULT NULL,
    `socket` text COLLATE utf8_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
    `default_file` text COLLATE utf8_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_bin DEFAULT NULL,
    `dsn` char(64) COLLATE utf8_bin DEFAULT NULL,
    `filedsn` text COLLATE utf8_bin DEFAULT NULL,
    `driver` char(64) COLLATE utf8_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )

10.4 Community

  • Present starting in MariaDB Community Server 10.4.0.

10.3 Enterprise

  • Present starting in MariaDB Enterprise Server 10.3.16-1.

10.3 Community

  • Present starting in MariaDB Community Server 10.3.0.

  • Schema changed in MariaDB Community Server 10.3.3: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `table_name` char(64199) COLLATE utf8_bin NOT NULL DEFAULT '',
    `link_id` char(564) COLLATE utf8_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT 0,
    `server` char(64) COLLATE utf8_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_bin DEFAULT NULL,
    `socket` text COLLATE utf8_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
    `default_file` text COLLATE utf8_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )

10.2 Enterprise

  • Present starting in MariaDB Enterprise Server 10.2.25-1.

10.2 Community

  • Present starting in MariaDB Community Server 10.2.0.

  • Schema changed in MariaDB Community Server 10.2.1: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `link_id` char(5) COLLATE utf8_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT '0',
    `server` char(64) COLLATE utf8_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_bin DEFAULT NULL,
    `socket` text COLLATE utf8_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT '0',
    `default_file` text COLLATE utf8_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )

  • Schema changed in MariaDB Community Server 10.2.2: ...

    CREATE TABLE `spider_link_mon_servers` (
    `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
    `link_id` char(5) COLLATE utf8_bin NOT NULL DEFAULT '',
    `sid` int(10) unsigned NOT NULL DEFAULT '0'0,
    `server` char(64) COLLATE utf8_bin DEFAULT NULL,
    `scheme` char(64) COLLATE utf8_bin DEFAULT NULL,
    `host` char(64) COLLATE utf8_bin DEFAULT NULL,
    `port` char(5) COLLATE utf8_bin DEFAULT NULL,
    `socket` text COLLATE utf8_bin DEFAULT NULL,
    `username` char(64) COLLATE utf8_bin DEFAULT NULL,
    `password` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_ca` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_capath` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cert` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL,
    `ssl_key` text COLLATE utf8_bin DEFAULT NULL,
    `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT '0'0,
    `default_file` text COLLATE utf8_bin DEFAULT NULL,
    `default_group` char(64) COLLATE utf8_bin DEFAULT NULL,
    PRIMARY KEY (`db_name`,`table_name`,`link_id`,`sid`)
    )


© 2022 MariaDB. All rights reserved.

Products | Services | Resources

Legal | Privacy Policy | Cookie Policy

| | | Newsletter | About Us | Contact