Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
Field Name | Type | Description |
tindex_id | int unsigned | ID of the data object. |
recycle_name | varchar(64) | Table name in the recycle bin. |
origin_schema | varchar(64) | Original database name. |
origin_table | varchar(64) | Original name of the data table. |
drop_time | timestamp | Timestamp of table deletion. |
purge_time | timestamp | Timestamp of table purging (from the recycle bin). |
tdsql3_sys_local@localhost [sys]> select * from recycle_bin_info\\G*************************** 1. row ***************************tindex_id: 10039recycle_name: bin$hn/tgpuuffyxynootid4jq==$1origin_schema: testorigin_table: test3drop_time: 2024-12-12 11:58:29purge_time: 2024-12-19 11:58:291 row in set (0.01 sec)
피드백