cfeaf7d6e9 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/develop' into MXS-329  
						
						... 
						
						
						
						Conflicts:
	server/core/session.c 
						
						
					 
					
						2015-09-10 13:07:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						160bbb70ee 
					 
					
						
						
							
							MXS-251: strerror  
						
						... 
						
						
						
						Replaces all calls to strerror with calls to strerror_r. The former
is non-thread safe while the latter is. 
						
						
					 
					
						2015-09-05 15:52:13 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1f6b544f33 
					 
					
						
						
							
							Tidy dcb_free (prefer use of dcb_close) and remove from test code; add good random number generator.  
						
						
						
						
					 
					
						2015-08-26 15:43:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab86b67bda 
					 
					
						
						
							
							Fixed missing include.  
						
						
						
						
					 
					
						2015-08-25 21:23:55 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c9b0665ee 
					 
					
						
						
							
							Use dcb_close() instead of dcb_free()  
						
						... 
						
						
						
						Use dcb_close() instead of dcb_free() 
						
						
					 
					
						2015-08-25 16:08:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						79c77d3f01 
					 
					
						
						
							
							Fixed compiler warnings.  
						
						
						
						
					 
					
						2015-08-25 15:23:27 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						98ab399e6e 
					 
					
						
						
							
							Changed sprintf calls to snprintf calls and fixed compiler warnings.  
						
						
						
						
					 
					
						2015-08-18 10:50:48 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fffd8fb73a 
					 
					
						
						
							
							Unify DCB close processing to single function dcb_close. Remove dcb_add_to_zombieslist (incorporating logic into dcb_close). Alter logic so that DCB that is just allocated will still go to zombie list if dcb->fd is not closed.  
						
						
						
						
					 
					
						2015-07-07 16:57:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5f076b81d4 
					 
					
						
						
							
							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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						efef7def6d 
					 
					
						
						
							
							Added test case for MXS-137:  https://mariadb.atlassian.net/browse/MXS-137  
						
						
						
						
					 
					
						2015-05-13 10:55:57 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3cd49ac364 
					 
					
						
						
							
							Added missing utils library link from testmodutils.  
						
						
						
						
					 
					
						2015-05-07 05:56:28 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d545150ceb 
					 
					
						
						
							
							Fix to MXS-70:  https://mariadb.atlassian.net/browse/MXS-70  
						
						... 
						
						
						
						Added assert information to error log. 
						
						
					 
					
						2015-05-02 05:51:25 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e0a2bfc12 
					 
					
						
						
							
							Changed relevant files to use get_cachedir() instead of using the now deprecated MAXSCALE_HOME.  
						
						
						
						
					 
					
						2015-04-27 21:55:57 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						89ca0f420a 
					 
					
						
						
							
							Added a rule parsing tool for the dbfwfilter. The tool can be build with the -DBUILD_TOOLS=Y flag for CMake.  
						
						
						
						
					 
					
						2015-04-03 10:37:21 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						da406db292 
					 
					
						
						
							
							Changed install path to /usr/local/mariadb-maxscale  
						
						
						
						
					 
					
						2015-03-23 20:12:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7cfc1d3cc9 
					 
					
						
						
							
							Chaged MaxScale default installation directory to /usr/local/mariadb/maxscale and MaxAdmin password to 'mariadb'.  
						
						
						
						
					 
					
						2015-03-23 14:53:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d7a7019662 
					 
					
						
						
							
							Fixed Feedback test not working.  
						
						
						
						
					 
					
						2015-03-20 16:58:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15262f3fbf 
					 
					
						
						
							
							Added new Make target for testing MaxScale's core parts.  
						
						... 
						
						
						
						This target doesn't need a running MaxScale and only executes core, log_manager and query_classifier unit tests. 
						
						
					 
					
						2015-03-19 11:56:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f383f745cb 
					 
					
						
						
							
							Added timeout to Feedback test.  
						
						
						
						
					 
					
						2015-03-19 11:40:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						63d83cd85d 
					 
					
						
						
							
							Monitor API 2.0.0 implemented.  
						
						
						
						
					 
					
						2015-03-11 15:18:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11f1ed6a2c 
					 
					
						
						
							
							Small fix to test.  
						
						
						
						
					 
					
						2015-03-10 17:31:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2f3c380df8 
					 
					
						
						
							
							Updated feedback test.  
						
						
						
						
					 
					
						2015-03-10 17:23:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e937947f01 
					 
					
						
						
							
							Added test_utils.h header which contains a testing environment initialization function.  
						
						
						
						
					 
					
						2015-03-10 15:16:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						773ad1f8a2 
					 
					
						
						
							
							Removed useless test parts.  
						
						
						
						
					 
					
						2015-03-09 18:29:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						02e742f29e 
					 
					
						
						
							
							Added unit test for feedback service.  
						
						
						
						
					 
					
						2015-03-09 14:17:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea039dd01a 
					 
					
						
						
							
							Fixed to Coverity defects and a fix to tee filter not compiling with SS_DEBUG flag.  
						
						
						
						
					 
					
						2015-03-07 06:00:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aa4932bf2d 
					 
					
						
						
							
							Moved the housekeeper heartbeat to a separate header for ease of integration.  
						
						... 
						
						
						
						This keeps the behavior the same but allows the heartbeat to be used as a crude timer
