Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.0 | jani@ua141d10.elisa.omakaista.fi | 2006-01-12 | 1 | -0/+3 |
|\ | | | | | | | into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 | ||||
| * | NetWare specific change to increase thread stack size. | jani@ua141d10.elisa.omakaista.fi | 2006-01-12 | 1 | -0/+3 |
| | | | | | | | | Changes to Netware specific mysqld_safe.c | ||||
* | | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-10-28 | 1 | -4/+1 |
|\ \ | |/ | | | | | into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1 | ||||
| * | NetWare specific change to use a LibC API instead of a | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-10-28 | 1 | -4/+1 |
| | | | | | | | | kernel function to prevent CPU hogs. | ||||
| * | Imported fixes from 4.1 and 5.0 to 4.0. | jani@ua141d10.elisa.omakaista.fi | 2005-10-25 | 1 | -0/+4 |
| | | |||||
| * | Some minor fixes for Netware. These were required after we started building | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-08-18 | 1 | -0/+12 |
| | | | | | | | | against a later version of libc. | ||||
* | | Changes for Netware. This is needed when building against newer Libc | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-08-18 | 1 | -0/+12 |
| | | | | | | | | than we've used before. | ||||
* | | Undefined RINT for Netware. | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-07-23 | 1 | -0/+1 |
| | | |||||
* | | A fix for Netware. | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-03-21 | 1 | -0/+3 |
|/ | |||||
* | Always enable HAVE_COMPRESS on netware | monty@mysql.com | 2004-05-28 | 1 | -0/+4 |
| | |||||
* | Added patches from Novell | monty@mysql.com | 2004-05-25 | 1 | -3/+33 |
| | |||||
* | Changes from Novell for various NetWare-only files, post-4.0.12 | greg@mysql.com | 2003-03-21 | 1 | -4/+3 |
| | |||||
* | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -0/+86 |
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 |