sergefp@mysql.com 
							
						 
					 
					
						
						
							
						
						a6ad8a4d0f 
					 
					
						
						
							
							Fix for BUG#8726: In JOIN::optimize on ER_TOO_BIG_SELECT error set JOIN::error to -1 to cause  
						
						... 
						
						
						
						the error to be sent to the client. 
						
						
					 
					
						2005-02-28 20:21:21 +03:00 
						 
				 
			
				
					
						
							
							
								paul@ice.snake.net 
							
						 
					 
					
						
						
							
						
						fd1d01e098 
					 
					
						
						
							
							Language/consistency edits to error messages  
						
						... 
						
						
						
						and affected test results. 
						
						
					 
					
						2004-06-15 22:18:20 -05:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						d9ff665102 
					 
					
						
						
							
							Fixes after merge  
						
						
						
						
					 
					
						2003-10-08 12:01:58 +03:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						6056cfadfc 
					 
					
						
						
							
							Merge with 4.0.16  
						
						
						
						
					 
					
						2003-10-07 15:42:26 +03:00 
						 
				 
			
				
					
						
							
							
								kostja@oak.local 
							
						 
					 
					
						
						
							
						
						ab576328f0 
					 
					
						
						
							
							Fixed bug in the optimiser for FULL TABLE SCAN case:  
						
						... 
						
						
						
						to estimate correctly cost of full table scan we should take into
account rows read and skipped on each iteration. 
						
						
					 
					
						2003-09-15 22:21:39 +04:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						77a70a0a24 
					 
					
						
						
							
							merge with 4.0.15  
						
						
						
						
					 
					
						2003-08-29 13:44:35 +03:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						efa85aad49 
					 
					
						
						
							
							Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files.  
						
						
						
						
					 
					
						2003-08-22 04:07:40 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						4f7512160b 
					 
					
						
						
							
							After merge fixes  
						
						... 
						
						
						
						Use server character set if --default-character-set is not used
Added convert_string() for more efficient alloc+character-set convert of strings 
						
						
					 
					
						2003-08-19 00:08:08 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						2263e3e51f 
					 
					
						
						
							
							Merge with 4.0.14  
						
						
						
						
					 
					
						2003-08-11 22:44:43 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						ebcc7b5a4f 
					 
					
						
						
							
							Support for variables with components  
						
						... 
						
						
						
						Added framework to create/drop and manager buffers for multiple key caches 
						
						
					 
					
						2003-07-06 19:09:57 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						863c563481 
					 
					
						
						
							
							Fixed testcase after last changes  
						
						
						
						
					 
					
						2003-06-27 06:40:24 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						34919a03c4 
					 
					
						
						
							
							Added thread variable max_seeks_for_key  
						
						... 
						
						
						
						Change optimizer to prefer key lookups before table scan
Change table scans to be done after tables with constrains on scanned table 
						
						
					 
					
						2003-06-27 03:04:54 +03:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						23145cfed7 
					 
					
						
						
							
							Added SQLSTATE to client/server protocol  
						
						... 
						
						
						
						bmove_allign -> bmove_align
Added OLAP function ROLLUP
Split mysql_fix_privilege_tables to a script and a .sql data file
Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
Added table_alias_charset, for easier --lower-case-table-name handling
Better SQL_MODE handling (Setting complex options also sets sub options)
New (faster) assembler string functions for x86 
						
						
					 
					
						2003-06-04 18:28:51 +03:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						c6333c5148 
					 
					
						
						
							
							Fixed bug in SET SQL_BIG_SELECTS  
						
						
						
						
					 
					
						2003-04-24 09:18:53 +03: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@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