Bug #32529 | libndclient should not exit() but rather return an error to the application | ||
---|---|---|---|
Submitted: | 20 Nov 2007 15:10 | ||
Reporter: | Axel Schwenke | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Cluster: NDB API | Severity: | S4 (Feature request) |
Version: | mysql-5.1-telco--6.3 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | 5.1.22-ndb-6.3.6 |
[20 Nov 2007 15:10]
Axel Schwenke
[21 Nov 2007 18:26]
Hartmut Holzgraefe
In 5.1 exit() is used at the following places within ndbapi source: ./NdbEventOperationImpl.cpp:295: exit(-1); ./NdbEventOperationImpl.cpp:308: exit(-1); ./NdbEventOperationImpl.cpp:341: exit(-1); ./NdbEventOperationImpl.cpp:1004: exit(-1); ./Ndbinit.cpp:118: exit(-1); ./TransporterFacade.cpp:459: exit(0);