pingcap / pingcap/tidb

import into command don't need to check log backup any more

Open
#59,224 0 comments 0 reactions 0 assignees View on GitHub
component/ddl type/bug
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Bug Report

Please answer these questions before submitting your issue. Thanks!

### 1. Minimal reproduce step (Required)

In a cluster with log backup turned on

```sql
import into tb_backup from select * from tb;
```

### 2. What did you expect to see? (Required)

Since this version support lightning import with log backup turned on. The import command should not report error.

### 3. What did you see instead (Required)

```sql
mysql> import into tb_backup from select * from tb;
ERROR 8173 (HY000): PreCheck failed: found PiTR log streaming task(s): [log-integrated-backup-schedule-s3],
```

### 4. What is your TiDB version? (Required)

```sql
mysql> select @@version;
+-------------------------------------+
| @@version |
+-------------------------------------+
| 8.0.11-TiDB-v8.5.0-20250117-f069f0b |
+-------------------------------------+
1 row in set (0.00 sec)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.