summaryrefslogtreecommitdiff
path: root/mysys/mf_tempfile.c
Commit message (Collapse)AuthorAgeFilesLines
* mergeserg@serg.mylan2005-03-031-4/+4
|\
| * Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)serg@serg.mylan2005-03-031-4/+4
| |
* | mergedserg@serg.mylan2004-08-201-2/+2
|\ \ | |/
| * typos fixedserg@serg.mylan2004-08-191-2/+2
| |
* | Merge with 4.0.21monty@mysql.com2004-06-181-1/+1
|\ \ | |/
| * Applied patch from Novell (2004-06-03)monty@mysql.com2004-06-181-1/+1
| |
* | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ↵dlenev@brandersnatch.localdomain2004-05-271-1/+1
|/ | | | | | | | | | | | (it should produce hex digits in lower case). (fixed version) Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays. Added extra argument to int2str function which controls case of digits you get. Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str() function. Removed unused my_itoa/my_ltoa functions.
* Fixed usage of strxnmov() in recent changesetsmonty@mysql.com2004-02-191-4/+5
|
* potential problem fixed afer some reasoningserg@serg.mylan2004-02-191-3/+3
|
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-3/+3
| | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
* Some salle@geopard.online.bg2002-07-171-2/+2
| | | | C++ comments cleanup
* Update copyrightmonty@hundin.mysql.fi2001-12-061-16/+15
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* merge with 3.23.44monty@hundin.mysql.fi2001-11-041-0/+3
|\
| * Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-311-0/+3
| | | | | | | | | | | | Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types
* | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-2/+1
| | | | | | | | | | | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
* | Fixed some build problems.monty@hundin.mysql.fi2001-10-041-3/+4
|/ | | | | | Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
* Fixes for OS2.monty@hundin.mysql.fi2001-08-221-4/+13
| | | | | Fix bug in isamlog Add argument types to function declarations.
* Corrected misnamed DBUG_ENTER in create_temp_filejcole@tetra.spaceapes.com2001-01-231-1/+1
|
* Added MYSQL_SERVER_SUFFIX to mysqldmonty@donna.mysql.com2001-01-191-3/+3
| | | | | Fixed bug in TRIM changed strnmov -> strmake
* Lots of new benchmark runsmonty@donna.mysql.com2000-12-181-1/+11
| | | | | | Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesmonty@donna.mysql.com2000-11-201-0/+2
|
* Automatic repair of MyISAM tables + small bug fixesmonty@donna.mysql.com2000-10-171-1/+1
|
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-141-1/+1
| | | | a lot of portability issues.
* Automatic repair of MyISAM tables + portability fixesmonty@tik.mysql.com2000-10-111-4/+5
|
* Small fixesmonty@donna.mysql.com2000-10-051-1/+1
|
* Portability fixesmonty@donna.mysql.com2000-10-041-0/+173