[MCOL-1296] Add debug output as an API option Created: 2018-03-22 Updated: 2023-10-26 Resolved: 2018-03-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.4 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-06, 2018-07 |
| Description |
|
At the moment debug output is a compile time option, we should make it a run time option instead. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-03-23 ] |
|
jens.rowekamp I've pushed up branch I've documented what it does in the .rst files but basically it is spits out the same stuff to stderr that a debug build used to do. You now need to enable this option in debug and release builds to get the debugging output. |
| Comment by Jens Röwekamp (Inactive) [ 2018-03-28 ] |
|
Swig took care of it. No changes needed. Found and fixed a not handled forwarded exception for std::bad_alloc that caused Java and Python to terminate once it was raised. |