From bb33eb26383bc1fea0bdcadce8ead020cc0e7a79 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Thu, 4 Jan 2018 22:04:08 +0200 Subject: [PATCH] Update 2.2.1 release notes --- .../MaxScale-2.2.1-Release-Notes.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md index 7c968254c..0464bb893 100644 --- a/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md @@ -45,7 +45,22 @@ root@host:~# maxscale --user=root ... automatically enabled. In MaxScale 2.2.0, if `transaction_safety` was disabled when `mariadb10_master_gtid` was enabled MaxScale would refuse to start. -### MySQL Client Protocol +### Module names and case sensitivity + +* The filenames of all modules have been made lowercase. +* When specifying a module, the name matching is case insensitive. + +In practice this means that in the configuration file, the following +are all equivalent: +``` +router=readwritesplit + +router=READWRITESPLIT + +router=ReadWriteSplit +``` + +### MySQL/MariaDB Client Protocol The shared object implementing the client protocol has been renamed from `libMySQLClient.so` to `libmaridbclient.so`. In practice this means