011636cfcf 
					 
					
						
						
							
							Disabled connection_timeout because it's unsafe to use  
						
						... 
						
						
						
						The current implementation of the session timeout functionality is not safe to
use. Added a warning to the documentation and disabled the code. If the user
tries to use it, a warning is logged. 
						
						
					 
					
						2016-01-19 15:29:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df9ee11ae8 
					 
					
						
						
							
							Added a link to the persistent connection tutorial to the configuration guide  
						
						... 
						
						
						
						Also bolded out the note about session state tracking. 
						
						
					 
					
						2015-12-30 11:35:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2de3c5788c 
					 
					
						
						
							
							Changed default number of threads and added auto value.  
						
						... 
						
						
						
						Changed default number of threads to 1 instead of autoconfigured value and
added a new `auto` variable which enables autoconfiguration of thread count.
The number of threads used when autoconfiguratio fails was changed from 4 to 1.
The default value of using N threads where N is the number of CPU cores was
not optimal as the possibility of rescheduling was higher the more utility
threads there were. Due to this, N-1 is deemed to be the better autoconfigured
value for thread count. 
						
						
					 
					
						2015-12-15 15:08:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						692cccf0c9 
					 
					
						
						
							
							Update Configuration-Guide.md  
						
						
						
						
					 
					
						2015-12-09 14:07:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						376ca7e9e5 
					 
					
						
						
							
							Update Configuration-Guide.md  
						
						
						
						
					 
					
						2015-12-09 13:52:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eab8c3fb73 
					 
					
						
						
							
							Update logging documentation  
						
						... 
						
						
						
						Update documention according to new logging changes. 
						
						
					 
					
						2015-12-07 13:40:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e9939be7ef 
					 
					
						
						
							
							Removed references to old section.  
						
						... 
						
						
						
						The Protocol section is now a part of the listener section so the references to it were broken.
The need for the text about module load paths isn't necessary anymore and it described with the
`libdir` parameter documentation. 
						
						
					 
					
						2015-12-03 17:19:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						959952d7e8 
					 
					
						
						
							
							Moved table of contents before terms  
						
						... 
						
						
						
						This way users can see the ToC when the configuration guide is first loaded. 
						
						
					 
					
						2015-12-03 17:17:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						da36ca344b 
					 
					
						
						
							
							Added binlogrouter to configuration guide  
						
						... 
						
						
						
						After cherry-picking the binlogrouter document, it needed to be added to the
configuration guide. 
						
						
					 
					
						2015-12-03 17:15:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d475d2e9b7 
					 
					
						
						
							
							Cleaned up Configuration Guide  
						
						... 
						
						
						
						Removed duplicates and moved parts of the CLI and Debug CLI documents to their own files. 
						
						
					 
					
						2015-12-02 15:39:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f214cbb6d 
					 
					
						
						
							
							Moved peristent connection parameters to the right section  
						
						... 
						
						
						
						The parameter documentation was in the listener section instead of the server
section. 
						
						
					 
					
						2015-12-01 12:22:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						02954f717e 
					 
					
						
						
							
							Fixed spelling mistakes in documentation.  
						
						
						
						
					 
					
						2015-11-13 10:39:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						55c2da1f64 
					 
					
						
						
							
							Fix to MXS-54:  https://mariadb.atlassian.net/browse/MXS-54  
						
						... 
						
						
						
						Added a new configuration parameter that allows the user to control
whether authentication warning messages are logged. 
						
						
					 
					
						2015-11-04 09:18:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c7a24c2fd 
					 
					
						
						
							
							Added table of contents to configuration guide.  
						
						
						
						
					 
					
						2015-11-03 14:12:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ff26f5a3d 
					 
					
						
						
							
							Updated code based on review of ac308dcb2c34e081f9814ad40c0961a217c86fc4  
						
						... 
						
						
						
						Removed unnecessary spinlock and added more checks. 
						
						
					 
					
						2015-11-02 12:00:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc148a4301 
					 
					
						
						
							
							Fix to MXS-436:  https://mariadb.atlassian.net/browse/MXS-436  
						
						... 
						
						
						
						Added autodetection of processor cores and used it as the default if an
invalid value is used for threads. 
						
						
					 
					
						2015-11-02 12:00:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						00de2ddaa8 
					 
					
						
						
							
							Fix to MXS-352:  https://mariadb.atlassian.net/browse/MXS-352  
						
						... 
						
						
						
						If a service fails, MaxScale will try to start it again later on. 
						
						
					 
					
						2015-10-07 15:35:12 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fc844a9c6c 
					 
					
						
						
							
							Removed redundant text from documentation.  
						
						
						
						
					 
					
						2015-09-22 07:36:26 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aa6b454e64 
					 
					
						
						
							
							Made documentation cleaner.  
						
						
						
						
					 
					
						2015-09-16 10:24:17 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						40ae81c91b 
					 
					
						
						
							
							MXS-362: Enable/disable log augmentation  
						
						... 
						
						
						
						Log message augmentation (appending of function name) can now
