Skip to content

Commit 87c5d58

Browse files
authored
Merge pull request #267 from percona/patrickbirch-patch-1
Update clone-sst.md
2 parents 0354688 + 6697e17 commit 87c5d58

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/clone-sst.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,14 @@ The Joiner log reports the clone process as a `% of the data transfer completed`
161161
The query used is:
162162

163163
```{.bash data-prompt="mysql>"}
164-
mysql>SELECT FORMAT(((data/estimate)*100),2) 'completed%' FROM performance_schema.clone_progress WHERE stage LIKE 'FILE_COPY';```
164+
mysql>SELECT FORMAT(((data/estimate)*100),2) 'completed%' FROM performance_schema.clone_progress WHERE stage LIKE 'FILE_COPY';
165+
```
165166
166167
For more information on the progress, you can also use the query:
167168
168-
`SELECT STATE, ERROR_NO, ERROR_MESSAGE FROM performance_schema.clone_status;`
169+
```{.bash data-prompt="mysql>"}
170+
mysql> SELECT STATE, ERROR_NO, ERROR_MESSAGE FROM performance_schema.clone_status;
171+
```
169172
170173
## Troubleshoot
171174

0 commit comments

Comments
 (0)