mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Event definition is in field number 3
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@475 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -46,7 +46,7 @@ if ($_POST) {
|
||||
if ($mysql->server_info >= 5.1) {
|
||||
$result = $mysql->query("SHOW EVENTS");
|
||||
while ($row = $result->fetch_assoc()) {
|
||||
$out .= $mysql->result($mysql->query("SHOW CREATE EVENT " . idf_escape($row["Name"])), 1) . ";;\n\n";
|
||||
$out .= $mysql->result($mysql->query("SHOW CREATE EVENT " . idf_escape($row["Name"])), 3) . ";;\n\n";
|
||||
}
|
||||
$result->free();
|
||||
}
|
||||
|
Reference in New Issue
Block a user