summaryrefslogtreecommitdiff
path: root/include/config-netware.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-2/+4
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| |
* | BUG#58246: INSTALL PLUGIN not secure & crashableMats Kindahl2010-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When installing plugins, there is a missing check for slash (/) in the path on Windows. Note that on Windows, both / and \ can be used to separate directories. This patch fixes the issue by: - Adding a FN_DIRSEP symbol for all platforms consisting of a string of legal directory separators. - Adding a charset-aware version of strcspn(). - Adding a check_valid_path() function that uses my_strcspn() to check if any FN_DIRSEP character is in the supplied string. - Using the check_valid_path() function in sql_plugin.cc and sql_udf.cc (which means replacing the existing test there).
* | Auto-mergeIgnacio Galarza2009-07-311-1/+1
|\ \ | |/
| * Bug#17270 - mysql client tool could not find ../share/charsets folder and fails.Ignacio Galarza2009-07-311-1/+1
| | | | | | | | | | | | | | | | - Define and pass compile time path variables as pre-processor definitions to mimic the makefile build. - Set new CMake version and policy requirements explicitly. - Changed DATADIR to MYSQL_DATADIR to avoid conflicting definition in Platform SDK header ObjIdl.h which also defines DATADIR.
| * A few portability tweaks for Netware, SCO and QNXMySQL Build Team2009-05-011-1/+1
| |
* | Many files:kent@mysql.com/kent-amd64.(none)2007-07-231-0/+3
| | | | | | | | Put back old code to check stack direction at configure time
* | sql_parse.cc, config-win.h, config-netware.h:kent@mysql.com/kent-amd64.(none)2007-05-271-3/+0
| | | | | | | | | | | | | | | | | | Don't try determine stack direction at configure time compiler_flag.m4: Use AC_TRY_COMPILE and AC_TRY_LINK instead of AC_TRY_RUN where possible misc.m4, configure.in: Use fourth argument to AC_TRY_RUN, to be used in cross compilation Don't try determine stack direction at configure time
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ | |/ | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | | | | | Changed header to GPL version 2 only
* | Merge dev3-127.(none):/mnt/mysql/home/ngb/bug19873gni/root@dev3-127.(none)2006-08-291-0/+4
|\ \ | |/ | | | | into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1-bug19873
| * Fix for bug#21537, "Error at startup"jani@ua141d10.elisa.omakaista.fi2006-08-161-0/+4
| | | | | | | | | | | | These variables must be defined for Netware, or it fails to recognize hard paths starting from the device.
* | Several Netware specific fixes.jani@ua141d10.elisa.omakaista.fi2006-02-021-0/+21
|/
* Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2006-01-121-0/+3
|\ | | | | | | into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
| * 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
* | | remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably ↵serg@serg.mylan2005-12-241-1/+2
| | | | | | | | | | | | scattered all over the source
* | | 4.1->5.0 mergesergefp@mysql.com2005-10-291-4/+1
|\ \ \ | |/ /
| * | 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.
* | | Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1elliot@mysql.com2005-08-191-0/+3
|\ \ \ | |/ / | | | | | | into mysql.com:/home/emurphy/src/work/mysql-5.0
| * | 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.
* | | Merge mysql.com:/usr/home/bar/mysql-4.1.b10201bar@mysql.com2005-07-261-0/+1
|\ \ \ | |/ / | | | | | | into mysql.com:/usr/home/bar/mysql-5.0
| * | Undefined RINT for Netware.jani@a193-229-222-105.elisa-laajakaista.fi2005-07-231-0/+1
| | |
* | | Applied some Netware related patches.jani@a193-229-222-105.elisa-laajakaista.fi2005-06-291-0/+10
| | |
* | | Merge hundin.mysql.fi:/home/heikki/mysql-4.1heikki@hundin.mysql.fi2005-03-211-0/+3
|\ \ \ | |/ / | | | | | | into hundin.mysql.fi:/home/heikki/mysql-5.0
| * | A fix for Netware.jani@a193-229-222-105.elisa-laajakaista.fi2005-03-211-0/+3
| |/
* | A patch for Netware.jani@ua141d10.elisa.omakaista.fi2005-01-131-0/+1
|/
* 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