monty@mysql.com 
							
						 
					 
					
						
						
							
						
						129c604032 
					 
					
						
						
							
							Setting a variable to CAST(NULL as X) set the result type of the variable to X. (Bug  #6598 )  
						
						
						
						
					 
					
						2005-04-30 03:14:42 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						201ee3eb78 
					 
					
						
						
							
							Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug  #5902 )  
						
						... 
						
						
						
						CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912 )
ALTER TABLE now fails in STRICT mode if it generates warnings.
Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933 ) 
						
						
					 
					
						2005-04-01 15:04:50 +03:00 
						 
				 
			
				
					
						
							
							
								jimw@mysql.com 
							
						 
					 
					
						
						
							
						
						f7c01cfb76 
					 
					
						
						
							
							Merged from 4.1  
						
						
						
						
					 
					
						2005-03-03 15:01:46 -08:00 
						 
				 
			
				
					
						
							
							
								sergefp@mysql.com 
							
						 
					 
					
						
						
							
						
						d2fec05179 
					 
					
						
						
							
							Fix for BUG#8562: In Item_int_with_ref::new_item() create Item_int or Item_uint  
						
						... 
						
						
						
						depending on ref->unsigned_flag. Item_int_with_ref can refer to both signed and 
unsigned integers. 
						
						
					 
					
						2005-02-28 23:50:06 +03:00 
						 
				 
			
				
					
						
							
							
								hf@deer.(none) 
							
						 
					 
					
						
						
							
						
						b94a482ee9 
					 
					
						
						
							
							Precision Math implementation  
						
						
						
						
					 
					
						2005-02-09 02:50:45 +04:00 
						 
				 
			
				
					
						
							
							
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						4f3062d95f 
					 
					
						
						
							
							minor omission that effectively disabled my_strtod fixed :)  
						
						
						
						
					 
					
						2004-02-24 12:31:33 +01:00 
						 
				 
			
				
					
						
							
							
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						32a62d5069 
					 
					
						
						
							
							Merge with 4.0 to revert patch for BIGINT assignment to double  
						
						
						
						
					 
					
						2003-11-21 00:17:46 +02:00 
						 
				 
			
				
					
						
							
							
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						41eda1c949 
					 
					
						
						
							
							Revert patch for bigint handling in double context as it broke normal bigint handling  
						
						... 
						
						
						
						The right way to fix this is to change the Field::store(longlong) method to be
Field::store(longlong, bool unsigned_flag), but this is better to do in 4.1 than in 4.0 
						
						
					 
					
						2003-11-21 00:11:50 +02:00 
						 
				 
			
				
					
						
							
							
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						b01fcb4e14 
					 
					
						
						
							
							Merge with 4.0 to get:  
						
						... 
						
						
						
						Fix for storing negative values in decimal fields
Fix for FLUSH TABLE with HANDLER 
						
						
					 
					
						2003-11-20 22:30:48 +02:00 
						 
				 
			
				
					
						
							
							
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						60d60a299e 
					 
					
						
						
							
							Item_uint::save_in_field() added to take into account bigint->decimal case  
						
						
						
						
					 
					
						2003-11-16 17:37:15 +01:00 
						 
				 
			
				
					
						
							
							
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						3ca302dbac 
					 
					
						
						
							
							bug  #715 : SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0'   => syntax error  
						
						
						
						
					 
					
						2003-07-20 12:26:18 +02:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						0197fc78c9 
					 
					
						
						
							
							Merge with 4.0  
						
						
						
						
					 
					
						2003-02-27 03:49:26 +02:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						c20453ba9a 
					 
					
						
						
							
							Integer values between 9223372036854775807 and 9999999999999999999 are now  
						
						... 
						
						
						
						regarded as unsigned longlongss, not as floats. This make these values work
similar to values between 10000000000000000000 and 18446744073709551615. 
						
						
					 
					
						2003-02-27 02:10:19 +02:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						9a46698e1e 
					 
					
						
						
							
							Merge with 4.0.11  
						
						
						
						
					 
					
						2003-02-26 01:03:47 +02:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						c75a4d2468 
					 
					
						
						
							
							Safety fix (caused a core dump on slave during shutdown when shutting down replication on some OS)  
						
						
						
						
					 
					
						2003-02-26 00:13:18 +02:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						023d6dd39b 
					 
					
						
						
							
							Merge with 4.0.11  
						
						
						
						
					 
					
						2003-02-04 21:52:14 +02:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						59400e211f 
					 
					
						
						
							
							Fixed bug in ulonglong parsing for constructs that only takes unsigned longlong as parameter.  
						
						
						
						
					 
					
						2003-02-04 01:05:39 +02:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						1f6ecc0cd3 
					 
					
						
						
							
							Changed mysql-test to print warnings for not existing table to DROP TABLE  
						
						... 
						
						
						
						Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names.
