CUBRID 10.2 Patch 15 has been released.
In this release, issues found after 10.2.15 released have been fixed.
1. Improvement and Fix
- Fixed an issue where reverse unique index comments were missing when using the unloaddb utility.
- Fixed a function registration error that occurred when there exists a space between the function name and () for parameter declaration when writing Java SP.
- Added a status check method to prevent it from becoming a zombie process when performing broker/cas process through cubrid_manager.
- Fixed an error where the removed user information was not updated in _db_auth table after removing a user.
- Fixed a segmentation fault that occurred when applying the nvl function index to a char type column.
- Fixed a HA start failure error that occurred when the hostname contains uppercase letters.
- Improved CUBRID Manager Server to support TLS v1.2 client (Caution: Linux only)
- Fixed a segmentation fault that occurred when multiple tables and serial functions were used simultaneously in one query.
- Fixed an issue where the temporary volume increases when execute() is performed several times after prepare() a query.
- Fixed a segmentation fault that occurred when a CTE subquery is always a false (or NULL) query.
- Fixed an issue where the results differed when an index containing a function was used as a covering index.
- Fixed a memory leak that occurred during the execution of the CAS batch processing function (ux_execute_array()).
- Fixed a replace() function result processing error that occurred when setting the oracle_style_empty_string environment variable.
- Fixed a string concatenation error that occurred when setting the oracle_style_empty_string environment variable (difference between NULL and an empty string).
- Corrected misclassified size information among the output information of the spacedb utility.
- Fixed an issue where exit code 0 is returned instead of an error code when an error occurs during loaddb.
- Made adjustments to display an error when inputting the result of an operation that uses a rownum value exceeding the value defined in the numeric type column.
- Fixed an error where incorrect results were returned when a query using the javasp function in the order by clause was executed using a driver (JDBC, etc.).
- Modified to print DB recovery progressing status
Please refer to the 10.2.15 change logs(https://github.com/CUBRID/cubrid/releases/tag/v10.2.15) for details.
2. Precautions
- When using heterogeneous(Oracle/MySQL) DBLINK, you must use ODBC Drvier for Unicode of Oracle/MySQL.
3. Environmental Requirements
- Linux: 64bit, kernel 2.4 or higher, Windows: Windows7 or higher (Windows 7 requires the latest security updates)
- JRE 1.8 or higher is required when using JSP or CUBRID Admin/CUBRID Manager
4. Download
- Product download : https://www.cubrid.org/downloads
- Product source code : https://github.com/CUBRID/cubrid/tree/v10.2.15