From c74d43920c3ca9272eda3f4aeab76b567aee8680 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 16 Jul 2015 05:46:22 +0300 Subject: [PATCH] Fixed type in documentation. --- .../Getting-Started/MariaDB-MaxScale-Installation-Guide.md | 2 +- log_manager/log_manager.cc | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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.