| Bug #41956 | mysqltest function for converting error name to number | ||
|---|---|---|---|
| Submitted: | 8 Jan 12:05 | ||
| Reporter: | Andrei Elkin | ||
| Status: | Verified | ||
| Category: | Tools: MTR / mysql-test-run | Severity: | S3 (Non-critical) |
| Version: | 5.0+ | OS: | Any |
| Assigned to: | Bjorn Munch | Target Version: | |
| Tags: | mtr, feature request | ||
[8 Jan 12:05]
Andrei Elkin
[8 Jan 13:02]
Sven Sandberg
One possible way to do this could be to introduce a new table in the mtr database that contains the mapping (CREATE TABLE `mtr`.`error_codes` (number AS INT PRIMARY KEY, symbol AS VARCHAR PRIMARY KEY)).
