mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
MySQL: Display warnings in SQL command
This commit is contained in:
@@ -276,6 +276,10 @@ if (!defined("DRIVER")) {
|
||||
}
|
||||
return queries($prefix . implode(",\n", $values) . $suffix);
|
||||
}
|
||||
|
||||
function warnings() {
|
||||
return $this->_conn->query("SHOW WARNINGS");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user