Skip to content

Commit b7ffe9b

Browse files
committed
MDEV-11903 : correction - min innodb pagesize is 4K
1 parent a871588 commit b7ffe9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

win/packaging/extra.wxs.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@
347347
<Control Id="LabelKB" Type="Text" Height="17" Width="15" X="150" Y="210" Text="KB" />
348348
<Control Id="ComboBoxInnodbPageSize" Type="ComboBox" X="104" Y="208" Width="30" Height="17" ComboList="yes" Sorted="yes" Property="PAGESIZE" >
349349
<ComboBox Property="PAGESIZE">
350-
<ListItem Text=" 1" Value="1K"/>
351-
<ListItem Text=" 2" Value="2K"/>
352350
<ListItem Text=" 4" Value="4K"/>
353351
<ListItem Text=" 8" Value="8K"/>
354352
<ListItem Text="16" Value="16K"/>

0 commit comments

Comments
 (0)