bug #1787522 [view] wrong choice in algorithm drop-down
This commit is contained in:
@@ -10,6 +10,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- bug #1783667 [export] NO_AUTO_VALUE_ON_ZERO and MySQL version
|
- bug #1783667 [export] NO_AUTO_VALUE_ON_ZERO and MySQL version
|
||||||
- bug #1780098 [GUI] Logout causes CSS loss, thanks to Juergen Wind
|
- bug #1780098 [GUI] Logout causes CSS loss, thanks to Juergen Wind
|
||||||
. incorrect field ids, thanks to Michael Keck
|
. incorrect field ids, thanks to Michael Keck
|
||||||
|
- bug #1787522 [view] wrong choice in algorithm drop-down
|
||||||
|
|
||||||
2.11.0.0 (2007-08-21)
|
2.11.0.0 (2007-08-21)
|
||||||
|
|
||||||
|
@@ -99,7 +99,7 @@ if (isset($_POST['submitoptions'])) {
|
|||||||
<td><select name="algorithm" id="algorithm">
|
<td><select name="algorithm" id="algorithm">
|
||||||
<option value="UNDEFINED">UNDEFINED</option>
|
<option value="UNDEFINED">UNDEFINED</option>
|
||||||
<option value="MERGE">MERGE</option>
|
<option value="MERGE">MERGE</option>
|
||||||
<option value="MERGE">MERGE</option>
|
<option value="TEMPTABLE">TEMPTABLE</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user