mysql.spider_tables Table

The mysql.spider_tables table is installed by the Spider storage engine.

MariaDB starting with 10.4

In MariaDB 10.4 and later, this table uses the Aria storage engine.

MariaDB until 10.3

In MariaDB 10.3 and before, this table uses the MyISAM storage engine.

It contains the following fields:

FieldTypeNullKeyDefaultDescription
db_namechar(64)NOPRI
table_namechar(199)NOPRI
link_idint(11)NOPRI0
prioritybigint(20)NOMUL0
serverchar(64)YESNULL
schemechar(64)YESNULL
hostchar(64)YESNULL
portchar(5)YESNULL
sockettextYESNULL
usernamechar(64)YESNULL
passwordchar(64)YESNULL
ssl_catextYESNULL
ssl_capathtextYESNULL
ssl_certtextYESNULL
ssl_cipherchar(64)YESNULL
ssl_keytextYESNULL
ssl_verify_server_certtinyint(4)NO0
monitoring_binlog_pos_at_failingtinyint(4)NO0
default_filetextYESNULL
default_groupchar(64)YESNULL
dsnchar(64)YESNULL
filedsntextYESNULL
driverchar(64)YESNULL
tgt_db_namechar(64)YESNULL
tgt_table_namechar(64)YESNULL
link_statustinyint(4)NO1
block_statustinyint(4)NO0
static_link_idchar(64)YESNULL

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.