spider_xa_failed_log

Overview

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

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

USAGE

DETAILS

SYNONYMS

SCHEMA

CREATE TABLE `spider_xa_failed_log` (
  `format_id` int(11) NOT NULL DEFAULT 0,
  `gtrid_length` int(11) NOT NULL DEFAULT 0,
  `bqual_length` int(11) NOT NULL DEFAULT 0,
  `data` binary(128) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `scheme` char(64) NOT NULL DEFAULT '',
  `host` char(64) NOT NULL DEFAULT '',
  `port` char(5) NOT NULL DEFAULT '',
  `socket` text NOT NULL,
  `username` char(64) NOT NULL DEFAULT '',
  `password` char(64) NOT NULL DEFAULT '',
  `ssl_ca` text DEFAULT NULL,
  `ssl_capath` text DEFAULT NULL,
  `ssl_cert` text DEFAULT NULL,
  `ssl_cipher` char(64) DEFAULT NULL,
  `ssl_key` text DEFAULT NULL,
  `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0,
  `default_file` text DEFAULT NULL,
  `default_group` char(64) DEFAULT NULL,
  `dsn` char(64) DEFAULT NULL,
  `filedsn` text DEFAULT NULL,
  `driver` char(64) DEFAULT NULL,
  `thread_id` int(11) DEFAULT NULL,
  `status` char(8) NOT NULL DEFAULT '',
  `failed_time` timestamp NOT NULL DEFAULT current_timestamp(),
  KEY `idx1` (`data`,`format_id`,`gtrid_length`,`host`)
)

PARAMETERS

SKYSQL

PRIVILEGES

EXAMPLES

ERROR HANDLING

FEATURE INTERACTION

RESPONSES

DIAGNOSIS

ISO 9075:2016

CHANGE HISTORY

Release Series

History

23.08 Enterprise

  • Present starting in MariaDB Enterprise Server 23.08.0.

23.07 Enterprise

  • Present starting in MariaDB Enterprise Server 23.07.0.

10.6 Enterprise

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

  • Schema changed in MariaDB Enterprise Server 10.6.11-6: ...

10.6 Community

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

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

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

10.5 Enterprise

  • Present starting in MariaDB Enterprise Server 10.5.3-1.

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

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

  • Schema changed in MariaDB Enterprise Server 10.5.18-13: ...

10.5 Community

  • Present starting in MariaDB Community Server 10.5.0.

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

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

10.4 Enterprise

  • Present starting in MariaDB Enterprise Server 10.4.6-1.

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

  • Schema changed in MariaDB Enterprise Server 10.4.27-18: ...

10.4 Community

  • Present starting in MariaDB Community Server 10.4.0.

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

10.3 Enterprise

  • Present starting in MariaDB Enterprise Server 10.3.16-1.

  • Schema changed in MariaDB Enterprise Server 10.3.37-18: ...

10.3 Community

  • Present starting in MariaDB Community Server 10.3.0.

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

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: ...

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

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

EXTERNAL REFERENCES