Skip to content

Commit

Permalink
MDEV-11903 : correction - min innodb pagesize is 4K
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Mar 13, 2017
1 parent a871588 commit b7ffe9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions win/packaging/extra.wxs.in
Expand Up @@ -347,8 +347,6 @@
<Control Id="LabelKB" Type="Text" Height="17" Width="15" X="150" Y="210" Text="KB" />
<Control Id="ComboBoxInnodbPageSize" Type="ComboBox" X="104" Y="208" Width="30" Height="17" ComboList="yes" Sorted="yes" Property="PAGESIZE" >
<ComboBox Property="PAGESIZE">
<ListItem Text=" 1" Value="1K"/>
<ListItem Text=" 2" Value="2K"/>
<ListItem Text=" 4" Value="4K"/>
<ListItem Text=" 8" Value="8K"/>
<ListItem Text="16" Value="16K"/>
Expand Down

0 comments on commit b7ffe9b

Please sign in to comment.