Skip to content

CUBRID 10.2 Patch 1

Compare
Choose a tag to compare
@ssihil ssihil released this 01 Jun 01:53
· 134 commits to release/10.2 since this release
de852d6

CUBRID 10.2 Patch 1 includes a number of fixes of legacy issues and includes new features.

CUBRID 10.2 Patch 1

CUBRID 10.2 patch 1 includes many critical fixes of 10.2. All users of CUBRID 10.2 are kindly requested to upgrade to 10.2 Patch 1.


Change logs:

Enhancements

CMS

3f53e33 [CBRD-23670] Add API to start/stop statdump on CM server (#2333, #2327)
92932cf [CBRD-23669] Provide the SQLtext of a transaction to the CMS client (#2326, #2325)

Packet Encryption

2b3e343 [CBRD-23613] Secure CUBRID Broker & Drivers with SSL support (#2319, #2308)
4bd47d2 [CBRD-23637] Implementation of secure CUBRID jdbc driver (#2317, #2285, #2276, #2339)
67007df [CBRD-23639] Implementation of Broker/CAS supporting SSL (#2320, #2313, #2284, #2281, #2279, #2275)

HA

337ae5d [CBRD-22135] Improve performance when using serial in HA environment. (#2221)
09b578e [CBRD-23609] Logs should be written to identify the problem In case of failover due to disk failure. (#2222, #2314)

Others

c040609 [CBRD-23633] Prevent endless busy waiting for query execution in abnormal network circumstance (#2259)
03e7291 [CBRD-21565] Add system parameter for Java SP server to apply JVM options (#2255)

Bug Fixes

984ef17 [CBRD-23243] Failure to ‘createdb’ when creating database on NAS (#2332, #2233)
ca80a87 [CBRD-23668] Change pop-up guide text for JRE when installing windows engine (#2310)
7272913 [CBRD-22862] fix cubridtray actions for Windows (#2283)
18bb4d3 [CBRD-23611] multi bytes blank is padded in char data of the table setted to euckr (#2274)
68274c5 [CBRD-22975] Broker CAS hangs in CLIENT_WAIT status when log file size is greater than 2G on Windows 64 (#2253)
a009d80 [CBRD-23617] Query specification from system catalog is not displayed correctly when the syntax for creating view exceeds 4K (#2241)
95442c0 [CBRD-23631] Change the maximum value of the 'ha_apply_max_mem_size' property from 500MB to INT_MAX. (#2225)
8c7bef3 [CBRD-23603] The ha_make_slavedb.sh script should delete intended database exactly. (#2224)
337a6c9 [CBRD-23604] The restart of copylogdb and applylogdb fail if the length of copied log file path is over 64. (#2223)

Drivers (JDBC, CCI)

e4b5612 [CBRD-23638] Remove getpeername () function call from CCI and use ip address in cci handle (#2302)
9958fd1 [APIS-825] Supports ResultSet.getBlob() or ResultSet.getClob() method to read BIT VARYING type or VARCHAR type. (#2328)
efa28c6 [APIS-782] JDBC isValid() in CUBRIDConnection throws UnsupportedOperationException (#2306)
a829351 [CBRD-21023] [JDBC] Clob's length() returns -1 when empty string (#2260)
48e4744 [APIS-822] In JDBC Driver, translating empty string to null when the option oracleStyleEmptyString is set. (#2258)