be enabled or disabled via the configuration file and command
line.
By default, the augmentation is disabled. 
						
						
					 
					
						2015-09-11 15:58:31 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c3c9f883b 
					 
					
						
						
							
							Updated documentation.  
						
						
						
						
					 
					
						2015-09-09 16:23:07 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8926d290d4 
					 
					
						
						
							
							Fix to MXS-356:  https://mariadb.atlassian.net/browse/MXS-356  
						
						... 
						
						
						
						Added configurable timeouts for the embedded MySQL connections. 
						
						
					 
					
						2015-09-08 11:23:35 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						09c5fbaef3 
					 
					
						
						
							
							Changed to PCRE for processing configuration file parameters.  
						
						
						
						
					 
					
						2015-09-01 14:06:14 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15d4624643 
					 
					
						
						
							
							Merge branch 'release-1.2' into develop  
						
						... 
						
						
						
						Conflicts:
	server/core/dbusers.c 
						
						
					 
					
						2015-07-13 15:52:36 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11dc67ffb4 
					 
					
						
						
							
							Moved password encryption from configuration guide to getting started.  
						
						
						
						
					 
					
						2015-07-10 14:18:20 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f35bbed55 
					 
					
						
						
							
							Tidy the lining up of a message; add documentation.  
						
						
						
						
					 
					
						2015-06-24 14:39:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ce3a1ae66 
					 
					
						
						
							
							Removed SSLv2 methods from serviceInitSSL because OpenSSL 1.1.0 does not support them.  
						
						
						
						
					 
					
						2015-06-17 10:24:02 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8955a595ac 
					 
					
						
						
							
							Fix to MXS-125:  https://mariadb.atlassian.net/browse/MXS-125  
						
						... 
						
						
						
						Unified the usages of maxkeys and maxpasswd. 
						
						
					 
					
						2015-06-16 17:10:00 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0e8c558ce3 
					 
					
						
						
							
							Fixed spelling errors.  
						
						
						
						
					 
					
						2015-06-16 12:59:48 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f60ca33db 
					 
					
						
						
							
							Added configurable SSL certificate verification depth and updated the documentation in the code.  
						
						
						
						
					 
					
						2015-06-12 21:21:06 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2837622a41 
					 
					
						
						
							
							Merge branch 'develop' into MXS-129  
						
						
						
						
					 
					
						2015-06-11 10:29:57 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4191aaccd9 
					 
					
						
						
							
							Updated documentation with new configuration file name.  
						
						
						
						
					 
					
						2015-06-03 11:07:06 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8ccf6ccea 
					 
					
						
						
							
							Added SSL level configuration to services.  
						
						
						
						
					 
					
						2015-06-02 17:16:53 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						211f8a0393 
					 
					
						
						
							
							Removed old unused cmake variables, updated documentation and fixed testall suite.  
						
						
						
						
					 
					
						2015-05-26 15:12:29 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6bd5d87501 
					 
					
						
						
							
							Fix to MXS-162  
						
						... 
						
						
						
						Changed router to monitor in documentation. 
						
						
					 
					
						2015-05-26 14:12:33 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11ce01146b 
					 
					
						
						
							
							Fixed spaces braking links.  
						
						
						
						
					 
					
						2015-05-26 14:07:39 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						43063d52dc 
					 
					
						
						
							
							Fixed broken link.  
						
						
						
						
					 
					
						2015-05-26 14:05:18 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						292ca64437 
					 
					
						
						
							
							Fixed old references in documentation.  
						
						
						
						
					 
					
						2015-05-26 14:04:07 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						65f13339d7 
					 
					
						
						
							
							Merge branch 'install_dir_change' into develop  
						
						... 
						
						
						
						Conflicts:
	CMakeLists.txt
	Documentation/Tutorials/Administration-Tutorial.md
	log_manager/CMakeLists.txt
	server/core/CMakeLists.txt
	server/core/gateway.c
	server/core/maxkeys.c
	server/core/maxpasswd.c
	server/modules/filter/test/CMakeLists.txt
	server/modules/routing/CMakeLists.txt 
						
						
					 
					
						2015-05-26 13:34:39 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8f83845f34 
					 
					
						
						
							
							Updated documentation and created a readwritesplit router document.  
						
						
						
						
					 
					
						2015-05-12 04:48:25 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ed2b6e136 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/develop' into MXS-105  
						
						... 
						
						
						
						Conflicts (resolved):
	server/modules/routing/schemarouter/schemarouter.c 
						
						
					 
					
						2015-05-05 10:54:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7938ba40a6 
					 
					
						
						
							
							Updated Configuration Guide with a note about conflicts when multiple monitors monitor the same set of servers.  
						
						
						
						
					 
					
						2015-04-30 11:13:49 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						968a54ef0d 
					 
					
						
						
							
							Updated documentation  
						
						
						
						
					 
					
						2015-04-28 16:39:52 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						495a9206e3 
					 
					
						
						
							
							Updated package installation and started documentation update.  
						
						
						
						
					 
					
						2015-04-28 11:09:49 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						256452f285 
					 
					
						
						
							
							Moved default file search paths to gwdirs.h which is configured by CMake from gwdirs.h.in.  
						
						
						
						
					 
					
						2015-04-27 04:48:50 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78e0c8793e 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/develop' into MXS-105  
						
						
						
						
					 
					
						2015-04-24 15:40:07 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						96cb45f524 
					 
					
						
						
							
							Modifications to galera monitor to control whether selection of master is wanted.  
						
						
						
						
					 
					
						2015-04-24 15:35:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a35ed1c47 
					 
					
						
						
							
							Updated documentation.  
						
						
						
						
					 
					
						2015-04-23 21:05:50 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5c34e9031 
					 
					
						
						
							
							Merge pull request  #77  from tanji/MXS-95  
						
						... 
						
						
						
						Galera monitor improvement (MXS-95) 
						
						
					 
					
						2015-04-21 04:38:30 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b48a0bd68 
					 
					
						
						
							
							Add support for Galera xtrabackup donor availability  
						
						
						
						
					 
					
						2015-04-20 14:45:03 +02:00