We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13638d commit 71760bcCopy full SHA for 71760bc
README.md
@@ -21,11 +21,13 @@ Scripts
21
22
Prints every SQL command received while cleaning obsolete spaces. Every
23
command appears on one line with the following additional information:
24
+
25
* an optional informative message about the query,
26
* the number of rows returned or affected by the query,
27
* the amout of time (in ms) it took to run the query.
28
29
Additionally, colors are used to provide direct information on the queries:
30
31
* yellow: when not using a good index (no\_good\_index\_used flag),
32
* yellow + bold: when not using an index at all,
33
* red: when an error occured,
0 commit comments