Kisoo Han

Results 6 issues of Kisoo Han

http://jira.cubrid.org/browse/CBRD-24389 **Purpose** * cubrid broker conf parameter value consistency check, if failed stop * value of MAX_NUM_APPL_SERVER < MIN_NUM_APPL_SERVER * value of MIN_NUM_APPL_SERVER

* CAS down for Addbatch with CLOB/BLOB columns could be minor bug. * However, it couldn't be treated as other minor bugs. * As you can see in comments [#CBRD-21022],...

http://jira.cubrid.org/browse/CBRD-25359 **Description** because uhosts alloc memory using malloc () and free using freeaddrinfo (), CUBRID memory utility cannot catch memory release point inside freeaddrinfo (3) glibc library. we will introduce...

http://jira.cubrid.org/browse/CBRD-25345 **Description** * broker ACL list example ``` dbname1:dbuser1:READIP.txt *:dba:READIP.txt ``` **Remarks**: just add check invalid ACL entry whether it start with the following characters: 1. '[' (for section name)...

http://jira.cubrid.org/browse/CBRD-25446 **Description** * change LOB locator from absolute to relative * **ASIS**: **file**:/home/CUBRID/demo/lob/ces_473/image_t.00001720145971397885_2985 * **TOBE**: **file**:ces_473/image_t.00001720145971397885_2985 * backword compatible * locator for the new lob record will be created in...

http://jira.cubrid.org/browse/CBRD-25345 **Description** * do broker ACL entry format validation 1. **section name**: if it start with '[%', check whether it end with ']' without blank inside '[', ']' 2. The...