cubrid icon indicating copy to clipboard operation
cubrid copied to clipboard

CUBRID is a comprehensive open source relational database management system highly optimized for Web Applications.

Results 261 cubrid issues
Sort by recently updated
recently updated
newest added

http://jira.cubrid.org/browse/LETS-483 http://jira.cubrid.org/browse/LETS-495 Correctly initialize mvcc table on passive transaction server: - when PTS starts, it receives boot information from the page server (PS) - this info will contain the LSA...

http://jira.cubrid.org/browse/CBRD-24416 Purpose When connecting to the db in csql, the same error message is displayed twice if an incorrect password is entered. The error message was modified to be displayed...

http://jira.cubrid.org/browse/CBRD-24387 * Perform unnecessary code cleanup and rewrite without changing functionality.

http://jira.cubrid.org/browse/CBRD-24456 Purpose In funcion `lock_initialize_tran_lock_table ()` (line 1071), there is no part to check that the memory allocation is done properly. Add allocation check and error handling. ``` 1069 for...

http://jira.cubrid.org/browse/CBRD-24378 **Purpose** To prevent the restoredb from doing recovery beyond the given time with the -d option. **Implementation** - A new log record for the sysop commit is added. It...

http://jira.cubrid.org/browse/CBRD-24404 **Purpose** - For security reasons, there are some cases that CUBRID components cannot access the hosts file which is essential for conversion of a hostname to the IP address....

http://jira.cubrid.org/browse/CBRD-24457 Purpose N/A Implementation N/A Remarks ``` #if 0 /* reserved for future use */ disk_repr_p->repr_reserved_1 = OR_GET_INT (rec_p + CATALOG_DISK_REPR_RESERVED_1_OFF); #endif ``` ``` #if 0 /* TODO: do not...

http://jira.cubrid.org/browse/CBRD-24156 * Clean up PT_TYPE_NCHAR and PT_TYPE_VARNCHAR related codes. * Clean up PT_GENERIC_TYPE_NCHAR related codes. * PT_IS_SIMPLE_CHAR_STRING_TYPE() is superseded by PT_IS_CHAR_STRING_TYPE().

http://jira.cubrid.org/browse/CBRD-24413 After the sql statement recorded in the event, the OID of the record containing the user's information in the db_user table of the logged-in user is displayed. It already...

enhancement
legacy

http://jira.cubrid.org/browse/CBRD-24429 The foreign should be defined only one on a key column, however, the query parser allow the multiple foreign keys on the same column attributes. ``` CREATE TABLE a_tbl...

bug
legacy