lars@mysql.com 
							
						 
					 
					
						
						
							
						
						ad126d90e0 
					 
					
						
						
							
							WL#1012: All changes as one single changeset.  
						
						 
						
						... 
						
						
						
						This includes both code and test cases. 
						
						
					 
					
						2005-12-22 06:39:02 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						aa37b75768 
					 
					
						
						
							
							Merge mysql.com:/home/my/mysql-5.0  
						
						 
						
						... 
						
						
						
						into  mysql.com:/home/my/mysql-5.1 
						
						
					 
					
						2005-11-24 02:56:12 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								konstantin@mysql.com 
							
						 
					 
					
						
						
							
						
						b1d951d462 
					 
					
						
						
							
							Always initialize THD::thread_stack: it's used in  
						
						 
						
						... 
						
						
						
						check_stack_overrun(). 
						
						
					 
					
						2005-11-23 21:18:10 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								reggie@poseidon.ndb.mysql.com 
							
						 
					 
					
						
						
							
						
						473dac3541 
					 
					
						
						
							
							some small changes to help get 5.1 compiling cleanly on Windows and with Visual C++ 2005  
						
						 
						
						
						
						
					 
					
						2005-11-07 17:15:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								svoj@poseidon.ndb.mysql.com 
							
						 
					 
					
						
						
							
						
						3791197f0d 
					 
					
						
						
							
							WL#2575 - Fulltext: Parser plugin for FTS  
						
						 
						
						... 
						
						
						
						WL#2763 - MySQL plugin interface: step 1
Manual merge from CNET tree. 
						
						
					 
					
						2005-11-06 13:13:06 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								msvensson@neptunus.(none) 
							
						 
					 
					
						
						
							
						
						fb63290635 
					 
					
						
						
							
							Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new  
						
						 
						
						... 
						
						
						
						into  neptunus.(none):/home/msvensson/mysql/bug10713_new/my51-bug10713_new 
						
						
					 
					
						2005-09-14 09:43:56 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mishka.mysql.fi 
							
						 
					 
					
						
						
							
						
						f348f62cc3 
					 
					
						
						
							
							Added option --valgrind-mysqltest to mysql-test-run  
						
						 
						
						... 
						
						
						
						Added flag to Field::store(longlong) to specify if value is unsigned.
