0838401b32 
					 
					
						
						
							
							Merge branch '2.1' into develop  
						
						
						
						
					 
					
						2017-02-14 17:54:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						825782799f 
					 
					
						
						
							
							Zendesk's Maxwell Compatibility ( #119 )  
						
						... 
						
						
						
						* Binlog router: Introduce maxwell_compatibility flag
* Binlog router: Handle 'server vars' query
This is a step towards using MaxScale with Zendesk's Maxwell.
* Binlog router: Handle results charset query
* Binlog router: Handle sql_mode query
* Binlog router: Handle server_id query
* Binlog router: Handle 'binlog vars' queries
* Binlog router: Handle @@lower_case_table_names query
* Binlog router: Handle @@global.binlog_checksum query
* Binlog router: DRY Maxwell SQL queries 
						
						
					 
					
						2017-02-13 16:40:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						acd66b4eb3 
					 
					
						
						
							
							Fix compiler warnings  
						
						... 
						
						
						
						Added missing checks for return values of various function calls. Fixed
binlogrouter strerror_r usage and wrong buffer sizes. 
						
						
					 
					
						2017-02-13 11:44:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a48be9badf 
					 
					
						
						
							
							Format router modules  
						
						... 
						
						
						
						Formatted router modules with Astyle. 
						
						
					 
					
						2017-01-17 14:48:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2cabcea211 
					 
					
						
						
							
							Add definitions of MXS_MODULE_NAME to all modules  
						
						... 
						
						
						
						All modules now declare a name for the module. This is name is added as a
prefix to all messages logged by a module. The prefix should help
determine which part of the system logs a message. 
						
						
					 
					
						2017-01-16 11:28:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						162ae04d20 
					 
					
						
						
							
							MXS-867: Binlog server encryption key has same format as MariaDB key file  
						
						... 
						
						
						
						Default algorithm is now AES_CBC.
The MariaDB 10.1 key file cannot be read as it might contain more than
1 rows. 
						
						
					 
					
						2016-12-12 14:01:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d9ced5bbab 
					 
					
						
						
							
							Fix binlogrouter build failure  
						
						... 
						
						
						
						The binlogrouter used the wrong variable name. 
						
						
					 
					
						2016-12-08 10:11:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9444ded6da 
					 
					
						
						
							
							Binlog encryption is now working with events larger than 16MBytes  
						
						... 
						
						
						
						Events larger than 16MBytes are now encrypted when being saved.
Some changes to binlog event details report and maxbinlogcheck supports
-H option for replication header display 
						
						
					 
					
						2016-12-07 12:17:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b2e8a2d8c5 
					 
					
						
						
							
							Develop merge  
						
						... 
						
						
						
						Develop merge:
this includes the new handling of events larger than 16MBytes 
						
						
					 
					
						2016-12-05 16:38:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2f082cb7fb 
					 
					
						
						
							
							Store large events in memory  
						
						... 
						
						
						
						Storing the large events in memory allows checksum calculations to be done
in one step. This also makes the encryption of events easier as they
require the complete event in memory. 
						
						
					 
					
						2016-12-05 17:08:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d97e3587e0 
					 
					
						
						
							
							MXS-878: Don't log an error for 10.1 slave connections  
						
						... 
						
						
						
						The error message was not needed as we know that the query is always
executed by 10.1 slaves. 
						
						
					 
					
						2016-12-05 13:18:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aef6c7b099 
					 
					
						
						
							
							Make directory name equal to the library name  
						
						... 
						
						
						
						* avro -> avrorouter
* binlog -> binlogrouter 
						
						
					 
					
						2016-12-01 15:23:42 +02:00