summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in mysqlcheck when using --fastmonty@hundin.mysql.fi2001-06-191-1/+1
| | | | | | Fixed problem when converting bigint to double. Fixed bug in count(distinct null) Fixed bug with empty BDB tables.
* Pushing all the Gemini changes above the table handler.mikef@nslinux.bedford.progress.com2001-05-291-0/+53
|
* Don't use ranges on HEAP tables with LIKEmonty@donna.mysql.fi2001-04-171-1/+1
| | | | Don't reconnect client on close
* The environment variable PAGER is now used as the default pagermonty@donna.mysql.fi2001-04-171-3/+5
| | | | | Fixed bug with float columns
* Fixed bug with HEAP tables when using LIKEmonty@donna.mysql.fi2001-04-161-1/+1
|
* Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULLmonty@donna.mysql.fi2001-04-101-1/+1
|
* mysql-test/r/order_by.result fixed for new testserg@serg.mysql.com2001-03-131-1/+1
| | | | sql/field.cc ORDER BY bug fixed
* Fixes for innobase usagemonty@donna.mysql.fi2001-03-031-5/+39
| | | | | Fixed bug when using TEXT columns with BDB tables Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
* text/blob fields in some cases were not handled properlysasha@mysql.sashanet.com2001-03-011-1/+1
|
* Check that __FLOAT_WORD_ORDER is definedmonty@donna.mysql.com2001-02-081-2/+2
|
* Use new bitmap interfacemonty@donna.mysql.com2001-02-071-0/+11
| | | | | Patches for Armstrong Removed warnings when using REPAIR TABLE .. EXTENDED
* Portability fixes for OPENBSD, OS2 and Windowsmonty@donna.mysql.com2001-01-271-2/+2
|
* Fixed for bugs that was found when getting full code coverage of BDBmonty@donna.mysql.com2001-01-171-2/+63
| | | | | Fixed bug with HEAP tables on windows Fixed bug with HAVING on empty tables
* Removed not used variable 'last_ref'monty@donna.mysql.com2001-01-161-9/+8
| | | | | | Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests
* Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2001-01-151-1/+1
|\
| * Fix get_time bugtim@cane.mysql.fi2001-01-151-1/+1
| |
* | Fixes for mysqltestmonty@donna.mysql.com2001-01-151-0/+5
|/
* Added bdb_lock_max and fixed bug in BDB tables when using key partsmonty@donna.mysql.com2000-10-251-0/+65
|
* Automatic repair of MyISAM tables + small bug fixesmonty@donna.mysql.com2000-10-171-3/+3
|
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-141-8/+17
| | | | a lot of portability issues.
* Fixes for FULLTEXT and TIME typemonty@donna.mysql.com2000-09-131-3/+3
|
* Fixes for Ia64monty@donna.mysql.com2000-08-231-1/+1
|
* Fix typomonty@donna.mysql.com2000-08-221-1/+1
|
* Fix for snprintfmonty@donna.mysql.com2000-08-221-2/+4
|
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-11/+19
| | | | | Fixes for RENAME TABLE Portability fixes
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-0/+3
|
* Import changesetbk@work.mysql.com2000-07-311-0/+4576