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 621caad commit be9d923Copy full SHA for be9d923
sql/sys_vars.ic
@@ -341,6 +341,8 @@ public:
341
substitute)
342
{
343
option.var_type|= GET_ENUM;
344
+ option.min_value= 0;
345
+ option.max_value= ULONG_MAX;
346
global_var(ulong)= def_val;
347
if ((option.u_max_value= (uchar**)max_var_ptr()))
348
@@ -1349,6 +1351,8 @@ public:
1349
1351
1350
1352
1353
option.var_type|= GET_SET;
1354
1355
+ option.max_value= ~0ULL;
1356
global_var(ulonglong)= def_val;
1357
1358
0 commit comments