View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000713 | XMB1 | Bugs | public | 2024-05-18 05:55 | 2024-12-07 17:14 |
| Reporter | miqrogroove | Assigned To | miqrogroove | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.9.12 | ||||
| Target Version | 1.9.12.07 | Fixed in Version | 1.9.12.07 | ||
| Summary | 0000713: Integer Width Deprecated by MySQL 8.0 | ||||
| Description | Install and upgrade scripts do not always check MySQL warnings. The code used by include/schema.inc.php does generate the following warning that is not displayed by XMB: "Integer display width is deprecated and will be removed in a future release." Tested on MySQL 8.0.36. | ||||
| Additional Information | Several portions of the upgrade script need to be revised, because the MySQL 8.0 `DESCRIBE` output has changed. XMB expects output like "smallint(6)" but the new MySQL instead shows "smallint". | ||||
| Tags | No tags attached. | ||||
| MySQL Version | |||||
| PHP Version | |||||
| Web Server | |||||
| Browser | |||||
| Flags | Schema Updates | ||||
| Original Reporter | |||||
| SVN Revision | 3059 | ||||
| Git Commit | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-05-18 05:55 | miqrogroove | New Issue | |
| 2024-05-18 05:57 | miqrogroove | Status | new => confirmed |
| 2024-05-25 08:18 | miqrogroove | Additional Information Updated | |
| 2024-05-25 08:18 | miqrogroove | MySQL Version | 8.0 => |
| 2024-05-25 08:18 | miqrogroove | Flags | Schema Updates => Schema Updates |
| 2024-05-25 08:20 | miqrogroove | Additional Information Updated | |
| 2024-05-25 08:20 | miqrogroove | Flags | Schema Updates => Schema Updates |
| 2024-05-26 11:07 | miqrogroove | Assigned To | => miqrogroove |
| 2024-05-26 11:07 | miqrogroove | Status | confirmed => resolved |
| 2024-05-26 11:07 | miqrogroove | Resolution | open => fixed |
| 2024-05-26 11:07 | miqrogroove | Fixed in Version | => 1.9.12.07 |
| 2024-05-26 11:07 | miqrogroove | Flags | Schema Updates => Schema Updates |
| 2024-05-26 11:07 | miqrogroove | SVN Revision | => 3059 |
| 2024-12-07 17:14 | miqrogroove | Status | resolved => closed |