Skip to content

CUBRID 11.3 Patch 1

Compare
Choose a tag to compare
@kwonhoil kwonhoil released this 22 May 07:19
· 45 commits to release/11.3 since this release
bee7aa8

CUBRID 11.3 Patch 1 includes a number of fixes of legacy issues.

CUBRID 11.3 Patch 1

CUBRID 11.3 patch 1 includes several critical fixes of 11.3. All users of CUBRID 11.3 are kindly requested to upgrade to 11.3 patch 1.


Change logs:

Enhancements

4ea1c76 [CBRD-25086] Add words for the user convenience in user hosts. (#4839)
d12a208 [CBRD-25087] Restart cub_javasp via signal if JNI crashes the process (#4797, #4913, #4968, #4970)
63ad34f [CBRD-25129] Change CSQL environment variable name (#4846, #5058)
1fd1edb [CBRD-25208] Set java.io.tmpdir according to the CUBRID_TMP in Java SP server (#4917, #4937, #5003, #5005)
681e94f [CBRD-25232] Exclude Win for TLS_v1.2 (#5023)
d4439d0 [CBRD-25285] Add a new ClassLoader to avoid reloading classes that load JNI in a Java SP Server (#5076, #5090)
6ddcb81 [CBRD-25289] When using the --split-schema-files option in unloaddb, the unique index must be separated from the dbname_schema_class file. (#5085)
7d2636b [CBRD-25295] set ppid of broker/cas proc created by cub_manager to 1 (#5106, #5113, #5120)
f4f018a [CBRD-25360] An issue where the serial value is not unloaded when auto_increment exists in the table. (#5204, #5212)
bee7aa8 [CBRD-25363] Issue of creating an unnecessarily empty db_name_schema_uk file when performing unloaddb (#5214)

Bug Fixes

318a064 [CUBD-24687] query result is strange, when there is hidden columns in the select list (#4941)
bd8cd2f [CBRD-25046] typo error in jsp_sr.c (#4743, #4748)
ec06cff [CBRD-25053] Core dumped in tp_is_domain_cached at src/object/object_domain.c:2276 (#4765, #5138)
25733b3 [CBRD-25054] Numeric type column inserted by using rownum does not show error even it's outranged. (#4766, #5086)
d6b3e48 [CBRD-25064] change to return success when performing execute standalone's loaddb with zero-sized object files. (#4964, #4991)
fec8e00 [CBRD-25098] Problem where inst_num() is inappropriately changed to order_by_num() when a subquery containing an ORDER BY is view merged. (#4981)
fcbc69f [CBRD-25108] Correct misclassifications in the file tracker. (#4829, #4899)
32ae3a0 [CBRD-25128] In STRING_CAT '||' operation, incorrect handling of null when setting oracle_style_empty_string (#4842, #5065)
9af5dc4 [CBRD-25139] When using oracle style empty string, the result of replace is null. (#4848, #5067)
46225e9 [CBRD-25148] Fix ux_execute_arrary mem leak (#4879)
08700a5 [CBRD-25164] Fix error in covered index query results using function indexes (#4881, #5092)
344d8b0 [CBRD-25169] Consider alignment size for ensureSpace() in Java SP's CUBRIDPacker (#4887, #4929)
539e916 [CBRD-25179] A core dump occurs when the CTE query is a false query (null query) (#4890, #5087)
34f34e0 [CBRD-25180] Occur temp volume growth, when performing prepare() -> multiple execute(). (#4922)
4f67b29 [CBRD-25195] A core dump occurs when multiple tables and serial functions are used simultaneously in one query. (#4897, #5089)
4481538 [CBRD-25207] count(*) value is incorrect after no-logging option loaddb (#4908, #5091)
8116483 [CBRD-25216] Check if there is enough buffer to store the user-specified name (#4946, #4955)
4afd5d3 [CBRD-25229] Check the maximum length of the name in sm_check_system_class_by_name (#4953)
df9eda4 [CBRD-25232] change CMS SSL profile to support up to TLS_v1.2 (#4985)
bf2d6f0 [CBRD-25238] Problem with outer joined views being merged. (#4998, #5000)
52f0edc [CBRD-25243] case-insensitive hostname for CUBRID userhosts (#5016)
98de5da [CBRD-25245] case insensitive are_hostnames_equal () (#5013)
6b8dbdb [CBRD-25248] Server crash for Java SPs running a SELECT statement with 'WHERE 0 <> 0' clause (#5017, #5036)
bdf39b4 [CBRD-25260] Change the the behavior of finding server when omitting user schema (#5040, #5093)
8681ae7 [CBRD-25262] Problem with some show statements not filtering the owner correctly (#5042, #5070)
3e9311c [CBRD-25277] 'Outer join query optimization failed.' error occurs in Eliminate INNER JOIN (#5053, #5069)
11ca3f9 [CBRD-25290] _db_auth's rows are not deleted when dropping an user (#5079, #5116)
6836ee3 [CBRD-25291] The release files is include an empty directory in the JDBC folder. (#5078, #5082)
77e9286 [CBRD-25296] Assertion fail on a DATETIMELTZ value to a SP's parameter of DATETIME type (#5099, #5129)
b9b4401 [CBRD-25298] trim class and method names of the target method (#5108)
fd9f751 [CBRD-25300] When unloaddb, the comment of reverse unique index is missing (#5123)
b8fd6e7 [CBRD-25319] fix FQDN stytle hostname error in use_user_hosts (#5145)