summaryrefslogtreecommitdiff
path: root/include/config-netware.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.0jani@ua141d10.elisa.omakaista.fi2006-01-121-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.fi2006-01-121-0/+3
| | | | | | | | Changes to Netware specific mysqld_safe.c
* | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0jani@a193-229-222-105.elisa-laajakaista.fi2005-10-281-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 ajani@a193-229-222-105.elisa-laajakaista.fi2005-10-281-4/+1
| | | | | | | | kernel function to prevent CPU hogs.
| * Imported fixes from 4.1 and 5.0 to 4.0.jani@ua141d10.elisa.omakaista.fi2005-10-251-0/+4
| |
| * Some minor fixes for Netware. These were required after we started buildingjani@a193-229-222-105.elisa-laajakaista.fi2005-08-181-0/+12
| | | | | | | | against a later version of libc.
* | Changes for Netware. This is needed when building against newer Libcjani@a193-229-222-105.elisa-laajakaista.fi2005-08-181-0/+12
| | | | | | | | than we've used before.
* | Undefined RINT for Netware.jani@a193-229-222-105.elisa-laajakaista.fi2005-07-231-0/+1
| |
* | A fix for Netware.jani@a193-229-222-105.elisa-laajakaista.fi2005-03-211-0/+3
|/
* Always enable HAVE_COMPRESS on netwaremonty@mysql.com2004-05-281-0/+4
|
* Added patches from Novellmonty@mysql.com2004-05-251-3/+33
|
* Changes from Novell for various NetWare-only files, post-4.0.12greg@mysql.com2003-03-211-4/+3
|
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-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