This fixes bug #12750 : Incorrect storage of 9999999999999999999 in DECIMAL(19, 0)
Fixed warning from valgrind in CREATE ... SELECT
Fixed double free of mysql.options if reconnect failed 
						
						
					 
					
						2005-09-14 01:41:44 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ndbdev@dl145b.mysql.com 
							
						 
					 
					
						
						
							
						
						2fb1fb5877 
					 
					
						
						
							
							Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0  
						
						 
						
						... 
						
						
						
						into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.1 
						
						
					 
					
						2005-06-07 06:50:50 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						775f17667b 
					 
					
						
						
							
							Merge with 4.1  
						
						 
						
						
						
						
					 
					
						2005-06-07 00:31:53 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						6a5349028c 
					 
					
						
						
							
							a compiler must see '#pragma implementation' *before*  
						
						 
						
						... 
						
						
						
						'#pragma interface' (that comes with the #include'd header file) 
						
						
					 
					
						2005-06-05 19:38:52 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						29fd1f2fd9 
					 
					
						
						
							
							Move USE_PRAGMA_IMPLEMENTATION to proper place  
						
						 
						
						... 
						
						
						
						Ensure that 'null_value' is not accessed before val() is called in FIELD() functions
Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys
Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable 
						
						
					 
					
						2005-06-03 23:46:03 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tomas@poseidon.ndb.mysql.com 
							
						 
					 
					
						
						
							
						
						bef102ec90 
					 
					
						
						
							
							Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0  
						
						 
						
						... 
						
						
						
						into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1 
						
						
					 
					
						2005-06-02 09:50:47 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kent@mysql.com 
							
						 
					 
					
						
						
							
						
						f0fcc54b0c 
					 
					
						
						
							
							Merge  
						
						 
						
						
						
						
					 
					
						2005-06-02 04:45:09 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kent@mysql.com 
							
						 
					 
					
						
						
							
						
						bd48eed988 
					 
					
						
						
							
							tztime.cc:  
						
						 
						
						... 
						
						
						
						Set #pragma implementation" earlier
Many files:
  Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION 
						
						
					 
					
						2005-06-02 02:43:32 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tomas@poseidon.ndb.mysql.com 
							
						 
					 
					
						
						
							
						
						5088b28d09 
					 
					
						
						
							
							Merge  
						
						 
						
						
						
						
					 
					
						2005-05-31 14:37:47 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								msvensson@neptunus.(none) 
							
						 
					 
					
						
						
							
						
						697cfe7f07 
					 
					
						
						
							
							Merge from 4.1  
						
						 
						
						
						
						
					 
					
						2005-05-26 21:01:55 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								msvensson@neptunus.(none) 
							
						 
					 
					
						
						
							
						
						83d430353e 
					 
					
						
						
							
							Add ifdefs to control when "#pragma implementation" should be used  
						
						 
						
						... 
						
						
						
						Added some more ifdefs for "#pragma interface" 
						
						
					 
					
						2005-05-26 12:09:14 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ndbdev@dl145c.mysql.com 
							
						 
					 
					
						
						
							
						
						30def9f3f8 
					 
					
						
						
							
							Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0  
						
						 
						
						... 
						
						
						
						into dl145c.mysql.com:/home/ndbdev/tomas/mysql-5.1 
						
						
					 
					
						2005-05-23 10:45:48 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ndbdev@dl145c.mysql.com 
							
						 
					 
					
						
						
							
						
						f0f8b0a97b 
					 
					
						
						
							
							Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0  
						
						 
						
						... 
						
						
						
						into dl145c.mysql.com:/home/ndbdev/tomas/mysql-5.1 
						
						
					 
					
						2005-05-20 06:25:02 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								reggie@mdk10.(none) 
							
						 
					 
					
						
						
							
						
						9a1daa6957 
					 
					
						
						
							
							Merge mdk10.(none):/home/reggie/bk/mysql-4.1  
						
						 
						
						... 
						
						
						
						into mdk10.(none):/home/reggie/bk/mysql-5.0 
						
						
					 
					
						2005-05-19 15:50:44 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								reggie@mdk10.(none) 
							
						 
					 
					
						
						
							
						
						b5a60fe2a8 
					 
					
						
						
							
							This fixed a compile problem on Windows  
						
						 
						
						... 
						
						
						
						sql_udf.cc:
  changed dl_name to udf->dl in mysql_create_function 
						
						
					 
					
						2005-05-19 15:18:49 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						23a59c9857 
					 
					
						
						
							
							merged  
						
						 
						
						
						
						
					 
					
						2005-05-19 15:20:10 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						541ff258bf 
					 
					
						
						
							
							after merge fix  
						
						 
						
						
						
						
					 
					
						2005-05-19 09:47:13 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						8044488d7c 
					 
					
						
						
							
							merged  
						
						 
						
						
						
						
					 
					
						2005-05-18 22:14:08 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						50d369bb43 
					 
					
						
						
							
							udf: when banning paths from soname in CREATE FUNCTION, check for \ on windows.  
						
						 
						
						... 
						
						
						
						when reporting an error, use an appropriate buffer for udf->name 
						
						
					 
					
						2005-05-18 21:31:39 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mronstrom@mysql.com 
							
						 
					 
					
						
						
							
						
						f7cd6b8aa1 
					 
					
						
						
							
							WL 1682: After review fixes + update bitvector class + bitvector test  
						
						 
						
						... 
						
						
						
						cases + bug fixes 
						
						
					 
					
						2005-05-02 15:45:33 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mronstrom@mysql.com 
							
						 
					 
					
						
						
							
						
						21347433cf 
					 
					
						
						
							
							WL 1682: Use bitvector instead of query_id to tell handler which fields  
						
						 
						
						... 
						
						
						
						to read and write
Changed Server code, added new interface to handler and changed the
NDB handler, InnoDB handler and Federated handler that previously used
query_id
Bug#10202 fix (one-liner fix for memory leak) 
						
						
					 
					
						2005-04-28 14:45:27 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								acurtis@xiphis.org 
							
						 
					 
					
						
						
							
						
						dcc40a080d 
					 
					
						
						
							
							Merge xiphis.org:/var/db/bk/work-acurtis/bug6776.1  
						
						 
						
						... 
						
						
						
						into xiphis.org:/var/db/bk/work-acurtis/bug6776.2 
						
						
					 
					
						2005-04-09 00:36:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								acurtis@xiphis.org 
							
						 
					 
					
						
						
							
						
						0998ec4264 
					 
					
						
						
							
							Fix typos in Bug#6776  
						
						 
						
						
						
						
					 
					
						2005-04-09 00:21:51 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								acurtis@xiphis.org 
							
						 
					 
					
						
						
							
						
						e82edda6c6 
					 
					
						
						
							
							Merge xiphis.org:/var/db/bk/work-acurtis/bug6776  
						
						 
						
						... 
						
						
						
						into xiphis.org:/var/db/bk/work-acurtis/bug6776.1 
						
						
					 
					
						2005-04-08 21:40:50 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						dd4db08438 
					 
					
						
						
							
							Code cleanups during review of pushed code  
						
						 
						
						
						
						
					 
					
						2005-03-15 16:07:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								acurtis@pcgem.rdg.cyberkinetica.com 
							
						 
					 
					
						
						
							
						
						5eb393973f 
					 
					
						
						
							
							Bug#6776  
						
						 
						
						... 
						
						
						
						Failure to delete rows from mysql.func table caused by missing
  charset conversion for index read by pk. 
						
						
					 
					
						2005-03-07 13:37:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								paul@frost.snake.net 
							
						 
					 
					
						
						
							
						
						e25a5877e0 
					 
					
						
						
							
							sql_udf.cc:  
						
						 
						
						... 
						
						
						
						Comment changes: use standard style; fix grammar. 
						
						
					 
					
						2005-03-05 12:42:05 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ingo@mysql.com 
							
						 
					 
					
						
						
							
						
						212388bd3c 
					 
					
						
						
							
							Merge with after merge fix  
						
						 
						
						
						
						
					 
					
						2005-03-04 11:37:45 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						3de51f273b 
					 
					
						
						
							
							after merge fixes  
						
						 
						
						
						
						
					 
					
						2005-03-03 23:57:48 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						e47d0a0e2d 
					 
					
						
						
							
							merge  
						
						 
						
						
						
						
					 
					
						2005-03-03 23:07:20 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						8d9a53a78c 
					 
					
						
						
							
							Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)  
						
						 
						
						
						
						
					 
					
						2005-03-03 19:51:29 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						d35140a851 
					 
					
						
						
							
							First stage of table definition cache  
						
						 
						
						... 
						
						
						
						Split TABLE to TABLE and TABLE_SHARE (TABLE_SHARE is still allocated as part of table, will be fixed soon)
