We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71633a commit a77402bCopy full SHA for a77402b
storage/rapid_engine/handler/ha_shannon_rapid.cc
@@ -1029,7 +1029,7 @@ static MYSQL_SYSVAR_ULONG(
1029
ShannonBase::SHANNON_MAX_MEMRORY_SIZE, 0,
1030
ShannonBase::SHANNON_MAX_MEMRORY_SIZE, 0);
1031
1032
-static MYSQL_SYSVAR_ULONG(rapid_populate_buffer_size_max,
+static MYSQL_SYSVAR_ULONGLONG(rapid_populate_buffer_size_max,
1033
ShannonBase::Populate::population_buffer_size,
1034
PLUGIN_VAR_OPCMDARG | PLUGIN_VAR_READONLY,
1035
"Number of populate buffer size that must not be 10% "
0 commit comments