monty@mysql.com 
							
						 
					 
					
						
						
							
						
						f43093ec0e 
					 
					
						
						
							
							After merge fixes  
						
						... 
						
						
						
						Added more DBUG statements
Ensure that we are comparing end space with BINARY strings
Use 'any_db' instead of '' to mean any database. (For HANDLER command)
Only strip ' ' when comparing CHAR, not other space-like characters (like \t) 
						
						
					 
					
						2004-02-16 10:03:25 +02:00 
						 
				 
			
				
					
						
							
							
								antony@ltantony.rdg.cyberkinetica.homeunix.net 
							
						 
					 
					
						
						
							
						
						2b53eef5f0 
					 
					
						
						
							
							WorkLog  #1323  (part 2)  
						
						... 
						
						
						
						New Statement: SHOW [STORAGE] ENGINES
New System Variable: storage_engine
New mysqld Argument: --default-storage-engine= 
						
						
					 
					
						2003-12-17 22:52:03 +00:00 
						 
				 
			
				
					
						
							
							
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						b24671ee2d 
					 
					
						
						
							
							Updated results  
						
						
						
						
					 
					
						2003-12-15 18:10:46 +01:00 
						 
				 
			
				
					
						
							
							
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						76eb219781 
					 
					
						
						
							
							Merge bk-internal.mysql.com:/home/bk/mysql-4.1  
						
						... 
						
						
						
						into mysql.com:/my/mysql-4.1 
						
						
					 
					
						2003-12-15 18:02:29 +02:00 
						 
				 
			
				
					
						
							
							
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						2742701574 
					 
					
						
						
							
							Added missing timeout function for named pipes and shared memory (fixes core dump on windows)  
						
						... 
						
						
						
						Signed auto_increment keys for HASH tables (like for MyISAM tables in 4.0)
nitialize system_charset_info() early. Fixes core dump when starting windows service 
						
						
					 
					
						2003-12-15 17:58:15 +02:00 
						 
				 
			
				
					
						
							
							
								antony@ltantony.rdg.cyberkinetica.homeunix.net 
							
						 
					 
					
						
						
							
						
						7f83c17637 
					 
					
						
						
							
							Fix for Bug  #2075  - negative default values not accepted for integer columns  
						
						... 
						
						
						
						Allow numeric literals have a sign 
						
						
					 
					
						2003-12-11 00:28:25 +00:00 
						 
				 
			
				
					
						
							
							
								antony@ltantony.rdg.cyberkinetica.homeunix.net 
							
						 
					 
					
						
						
							
						
						fcf96dbb18 
					 
					
						
						
							
							WorkLog#1323  
						
						... 
						
						
						
						Deprecate the use of TYPE=... Preferred syntax is ENGINE= 
						
						
					 
					
						2003-12-10 04:31:42 +00:00 
						 
				 
			
				
					
						
							
							
								vva@eagle.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						17330df85f 
					 
					
						
						
							
							Merge  
						
						
						
						
					 
					
						2003-12-09 13:34:57 -04:00 
						 
				 
			
				
					
						
							
							
								antony@ltantony.rdg.cyberkinetica.homeunix.net 
							
						 
					 
					
						
						
							
						
						55d4248dae 
					 
					
						
						
							
							Merge for update  
						
						
						
						
					 
					
						2003-12-02 20:57:34 +00:00 
						 
				 
			
				
					
						
							
							
								antony@ltantony.rdg.cyberkinetica.homeunix.net 
							
						 
					 
					
						
						
							
						
						afc619f0a2 
					 
					
						
						
							
							WorkLog#1280 - Remove fixed table handler from lex/yacc  
						
						
						
						
					 
					
						2003-12-02 20:23:13 +00:00 
						 
				 
			
				
					
						
							
							
								bell@sanja.is.com.ua 
							
						 
					 
					
						
						
							
						
						2fb65b4def 
					 
					
						
						
							
							Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1  
						
						... 
						
						
						
						into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1 
						
						
					 
					
						2003-11-25 23:56:54 +02:00 
						 
				 
			
				
					
						
							
							
								bell@sanja.is.com.ua 
							
						 
					 
					
						
						
							
						
						5474ada47a 
					 
					
						
						
							
							added collation processing in UNION merging  
						
						... 
						
						
						
						temporary table BLOB now is longblob 
						
						
					 
					
						2003-11-25 23:52:10 +02:00 
						 
				 
			
				
					
						
							
							
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						7c725b2486 
					 
					
						
						
							
							Fixed compiler warnings from Intel compiler in Win64  
						
						... 
						
						
						
						Added option --max-record-length=# to myisamchk
