Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDEV-35208 mtr correct behaviour of --port-base #3586

Open
wants to merge 1 commit into
base: 10.5
Choose a base branch
from

Commits on Oct 19, 2024

  1. MDEV-35208 mtr correct behaviour of --port-base

    Commit c2d9762 added
    additional ports for galera, and moved the starting port
    into the 19000 range.
    
    Unfortunately --port-base settings have some odd relationships
    and now mtr --port-base=21000 will end up looking for ports 0-30.
    
    This patch removes some existing code related to 4.0 and 5.1
    MySQL testing concurrently which I assume no-one has done for
    15+ years.
    
    Replace the concept of a build_thread to refer straight
    to the port number of the worker being used. Once this is
    done the number of calculations is reduced.
    
    Also put the default --port-base back to 16000 where it
    was for very many years.
    grooverdan committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b9a73b7 View commit details
    Browse the repository at this point in the history