Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a proper fix for the bug #2298 Trailing whitespace inconsistently handled in ↵ | ram@gw.mysql.r18.ru | 2004-01-22 | 1 | -4/+4 |
| | | | | | | | | WHERE clause. <monty> ramil, in MySQL/MyISAM we should only strip end space, not 'space-like' characters. <monty> This is according to SQL; When doing a comparision end space and only end space are ignored. | ||||
* | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -2/+2 |
| | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree. | ||||
* | Removed some old Makefiles to avoid name conflict on Mac OS X | monty@tik.mysql.fi | 2002-04-22 | 1 | -4/+1 |
| | | | | Changed in client library character-set-dir -> character-sets-dir | ||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -15/+14 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | Fix for IO_CACHE. | monty@hundin.mysql.fi | 2001-11-28 | 1 | -3/+3 |
| | | | | Portability fixes. | ||||
* | Debugging added where needed. | tonu@volk.internalnet | 2001-11-27 | 1 | -15/+38 |
| | |||||
* | Fix bug when repairing compressed MyISAM files | monty@hundin.mysql.fi | 2001-11-22 | 1 | -0/+31 |
| | | | | LOCATE() is now case sensitive | ||||
* | Portability fix | monty@hundin.mysql.fi | 2001-11-07 | 1 | -2/+2 |
| | | | | Cleanup typos (like SKIPP -> SKIP) | ||||
* | Changed to use my_global.h | monty@hundin.mysql.fi | 2001-09-14 | 1 | -1/+1 |
| | | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG | ||||
* | Fixed that LOAD DATA INFILE works with transactions. | monty@hundin.mysql.fi | 2001-08-28 | 1 | -3/+3 |
| | | | | Fix for lower case filenames | ||||
* | fixed warning in sql_class.cc | sasha@mysql.sashanet.com | 2000-11-20 | 1 | -2/+2 |
| | | | | | | added gdb support, mysqld options per test, and other cool stuff to mysql-test-run added --replicate-wild-do/ignore-table more test cases | ||||
* | changed to use IO_CACHE instead of FILE | monty@narttu.mysql.fi | 2000-11-15 | 1 | -11/+15 |
| | |||||
* | Fixes for MyISAM and packed keys + AIX | monty@donna.mysql.com | 2000-09-22 | 1 | -12/+19 |
| | |||||
* | Fixes for Ia64 | monty@donna.mysql.com | 2000-08-23 | 1 | -16/+17 |
| | |||||
* | Fix for snprintf | monty@donna.mysql.com | 2000-08-22 | 1 | -1/+2 |
| | |||||
* | FLUSH TABLE table_list | monty@donna.mysql.com | 2000-08-22 | 1 | -5/+5 |
| | | | | | Fixes for RENAME TABLE Portability fixes | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+741 |