only since MySQL 5.0.0
This commit is contained in:
@@ -354,10 +354,12 @@ function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false)
|
||||
}
|
||||
echo '</div>' . "\n";
|
||||
echo '<div class="formelement">' . "\n";
|
||||
echo '<label for="id_sql_delimiter">[ ' . $GLOBALS['strDelimiter']
|
||||
.'</label>' . "\n";
|
||||
echo '<input type="text" name="sql_delimiter" size="3" value=";" '
|
||||
.'id="id_sql_delimiter" /> ]' . "\n";
|
||||
if (PMA_MYSQL_INT_VERSION >= 50000) {
|
||||
echo '<label for="id_sql_delimiter">[ ' . $GLOBALS['strDelimiter']
|
||||
.'</label>' . "\n";
|
||||
echo '<input type="text" name="sql_delimiter" size="3" value=";" '
|
||||
.'id="id_sql_delimiter" /> ]' . "\n";
|
||||
}
|
||||
|
||||
echo '<input type="checkbox" name="show_query" value="1" '
|
||||
.'id="checkbox_show_query" checked="checked" />' . "\n"
|
||||
|
Reference in New Issue
Block a user