changed store_warning() -> push_warning_print() 
						
						
					 
					
						2003-01-06 01:48:59 +02:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						dfb60ca085 
					 
					
						
						
							
							Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER  
						
						... 
						
						
						
						Added CEIL as an alias for CEILING
Cleaned up CHECK constraint handling.
(We don't anymore require braces after CHECK)
Added casting to CHAR. 
						
						
					 
					
						2002-11-24 15:47:19 +02:00 
						 
				 
			
				
					
						
							
							
								monty@hundin.mysql.fi 
							
						 
					 
					
						
						
							
						
						0751e55c46 
					 
					
						
						
							
							Portability fix for AIX  
						
						
						
						
					 
					
						2002-08-08 22:12:03 +03:00 
						 
				 
			
				
					
						
							
							
								monty@hundin.mysql.fi 
							
						 
					 
					
						
						
							
						
						be46289855 
					 
					
						
						
							
							New error messages  
						
						... 
						
						
						
						Test of unsigned BIGINT values
Fixes for queries-per-hour
Cleanup of replication code (comments and portability fixes)
Make most of the binary log code 4G clean
Changed syntax for GRANT ... QUERIES PER HOUR 
						
						
					 
					
						2002-01-29 18:32:16 +02:00 
						 
				 
			
				
					
						
							
							
								monty@hundin.mysql.fi 
							
						 
					 
					
						
						
							
						
						2597b1aadd 
					 
					
						
						
							
							New CAST syntax  
						
						... 
						
						
						
						Cleanup of multi-table-delete in sql_yacc.yy
Changed syntax of MAXIMUM QUERIES PER HOUR to MAX_QUERIES_PER_HOUR to
not get too many reserved words. 
						
						
					 
					
						2002-01-03 00:46:43 +02:00 
						 
				 
			
				
					
						
							
							
								monty@hundin.mysql.fi 
							
						 
					 
					
						
						
							
						
						4b877e0088 
					 
					
						
						
							
							Added macros for nice TIMESPEC usage.  
						
						... 
						
						
						
						Fixes for building MySQL with gcc 3.0
Added SIGNED / UNSIGNED casts
Fixed core dump bug in net_clear() with libmysqld.
Back to using semaphores in query cache.
Added 'Null' and 'Index_type' to SHOW INDEX. 
						
						
					 
					
						2002-01-02 21:29:41 +02:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						69b9d6f2f6 
					 
					
						
						
							
							post-merge fixes  
						
						
						
						
					 
					
						2001-10-03 15:19:58 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						bb66c80aeb 
					 
					
						
						
							
							client/mysqlmanagerc.c  
						
						... 
						
						
						
						added support for quiet
    increased line buffer size
client/mysqltest.c
    fixed memory leak
    added query logging to result file
    added error message logging to result file
    added enable_query_log/disable_query_log
mysql-test/mysql-test-run.sh
    converted tests to use mysqlmanager
Updated test results 
						
						
					 
					
						2001-09-27 23:05:54 -06:00 
						 
				 
			
				
					
						
							
							
								monty@hundin.mysql.fi 
							
						 
					 
					
						
						
							
						
						72fb81e888 
					 
					
						
						
							
							Fixed bug in mysqlcheck when using --fast  
						
						... 
						
						
						
						Fixed problem when converting bigint to double.
Fixed bug in count(distinct null)
Fixed bug with empty BDB tables. 
						
						
					 
					
						2001-06-19 14:30:12 +03:00 
						 
				 
			
				
					
						
							
							
								monty@donna.mysql.com 
							
						 
					 
					
						
						
							
						
						7541a877bc 
					 
					
						
						
							
							Fixes to get mysql-test-run more portable  
						
						
						
						
					 
					
						2001-01-04 02:56:38 +02:00 
						 
				 
			
				
					
						
							
							
								monty@donna.mysql.com 
							
						 
					 
					
						
						
							
						
						c0f40d14cc 
					 
					
						
						
							
							Added support for hex strings to mysqlimport  
						
						... 
						
						
						
						A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit 
						
						
					 
					
						2000-12-28 03:56:38 +02:00