Таблица mysql.spider_xa_failed_log
Таблица mysql.spider_xa_failed_log установлена движком хранения Spider.
MariaDB начиная с 10.4
В MariaDB 10.4 и более поздних версиях, эта таблица использует движок хранения Aria.
MariaDB до 10.3
В MariaDB 10.3 и более ранних версиях, эта таблица использует движок хранения MyISAM.
Она содержит следующие поля:
| Поле | Тип | NULL | Ключ | Значение по умолчанию | Описание |
|---|---|---|---|---|---|
| format_id | int(11) | NO | 0 | ||
| gtrid_length | int(11) | NO | 0 | ||
| bqual_length | int(11) | NO | 0 | ||
| data | binary(128) | NO | MUL | ||
| scheme | char(64) | NO | |||
| host | char(64) | NO | |||
| port | char(5) | NO | |||
| socket | text | NO | NULL | ||
| username | char(64) | NO | |||
| password | char(64) | NO | |||
| ssl_ca | text | YES | NULL | ||
| ssl_capath | text | YES | NULL | ||
| ssl_cert | text | YES | NULL | ||
| ssl_cipher | char(64) | YES | NULL | ||
| ssl_key | text | YES | NULL | ||
| ssl_verify_server_cert | tinyint(4) | NO | 0 | ||
| default_file | text | YES | NULL | ||
| default_group | char(64) | YES | NULL | ||
| dsn | char(64) | YES | NULL | ||
| filedsn | text | YES | NULL | ||
| driver | char(64) | YES | NULL | ||
| thread_id | int(11) | YES | NULL | ||
| status | char(8) | NO | |||
| failed_time | timestamp | NO | current_timestamp() |
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.
© 2023 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/mysqlspider_xa_failed_log-table/