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:
@@ -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 = {};
|
||||
|
Reference in New Issue
Block a user