without including everything the housekeeper.h header includes.
Moved the protocol level updates on the DCBs last_read value into dcb_read.
This keeps the implementation nice and compact. 
						
						
					 
					
						2015-02-24 05:00:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						578fb07370 
					 
					
						
						
							
							Added timeout testing to service tests.  
						
						
						
						
					 
					
						2015-02-23 11:13:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c401788ee 
					 
					
						
						
							
							Fix to bug 579:  http://bugs.mariadb.com/show_bug.cgi?id=579  
						
						... 
						
						
						
						Added actual testing routers and protocols. 
						
						
					 
					
						2015-02-20 12:30:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3924f70d6b 
					 
					
						
						
							
							Fixed log manager sometimes not writing the last character in a log message.  
						
						... 
						
						
						
						This was caused by type conversions from int to size_t and the usage of the MAX macro. 
						
						
					 
					
						2015-02-20 04:42:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06c2d201e0 
					 
					
						
						
							
							remove makefiles and other garbage  
						
						
						
						
					 
					
						2015-01-14 19:08:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7987365bd4 
					 
					
						
						
							
							Fix to tee filter tests failing due to the default user not being found in the etc/passwd file.  
						
						
						
						
					 
					
						2015-01-08 20:21:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a02b2deba 
					 
					
						
						
							
							Fixed TestUsers failing due to only adding a single user.  
						
						
						
						
					 
					
						2015-01-08 13:48:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						094dfbd4f7 
					 
					
						
						
							
							Fixed tests not having environment variables set.  
						
						
						
						
					 
					
						2015-01-08 13:18:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9717190b4a 
					 
					
						
						
							
							Added calls to skygw_log_sync_all in the hint, server and user tests before each assertion that might fail.  
						
						
						
						
					 
					
						2015-01-05 15:14:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2d8375bb12 
					 
					
						
						
							
							Fix to bug 579:  http://bugs.mariadb.com/show_bug.cgi?id=579  
						
						... 
						
						
						
						Added a header which contains the locations for the testing directory and its subfolders which enables
the test to write into the right logfiles. Also added a calls to skygw_log_sync_all before assertions
forcing all logs to be written to disk at the time the test might fail. 
						
						
					 
					
						2015-01-05 15:06:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3bf595673d 
					 
					
						
						
							
							Added the missing skygw_log_sync_all function to the log_manager.h header and created a header for testing which contains the location of the testing directory.  
						
						
						
						
					 
					
						2015-01-05 06:48:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ba009e5fd3 
					 
					
						
						
							
							Fixes to Coverity defects 85010 84878 72752 72742 72719 and 73418.  
						
						... 
						
						
						
						skygw_utils.cc: Added function is_valid_posix_path that checks if a path is POSIX-compliant. 
						
						
					 
					
						2015-01-05 06:05:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2d4073267c 
					 
					
						
						
							
							Added support for a.%, a.%.% and a.b.%  
						
						... 
						
						
						
						Added support for a.%, a.%.% and a.b.% in dbusers.c 
						
						
					 
					
						2014-12-04 19:01:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84679a48ff 
					 
					
						
						
							
							Fixes to Coverity defects 84335 84336 84337  
						
						
						
						
					 
					
						2014-12-04 10:13:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1e2027f4dc 
					 
					
						
						
							
							Fixes to Coverity defects 83027 73421 72714 72671 72646 72642  
						
						
						
						
					 
					
						2014-12-03 17:56:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d3c8770852 
					 
					
						
						
							
							Merge branch 'blr' into develop  
						
						... 
						
						
						
						Conflicts:
	client/maxadmin.c
	server/core/CMakeLists.txt
	server/core/dcb.c
	server/core/gateway.c
	server/core/poll.c
	server/core/test/CMakeLists.txt
	server/core/test/makefile
	server/include/poll.h
	server/modules/routing/debugcmd.c 
						
						
					 
					
						2014-11-19 12:00:55 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fc5c3943e8 
					 
					
						
						
							
							Fixes to Coverity defects:  
						
						... 
						
						
						
						72643
72645
72655
72656
72657
72658
72664
72698
72712 
						
						
					 
					
						2014-11-12 19:02:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						917d213c13 
					 
					
						
						
							
							Fix to Coverity defect 73387  
						
						
						
						
					 
					
						2014-11-12 18:09:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e1af60ac71 
					 
					
						
						
							
							Fixes to Coverity errors:  
						
						... 
						
						
						
						72747
75940
75941
73408
75425 
						
						
					 
					
						2014-11-07 10:57:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4d51f54cd 
					 
					
						
						
							
							Fixes to Coverity bugs:  
						
						... 
						
						
						
						72743
73407
73408
73409
73415
73419 
						
						
					 
					
						2014-11-06 15:40:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						83257aad55 
					 
					
						
						
							
							MySQL DB authentication tests  
						
						... 
						
						
						
						MySQL DB authentication tests update 
						
						
					 
					
						2014-10-24 16:49:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						48423f75f6 
					 
					
						
						
							
							Merge branch 'develop' into MAX-309  
						
						
						
						
					 
					
						2014-10-24 09:39:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5388956d8 
					 
					
						
						
							
							Changed the order of linking in test_mysql_users and removed references to non-existing directories in test.inc  
						
						
						
						
					 
					
						2014-10-23 15:24:59 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						da9d6946da 
					 
					
						
						
							
							Add Configuration Guide in Markdown form.  
						
						
						
						
					 
					
						2014-10-22 11:02:36 +01:00