Sergei Golubchik 
							
						 
					 
					
						
						
							
						
						36e59752e7 
					 
					
						
						
							
							Merge branch '10.2' into 10.3  
						
						 
						
						
						
						
					 
					
						2018-06-30 16:39:20 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergei Golubchik 
							
						 
					 
					
						
						
							
						
						df704b5a1b 
					 
					
						
						
							
							don't use my_error(0) or my_printf_error(0)  
						
						 
						
						... 
						
						
						
						there's an assert that catches it 
						
						
					 
					
						2018-06-21 10:15:27 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marko Mäkelä 
							
						 
					 
					
						
						
							
						
						b006d2ead4 
					 
					
						
						
							
							Merge bb-10.2-ext into 10.3  
						
						 
						
						
						
						
					 
					
						2018-02-15 10:22:03 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						53476abce8 
					 
					
						
						
							
							Windows, compiling : use /permissive- switch to improve conformance  
						
						 
						
						... 
						
						
						
						fix a couple "initialization skipped by goto" and other new errors. 
						
						
					 
					
						2018-02-07 20:22:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						6c279ad6a7 
					 
					
						
						
							
							MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data)  
						
						 
						
						... 
						
						
						
						Handle string length as size_t, consistently (almost always:))
Change function prototypes to accept size_t, where in the past
ulong or uint were used. change local/member variables to size_t
when appropriate.
This fix excludes rocksdb, spider,spider, sphinx and connect for now. 
						
						
					 
					
						2018-02-06 12:55:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						27733c8b12 
					 
					
						
						
							
							auth_gssapi - fix test result and let the test run on Windows buildbot  
						
						 
						
						
						
						
					 
					
						2018-02-01 12:50:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergei Golubchik 
							
						 
					 
					
						
						
							
						
						828602356c 
					 
					
						
						
							
							Don't include my_global.h in "pure" plugins  
						
						 
						
						... 
						
						
						
						this partially reverts 6e56ebbb498 
						
						
					 
					
						2017-08-24 01:05:48 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Widenius 
							
						 
					 
					
						
						
							
						
						4aaa38d26e 
					 
					
						
						
							
							Enusure that my_global.h is included first  
						
						 
						
						... 
						
						
						
						- Added sql/mariadb.h file that should be included first by files in sql
  directory, if sql_plugin.h is not used (sql_plugin.h adds SHOW variables
  that must be done before my_global.h is included)
- Removed a lot of include my_global.h from include files
- Removed include's of some files that my_global.h automatically includes
- Removed duplicated include's of my_sys.h
- Replaced include my_config.h with my_global.h 
						
						
					 
					
						2017-08-24 01:05:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marko Mäkelä 
							
						 
					 
					
						
						
							
						
						14c6f00a9f 
					 
					
						
						
							
							Merge 10.1 into 10.2  
						
						 
						
						... 
						
						
						
						Also, include fixes by Vladislav Vaintroub to the
aws_key_management plugin. The AWS C++ SDK specifically depends on
OPENSSL_LIBRARIES, not generic SSL_LIBRARIES (such as YaSSL). 
						
						
					 
					
						2017-05-06 14:36:46 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						db39107413 
					 
					
						
						
							
							MDEV-11663 Create services for functionality used by plugins  
						
						 
						
						... 
						
						
						
						Added service for
- encryption (AES)
- error reporting, e.g my_printf_error() 
						
						
					 
					
						2017-04-27 19:12:38 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergei Golubchik 
							
						 
					 
					
						
						
							
						
						da4d71d10d 
					 
					
						
						
							
							Merge branch '10.1' into 10.2  
						
						 
						
						
						
						
					 
					
						2017-03-30 12:48:42 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								klemens 
							
						 
					 
					
						
						
							
						
						7be541f281 
					 
					
						
						
							
							spelling fixes  
						
						 
						
						
						
						
					 
					
						2017-03-07 13:38:06 +04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergei Golubchik 
							
						 
					 
					
						
						
							
						
						ed0b84a027 
					 
					
						
						
							
							remove libmysql/  
						
						 
						
						... 
						
						
						
						also disable server's client plugins when C/C has the same 
						
						
					 
					
						2016-09-12 17:51:49 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergei Golubchik 
							
						 
					 
					
						
						
							
						
						932646b1ff 
					 
					
						
						
							
							Merge branch '10.1' into 10.2  
						
						 
						
						
						
						
					 
					
						2016-06-30 16:38:05 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Otto Kekäläinen 
							
						 
					 
					
						
						
							
						
						effbe7dd7b 
					 
					
						
						
							
							General spell fixing in comments and strings  
						
						 
						
						
						
						
					 
					
						2016-06-08 14:17:23 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						683b88e66a 
					 
					
						
						
							
							Mark gssapi plugin as stable. No open bug reports, and no further work planned, thus stable is accurate  
						
						 
						
						
						
						
					 
					
						2016-05-28 11:46:46 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						d1e6c40294 
					 
					
						
						
							
							mtr complains about klist is not found, if Kerberos is not installed on machines  
						
						 
						
						
						
						
					 
					
						2016-03-17 17:58:40 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						1ac64b7510 
					 
					
						
						
							
							MDEV-9557 - fix compilation errors due to missing krb5_free_unparsed_name() in old versions of Heimdal Kerberos  
						
						 
						
						
						
						
					 
					
						2016-02-16 12:55:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						52d695fef4 
					 
					
						
						
							
							Fix authentication plugin's tests in case username contains non-alphanumeric character, e.g dash  
						
						 
						
						
						
						
					 
					
						2016-02-01 17:51:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						3d794d0ee8 
					 
					
						
						
							
							MDEV9494 Fix build for Heimdal Kerberos  
						
						 
						
						
						
						
					 
					
						2016-01-31 00:36:33 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robbie Harwood 
							
						 
					 
					
						
						
							
						
						42d9f3d87b 
					 
					
						
						
							
							Fix spelling of my name  
						
						 
						
						
						
						
					 
					
						2016-01-20 13:24:30 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						67cf76ad9b 
					 
					
						
						
							
							MDEV 4691- address review comments  
						
						 
						
						
						
						
					 
					
						2016-01-19 11:59:32 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vladislav Vaintroub 
							
						 
					 
					
						
						
							
						
						55d61ec878 
					 
					
						
						
							
							MDEV-4961 SSPI/GSSAPI/Kerberos  authentication plugin  
						
						 
						
						
						
						
					 
					
						2016-01-14 13:31:08 +01:00