mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
MySQL: Support geometry data types
This commit is contained in:
@@ -580,6 +580,13 @@ AND typelem = 0"
|
||||
function show_status() {
|
||||
}
|
||||
|
||||
function convert_field($field) {
|
||||
}
|
||||
|
||||
function unconvert_field($field, $return) {
|
||||
return $return;
|
||||
}
|
||||
|
||||
function support($feature) {
|
||||
return ereg('^(comment|view|scheme|processlist|sequence|trigger|type|variables|drop_col)$', $feature); //! routine|
|
||||
}
|
||||
|
Reference in New Issue
Block a user