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 6e0db3e commit eb82bbdCopy full SHA for eb82bbd
js/Comments.js
@@ -69,7 +69,7 @@ var Comments = function(tables) {
69
m("p", "The following tables are being accessed with a full table scan. MySQL is reading all of the rows in these tables."),
70
m("ul", [
71
ftsTables.map(function(o) {
72
- return m("li", "Table ", m("strong", o.name), " with ", m("strong", o.rows), " examined per scan.")
+ return m("li", "Table ", m("strong", o.name), " with ", m("strong", o.rows), " rows examined per scan.")
73
})
74
])
75
];
0 commit comments