1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00

Treat queries with no limit as full table scans

This commit is contained in:
Jakub Vrana
2012-07-29 13:28:04 -07:00
parent 55831095b6
commit ac668d1331
2 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ function selectFieldChange(form) {
return true;
}
}
var ok = true;
var ok = form.limit.value;
var selects = form.getElementsByTagName('select');
var group = false;
var columns = {};