View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001508 | Database Workbench v5 | MySQL Module | public | 2017-07-31 09:48 | 2017-10-27 12:38 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 5.3.2 | ||||
Fixed in Version | 5.3.4 | ||||
Summary | 0001508: Debugger fails to retreive diagnostics for named SIGNAL statements | ||||
Description | Debugger fails to retreive diagnostics for named SIGNAL statements | ||||
Steps To Reproduce | /* declare named condition for SQL state */ declare test_cond condition for sqlstate '20000'; /* handler for condition */ declare continue handler for test_cond begin get diagnostics condition 1 msg = message_text; set msg = concat('Handled: ', msg), o = 5; end; signal test_cond; > get diagnostics condition 1 fails because there's no real exception raised | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-07-31 09:48 | Martijn Tonies | New Issue | |
2017-08-03 14:16 | Martijn Tonies | Status | new => resolved |
2017-08-03 14:16 | Martijn Tonies | Fixed in Version | => 5.3.4 |
2017-08-03 14:16 | Martijn Tonies | Resolution | open => fixed |
2017-08-03 14:16 | Martijn Tonies | Assigned To | => Martijn Tonies |
2017-10-27 12:38 | Martijn Tonies | Status | resolved => closed |