Created Field::make_field() and made Field_num::make_field() to call this
Added 'TABLE_SHARE->db' that points to database name; Changed all usage of table_cache_key as database name to use this instead
Changed field->table_name to point to pointer to alias. This allows us to change alias for a table by just updating one pointer.
Renamed TABLE_SHARE->real_name to table_name
Renamed TABLE->table_name to alias
Renamed TABLE_LIST->real_name to table_name 
						
						
					 
					
						2005-01-06 13:00:13 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bell@sanja.is.com.ua 
							
						 
					 
					
						
						
							
						
						7210195f1e 
					 
					
						
						
							
							now my_printf_error is not better then my_error, but my_error call is shorter  
						
						 
						
						... 
						
						
						
						used only one implementation of format parser of (printf)
fixed multistatement 
						
						
					 
					
						2004-11-13 19:35:51 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bell@sanja.is.com.ua 
							
						 
					 
					
						
						
							
						
						1555469b64 
					 
					
						
						
							
							merge  
						
						 
						
						
						
						
					 
					
						2004-11-12 15:36:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bell@sanja.is.com.ua 
							
						 
					 
					
						
						
							
						
						31f7811183 
					 
					
						
						
							
							post-review fixes  
						
						 
						
						
						
						
					 
					
						2004-11-12 14:34:00 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bell@sanja.is.com.ua 
							
						 
					 
					
						
						
							
						
						4714a6e744 
					 
					
						
						
							
							errors without code removed  
						
						 
						
						... 
						
						
						
						net_printf/send_error calls replaced by my_error family functions
-1/1 (sent/unsent) error reporting removed
(WL#2133) 
						
						
					 
					
						2004-10-20 04:04:37 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								serg@serg.mylan 
							
						 
					 
					
						
						
							
						
						62c2f1c161 
					 
					
						
						
							
							sql_print_error cleanup  
						
						 
						
						
						
						
					 
					
						2004-09-04 20:17:09 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gluh@gluh.mysql.r18.ru 
							
						 
					 
					
						
						
							
						
						e9341da7e7 
					 
					
						
						
							
							Fix for bug#1439 UDF Corruption  
						
						 
						
						
						
						
					 
					
						2004-03-19 14:35:00 +04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						ce14578909 
					 
					
						
						
							
							Merge with 4.0.18  
						
						 
						
						
						
						
					 
					
						2004-02-11 00:06:46 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mysql.com 
							
						 
					 
					
						
						
							
						
						7df839e757 
					 
					
						
						
							
							Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug  #2461 )  
						
						 
						
						... 
						
						
						
						DROP DATABASE now assumes RAID directories are in hex. (Bug #2627 )
Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506 )
Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461 ) 
						
						
					 
					
						2004-02-05 09:12:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bell@sanja.is.com.ua 
							
						 
					 
					
						
						
							
						
						2a9cd37cd6 
					 
					
						
						
							
							now all tables of query are locked in one place (including derived tables)  
						
						 
						
						... 
						
						
						
						fixed BUG#2120 and other problem with EXPLAINing derived tables 
						
						
					 
					
						2004-02-01 15:30:32 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						461d1627b3 
					 
					
						
						
							
							merge with 4.0 for more memory allocation variables.  
						
						 
						
						
						
						
					 
					
						2003-10-13 15:50:30 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								monty@mashka.mysql.fi 
							
						 
					 
					
						
						
							
						
						c95d142f8f 
					 
					
						
						
							
							Add new user variables for tuning memory usage:  
						
						 
						
						... 
						
						
						
						query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size
Add more checks for "out of memory" detection in range optimization 
						
						
					 
					
						2003-10-11 22:00:24 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hf@deer.(none) 
							
						 
					 
					
						
						
							
						
						a2dbfaefa3 
					 
					
						
						
							
							SCRUM  
						
						 
						
						... 
						
						
						
						embedded library
hash_insert renamed to my_hash_insert to avoid name intersection
with another libraries
is there better idea? 
						
						
					 
					
						2003-09-19 14:44:31 +05:00