Skip to content

Commit 71760bc

Browse files
Fixed: readme formatting
1 parent a13638d commit 71760bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ Scripts
2121

2222
Prints every SQL command received while cleaning obsolete spaces. Every
2323
command appears on one line with the following additional information:
24+
2425
* an optional informative message about the query,
2526
* the number of rows returned or affected by the query,
2627
* the amout of time (in ms) it took to run the query.
2728

2829
Additionally, colors are used to provide direct information on the queries:
30+
2931
* yellow: when not using a good index (no\_good\_index\_used flag),
3032
* yellow + bold: when not using an index at all,
3133
* red: when an error occured,

0 commit comments

Comments
 (0)