mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
TODO
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@353 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -10,7 +10,7 @@ function dump_table($table, $data = true) {
|
|||||||
echo $mysql->result($result, 1) . ";\n\n";
|
echo $mysql->result($result, 1) . ";\n\n";
|
||||||
$result->free();
|
$result->free();
|
||||||
if ($data) {
|
if ($data) {
|
||||||
$result = $mysql->query("SELECT * FROM " . idf_escape($table)); //! enum and set as numbers, binary as _binary
|
$result = $mysql->query("SELECT * FROM " . idf_escape($table)); //! enum and set as numbers, binary as _binary, microtime
|
||||||
if ($result) {
|
if ($result) {
|
||||||
while ($row = $result->fetch_row()) {
|
while ($row = $result->fetch_row()) {
|
||||||
foreach ($row as $key => $val) {
|
foreach ($row as $key => $val) {
|
||||||
|
Reference in New Issue
Block a user