Don't try repair twice if doing myisamchk --repair --force
Shared memory handler didn't clean up things on errors or shutdown 
						
						
					 
					
						2003-11-23 14:36:41 +02:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						cab1dc628c 
					 
					
						
						
							
							CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS  
						
						... 
						
						
						
						New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
(One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
Removed compiler warnings
Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag. 
						
						
					 
					
						2003-11-18 13:47:27 +02:00 
						 
				 
			
				
					
						
							
							
								vva@eagle.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						9c7b1cf8ea 
					 
					
						
						
							
							fixed bug  #1688  "CREATE TABLE ... SELECT with default()"  
						
						
						
						
					 
					
						2003-10-31 16:24:55 -04:00 
						 
				 
			
				
					
						
							
							
								vva@eagle.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						1692d2de15 
					 
					
						
						
							
							fixed sqlstate for ER_WRONG_INDEX_NAME  
						
						... 
						
						
						
						removed unnesessary code from create.test 
						
						
					 
					
						2003-10-16 16:15:45 -04:00 
						 
				 
			
				
					
						
							
							
								vva@eagle.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						c74da8bbd7 
					 
					
						
						
							
							added checking for empty index name (fixed bug  #1419 )  
						
						
						
						
					 
					
						2003-10-16 11:33:44 -04:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						6ad94a6d57 
					 
					
						
						
							
							Fix test after merge  
						
						
						
						
					 
					
						2003-10-16 08:34:17 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						a3707408e8 
					 
					
						
						
							
							Update results after merge  
						
						
						
						
					 
					
						2003-10-16 08:16:39 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						e87c9f5ff8 
					 
					
						
						
							
							merge with 4.0  
						
						
						
						
					 
					
						2003-10-16 03:08:40 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						84d9d98078 
					 
					
						
						
							
							Better fix for CREATE TABLE IF NOT EXISTS ... SELECT  
						
						... 
						
						
						
						Fixed chsize() problem on windows
Extend default timeout on windows clients to 1 year (to avoid timeout problems) 
						
						
					 
					
						2003-10-15 21:41:13 +03:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						9e57c12b5a 
					 
					
						
						
							
							Fixed bug in error handling of CREATE ... SELECT  
						
						... 
						
						
						
						More tests cases
After merge fixes 
						
						
					 
					
						2003-10-08 18:53:31 +03:00 
						 
				 
			
				
					
						
							
							
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						9d198d35bf 
					 
					
						
						
							
							merged  
						
						
						
						
					 
					
						2003-10-07 20:41:07 +02:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						1f8e38d03a 
					 
					
						
						
							
							Merge with 4.0 to get fix for mysqlbinlog  
						
						
						
						
					 
					
						2003-10-07 21:41:06 +03:00 
						 
				 
			
				
					
						
							
							
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						511589a4f8 
					 
					
						
						
							
							results updated  
						
						
						
						
					 
					
						2003-10-06 20:11:39 +02:00 
						 
				 
			
				
					
						
							
							
								vva@eagle.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						795e14871d 
					 
					
						
						
							
							Fixed bug  #1323  (varchar fields becoming char fields adter create ... select)  
						
						
						
						
					 
					
						2003-10-03 17:54:32 -04:00 
						 
				 
			
				
					
						
							
							
								ram@mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						44d6102f81 
					 
					
						
						
							
							Fix for the bug  #1209 : SELECT DATABASE().  
						
						
						
						
					 
					
						2003-09-08 17:30:53 +05:00 
						 
				 
			
				
					
						
							
							
								vva@eagle.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						79be48410d 
					 
					
						
						
							
							fixed merge mistake  
						
						
						
						
					 
					
						2003-08-28 10:26:56 -04:00 
						 
				 
			
				
					
						
							
							
								vva@eagle.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						60fc3ae02b 
					 
					
						
						
							
							Merge  
						
						
						
						
					 
					
						2003-08-27 21:26:00 -04:00 
						 
				 
			
				
					
						
							
							
								vva@eagle.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						cde2b50514 
					 
					
						
						
							
							fixed bug  #910  (right type of ifnull function)  
						
						
						
						
					 
					
						2003-08-27 19:11:54 -04: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 
						 
				 
			
				
					
						
							
							
								ram@mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						4ca9718375 
					 
					
						
						
							
							Fix for the bug  #801 : create table t1 select x'41'; doesn't work  
						
						
						
						
					 
					
						2003-07-11 14:17:18 +05:00 
						 
				 
			
				
					
						
							
							
								lenz@kallisto.local 
							
						 
					 
					
						
						
							
						
						92b3a231d4 
					 
					
						
						
							
							- Updated error message tests in several results of the test suite after  
						
						... 
						
						
						
						the server error messages had been modified in errmsg.txt 
						
						
					 
					
						2003-07-10 10:02:57 +02:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						dad0664579 
					 
					
						
						
							
							merge with public tree  
						
						
						
						
					 
					
						2003-06-05 00:12:45 +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 
						 
				 
			
				
					
						
							
							
								bar@bar.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						7342852dd9 
					 
					
						
						
							
							"Collation" has been moved to SHOW FULL FIELDS  
						
						... 
						
						
						
						SHOW COLLATION columns have been removed:
  D -> Default
  C -> Compiled
  Y -> Yes 
						
						
					 
					
						2003-06-02 17:19:06 +05:00 
						 
				 
			
				
					
						
							
							
								bar@bar.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						a238efaa63 
					 
					
						
						
							
							SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility:  
						
						... 
						
						
						
						Character set is not displayed in "Type" column anymore
In "Collation" column NULL instead of BINARY is now displayd for for non-character data types 
						
						
					 
					
						2003-05-23 13:10:25 +05:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						944bc89561 
					 
					
						
						
							
							Updated results & after merge fix  
						
						
						
						
					 
					
						2003-05-22 11:58:39 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						cb7061ebe4 
					 
					
						
						
							
							merge  
						
						
						
						
					 
					
						2003-05-22 02:57:27 +03:00 
						 
				 
			
				
					
						
							
							
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						6aa8929cf3 
					 
					
						
						
							
							After merge fixes  
						
						... 
						
						
						
						Added initialization of all important global variables 
						
						
					 
					
						2003-05-21 21:39:58 +03:00 
						 
				 
			
				
					
						
							
							
								venu@myvenu.com 
							
						 
					 
					
						
						
							
						
						0c25993d24 
					 
					
						
						
							
							Fix merge conflict by changing warning codes to new one  
						
						
						
						
					 
					
						2003-05-21 01:21:06 -07:00 
						 
				 
			
				
					
						
							
							
								venu@myvenu.com 
							
						 
					 
					
						
						
							
						
						39cbb547d4 
					 
					
						
						
							
							Resolve merge colflict  
						
						
						
						
					 
					
						2003-05-21 00:12:09 -07:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						dd2b7918cd 
					 
					
						
						
							
							Merge with 4.0.13  
						
						
						
						
					 
					
						2003-05-19 16:35:49 +03:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						04004534ea 
					 
					
						
						
							
							Fixed new bug in ORDER BY  
						
						
						
						
					 
					
						2003-05-15 00:31:12 +03:00 
						 
				 
			
				
					
						
							
							
								pem@mysql.com 
							
						 
					 
					
						
						
							
						
						44026b18b4 
					 
					
						
						
							
							Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.  
						
						
						
						
					 
					
						2003-05-13 19:16:30 +02:00 
						 
				 
			
				
					
						
							
							
								venu@myvenu.com 
							
						 
					 
					
						
						
							
						
						72196c9b16 
					 
					
						
						
							
							Updated warning test  
						
						... 
						
						
						
						Updated all tests to catchup warnings for all field conversions 
						
						
					 
					
						2003-04-30 00:07:37 -07:00 
						 
				 
			
				
					
						
							
							
								bar@bar.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						83cbc2838a 
					 
					
						
						
							
							Some collation have been renamed to fit into convension  
						
						
						
						
					 
					
						2003-04-01 18:54:01 +05:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						f8cd1e7906 
					 
					
						
						
							
							After merge fixes  
						
						... 
						
						
						
						Fixed bug in Item::set_name()
Fix for memory leak with geometry type 
						
						
					 
					
						2003-03-20 21:35:03 +02:00 
						 
				 
			
				
					
						
							
							
								monty@narttu.mysql.fi 
							
						 
					 
					
						
						
							
						
						b883a9c01c 
					 
					
						
						
							
							Merge with 4.0.12  
						
						
						
						
					 
					
						2003-03-19 22:25:44 +02:00