1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Set default port to the one assigned by IANA

This commit is contained in:
unknown
2004-12-23 20:47:03 +03:00
parent dd6981f4d0
commit 1a1974544d

View File

@ -34,7 +34,7 @@ liboptions_a_CPPFLAGS= $(CPPFLAGS) \
-DDEFAULT_USER="root" \ -DDEFAULT_USER="root" \
-DDEFAULT_PASSWORD="" \ -DDEFAULT_PASSWORD="" \
-DDEFAULT_MONITORING_INTERVAL="5" \ -DDEFAULT_MONITORING_INTERVAL="5" \
-DDEFAULT_PORT="33006" \ -DDEFAULT_PORT="2273" \
-DPROTOCOL_VERSION=@PROTOCOL_VERSION@ -DPROTOCOL_VERSION=@PROTOCOL_VERSION@
liboptions_a_SOURCES= options.h options.cc priv.h priv.cc liboptions_a_SOURCES= options.h options.cc priv.h priv.cc