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

Move ALTER export to plugin

This commit is contained in:
Jakub Vrana
2013-04-03 18:49:05 -07:00
parent 58a8df7c86
commit 190812456f
7 changed files with 174 additions and 121 deletions

View File

@@ -498,6 +498,9 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5
return array('csv' => 'CSV,', 'csv;' => 'CSV;', 'tsv' => 'TSV');
}
function dumpDatabase($db) {
}
function dumpTable() {
echo "\xef\xbb\xbf"; // UTF-8 byte order mark
}