Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDEV-35693: Improve SHOW REPLICA STATUS column sizes
Resize SHOW REPLICA STATUS’s (more precisely, the `INFORMATION_SCHEMA` table `SLAVE_STATUS`’s) columns to better match their possible values Text columns that list an uncapped number of elements have expanded to accept as many bytes as we could support in case of intentionally but absurdly long lists. Particularly, the OG `Replicate_` ones were incorrectly typed as singlular `Name()`s during MDEV-33526. In response to `‘MAX_SLAVE_ERRMSG’ was not declared in this scope` in Embedded builds, a new `#ifdef HAVE_REPLICATION` guard wraps `slave_status_info` to skip this unused data in Replication-less builds. Reviewed-by: Brandon Nesterenko <brandon.nesterenko@mariadb.com>
- Loading branch information