Skip to content

CUBRID 11.0 Patch 1

Compare
Choose a tag to compare
@ssihil ssihil released this 14 May 00:37
· 93 commits to release/11.0 since this release
6e1fd97

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

CUBRID 11.0 Patch 1

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


Change logs:

Enhancements

068e879 [CBRD-23828] Support the use of OID of temp file in HASH LIST SCAN. (#2694, #2753)
90d8f8d [CBRD-23860] Do broker keyword integration check (#2711)
7cf8f61 [CBRD-23881] Add a new option to the vacuumdb utility to output the smallest log page ID and log volume name referenced by vacuum (#2637)
451c9f8 [CBRD-23905] Enhance Index scan performance (#2741)
b60327d [CBRD-23946] Disable loaddb CS in HA mode, with option to orveride (#2779)

Bug Fixes

3ffe597 [CBRD-21446] Installing CUBRID with zip on Windows, cubrid server start fail (#2725)
6803422 [CBRD-23850] Fixed an error that occurred when executing a transaction referencing the archive log volume deleted by executing backupdb -r (#2601)
3cf671c [CBRD-23856] Adding mutex for result-cache to process multi-threaded transaction (#2730)
7dd234f [CBRD-23865] Hierarchical query execution time difference between V11 and V10.2 occurs when using SQL hints /*+ no_hash_list_scan */ (#2693)
dd24143 [CBRD-23866] Fix reuse heap file policy error (#2598)
e181f20 [CBRD-23877] To CREATE a table as SELECT query, the alias of attributes should be checked. (#2611)
d13c555 [CBRD-23878] To prevent setting the precision to -1 for STRING type as derived attribute (#2721)
1d8dc1f [CBRD-23879] Outer dependency is set improperly when rewriting SQL from outer join to inner join (#2692)
d03a74e [CBRD-23883] Change keyword to JDBC_CACHE_ONLY_HINT (#2617, #2702)
f6cd23f [CBRD-23888] Error -1106 occurs when using MERGE INTO statement with GROUP BY (#2631)
a338b10 [CBRD-23890] Predictable update statistics order of partitioned tables in loaddb cs (#2703)
3689192 [CBRD-23891] Loaddb CS reports incorrect number instances committed (#2704)
05ce3c8 [CBRD-23901] Remove the hidden property of the dont_reuse_heap_file system parameter. (#2653)
c5ce2eb [CBRD-23906] do update statistics on all tables in loaddb SA (#2701)
f1c22d0 [CBRD-23915] Log num chars in sql_log for bind VARCHAR variables (#2712, #2750)

Drivers

250242e [APIS-869] Administrative setting of CUBRID jdbc property (#2777, #2780)