Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | serg@serg.mylan | 2005-03-03 | 1 | -4/+4 |
|\ | |||||
| * | Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) | serg@serg.mylan | 2005-03-03 | 1 | -4/+4 |
| | | |||||
* | | merged | serg@serg.mylan | 2004-08-20 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | typos fixed | serg@serg.mylan | 2004-08-19 | 1 | -2/+2 |
| | | |||||
* | | Merge with 4.0.21 | monty@mysql.com | 2004-06-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Applied patch from Novell (2004-06-03) | monty@mysql.com | 2004-06-18 | 1 | -1/+1 |
| | | |||||
* | | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ↵ | dlenev@brandersnatch.localdomain | 2004-05-27 | 1 | -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 changesets | monty@mysql.com | 2004-02-19 | 1 | -4/+5 |
| | |||||
* | potential problem fixed afer some reasoning | serg@serg.mylan | 2004-02-19 | 1 | -3/+3 |
| | |||||
* | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -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.bg | 2002-07-17 | 1 | -2/+2 |
| | | | | C++ comments cleanup | ||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -16/+15 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | merge with 3.23.44 | monty@hundin.mysql.fi | 2001-11-04 | 1 | -0/+3 |
|\ | |||||
| * | Update for OS2 (patch from Yuri Dario). | monty@hundin.mysql.fi | 2001-10-31 | 1 | -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.fi | 2001-10-08 | 1 | -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.fi | 2001-10-04 | 1 | -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.fi | 2001-08-22 | 1 | -4/+13 |
| | | | | | Fix bug in isamlog Add argument types to function declarations. | ||||
* | Corrected misnamed DBUG_ENTER in create_temp_file | jcole@tetra.spaceapes.com | 2001-01-23 | 1 | -1/+1 |
| | |||||
* | Added MYSQL_SERVER_SUFFIX to mysqld | monty@donna.mysql.com | 2001-01-19 | 1 | -3/+3 |
| | | | | | Fixed bug in TRIM changed strnmov -> strmake | ||||
* | Lots of new benchmark runs | monty@donna.mysql.com | 2000-12-18 | 1 | -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 variables | monty@donna.mysql.com | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | Automatic repair of MyISAM tables + small bug fixes | monty@donna.mysql.com | 2000-10-17 | 1 | -1/+1 |
| | |||||
* | Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and | monty@donna.mysql.com | 2000-10-14 | 1 | -1/+1 |
| | | | | a lot of portability issues. | ||||
* | Automatic repair of MyISAM tables + portability fixes | monty@tik.mysql.com | 2000-10-11 | 1 | -4/+5 |
| | |||||
* | Small fixes | monty@donna.mysql.com | 2000-10-05 | 1 | -1/+1 |
| | |||||
* | Portability fixes | monty@donna.mysql.com | 2000-10-04 | 1 | -0/+173 |