mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Merge bk-internal:/home/bk/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/bug13231/my50-bug13231
This commit is contained in:
commit
b2ee385ff3
1 changed files with 0 additions and 4 deletions
|
@ -773,14 +773,10 @@ InitConfigFileParser::parse_mycnf()
|
|||
case ConfigInfo::CI_INT:
|
||||
opt.value = (gptr*)malloc(sizeof(int));
|
||||
opt.var_type = GET_INT;
|
||||
require(convertStringToUint64(param._min, (Uint64&)opt.min_value));
|
||||
require(convertStringToUint64(param._max, (Uint64&)opt.max_value));
|
||||
break;
|
||||
case ConfigInfo::CI_INT64:
|
||||
opt.value = (gptr*)malloc(sizeof(Int64));
|
||||
opt.var_type = GET_LL;
|
||||
require(convertStringToUint64(param._min, (Uint64&)opt.min_value));
|
||||
require(convertStringToUint64(param._max, (Uint64&)opt.max_value));
|
||||
break;
|
||||
case ConfigInfo::CI_STRING:
|
||||
opt.value = (gptr*)malloc(sizeof(char *));
|
||||
|
|
Loading…
Reference in a new issue