<!--Could additional documentation links be added to the data section of the db_export panel like-->
<p>
<a href=http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html#option_mysqldump_complete-insert-option title="MySQL Ref Manual">
<img class="icon" src="./themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Increases output, but allows insert where table columns may not be the same as the original" /></a><br>
<div class="formelementrow">
<input type="checkbox" name="sql_columns" value="something" id="checkbox_sql_columns" /><label for="checkbox_sql_columns">Complete inserts</label></div>
<a href=http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html#option_mysqldump_extended-insert title="MySQL Ref Manual">
<img class="icon" src="./themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Use multiple-row INSERT syntax that include several VALUES lists. This results in a smaller dump file and speeds up inserts when the file is reloaded" /></a>
<div class="formelementrow">
<input type="checkbox" name="sql_extended" value="something" id="checkbox_sql_extended" /><label for="checkbox_sql_extended">Extended inserts</label></div>
Logged In: YES
user_id=192186
Originator: NO
Implemented in SVN trunk, thanks for a suggestion.