summaryrefslogtreecommitdiff
path: root/sql/sql_string.cc
Commit message (Collapse)AuthorAgeFilesLines
* a proper fix for the bug #2298 Trailing whitespace inconsistently handled in ↵ram@gw.mysql.r18.ru2004-01-221-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.fi2002-06-111-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 Xmonty@tik.mysql.fi2002-04-221-4/+1
| | | | Changed in client library character-set-dir -> character-sets-dir
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Fix for IO_CACHE.monty@hundin.mysql.fi2001-11-281-3/+3
| | | | Portability fixes.
* Debugging added where needed.tonu@volk.internalnet2001-11-271-15/+38
|
* Fix bug when repairing compressed MyISAM filesmonty@hundin.mysql.fi2001-11-221-0/+31
| | | | LOCATE() is now case sensitive
* Portability fixmonty@hundin.mysql.fi2001-11-071-2/+2
| | | | Cleanup typos (like SKIPP -> SKIP)
* Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-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.fi2001-08-281-3/+3
| | | | Fix for lower case filenames
* fixed warning in sql_class.ccsasha@mysql.sashanet.com2000-11-201-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 FILEmonty@narttu.mysql.fi2000-11-151-11/+15
|
* Fixes for MyISAM and packed keys + AIXmonty@donna.mysql.com2000-09-221-12/+19
|
* Fixes for Ia64monty@donna.mysql.com2000-08-231-16/+17
|
* Fix for snprintfmonty@donna.mysql.com2000-08-221-1/+2
|
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-5/+5
| | | | | Fixes for RENAME TABLE Portability fixes
* Import changesetbk@work.mysql.com2000-07-311-0/+741