diff --git a/Documentation/Getting-Started/MariaDB-MaxScale-Installation-Guide.md b/Documentation/Getting-Started/MariaDB-MaxScale-Installation-Guide.md index 31b713121..bf752b1fd 100644 --- a/Documentation/Getting-Started/MariaDB-MaxScale-Installation-Guide.md +++ b/Documentation/Getting-Started/MariaDB-MaxScale-Installation-Guide.md @@ -16,7 +16,7 @@ The simplest way to install MaxScale is to use one of the binary packages that a ![image alt text](images/getting_started.png) -If you want to install only MaxScale, futher down you will find the product specific download pages. Click on the MariaDB MaxScale link and follow the distribution specific instructions. +If you want to install only MaxScale, further down you will find the product specific download pages. Click on the MariaDB MaxScale link and follow the distribution specific instructions. ![image alt text](images/getting_started2.png) diff --git a/log_manager/log_manager.cc b/log_manager/log_manager.cc index 88a30e294..203335505 100644 --- a/log_manager/log_manager.cc +++ b/log_manager/log_manager.cc @@ -80,9 +80,6 @@ ssize_t log_ses_count[LOGFILE_LAST] = {0}; */ #define MAX_LOGSTRLEN BUFSIZ -/** Use the skygw_ prefix, only for 1.1 compatible builds*/ -#define OLD_LOGNAMES - /** * Path to directory in which all files are stored to shared memory * by the OS.