Product Documentation

c-treeACE V11.0 Release Notes

Previous Topic

Next Topic

Proper Errors Now Returned by ctdbGetIndexByUID

A case was found in which a system table contained incorrect table/index information, such as some indexes had a wrong UID. SQL tried to open an index scan, look for the index which it did not find, but no error was set. It would then continue with a NULL index pointer and crash. The logic has been corrected. In case of an error, it now returns NULL and index handle and sets the error code to CTDBRET_NOSUCHINDEX.

TOCIndex