Commit b7ffe9b8 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-11903 : correction - min innodb pagesize is 4K

parent a8715884
...@@ -347,8 +347,6 @@ ...@@ -347,8 +347,6 @@
<Control Id="LabelKB" Type="Text" Height="17" Width="15" X="150" Y="210" Text="KB" /> <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" > <Control Id="ComboBoxInnodbPageSize" Type="ComboBox" X="104" Y="208" Width="30" Height="17" ComboList="yes" Sorted="yes" Property="PAGESIZE" >
<ComboBox Property="PAGESIZE"> <ComboBox Property="PAGESIZE">
<ListItem Text=" 1" Value="1K"/>
<ListItem Text=" 2" Value="2K"/>
<ListItem Text=" 4" Value="4K"/> <ListItem Text=" 4" Value="4K"/>
<ListItem Text=" 8" Value="8K"/> <ListItem Text=" 8" Value="8K"/>
<ListItem Text="16" Value="16K"/> <ListItem Text="16" Value="16K"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment