mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix missing parameter declaration
This commit is contained in:
parent
7e14b6cb54
commit
27f9c2c1a9
1 changed files with 1 additions and 1 deletions
|
@ -1224,7 +1224,7 @@ sub command_line_setup () {
|
|||
# But a fairly safe range seems to be 5001 - 32767
|
||||
#
|
||||
|
||||
sub set_mtr_build_thread_ports() {
|
||||
sub set_mtr_build_thread_ports($) {
|
||||
my $mtr_build_thread= shift;
|
||||
|
||||
# Up to two masters, up to three slaves
|
||||
|
|
Loading…
Reference in a new issue