Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
shichun-0415 authored Feb 16, 2023
1 parent eae7f8a commit d2c8612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql-statements/sql-statement-admin-show-ddl.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ You can only search the running DDL job corresponding to `job_id` within the las
ADMIN SHOW DDL JOB QUERIES LIMIT m OFFSET n; # Retrieve rows [n+1, n+m]
```

where n and m are integers greater or equal to 0.
where `n` and `m` are integers greater or equal to 0.

```sql
ADMIN SHOW DDL JOB QUERIES LIMIT 3; # Retrieve first 3 rows
Expand Down Expand Up @@ -162,7 +162,7 @@ You can only search the running DDL job corresponding to `job_id` within the las
3 rows in set (0.00 sec)
```

You can search the running DDL job corresponding to `job_id` within a arbitrarily specified range of results in the DDL history job queue. This syntax does not have the limitation of the last ten results of `ADMIN SHOW DDL JOB QUERIES`.
You can search the running DDL job corresponding to `job_id` within an arbitrarily specified range of results in the DDL history job queue. This syntax does not have the limitation of the last ten results of `ADMIN SHOW DDL JOB QUERIES`.

## MySQL compatibility

Expand Down

0 comments on commit d2c8612

Please sign in to comment.