Commit graph

36 commits

Author SHA1 Message Date
jani@ua141d10.elisa.omakaista.fi
af845f6eff NetWare specific change to increase thread stack size.
Changes to Netware specific mysqld_safe.c
2006-01-12 15:10:12 +02:00
jani@a193-229-222-105.elisa-laajakaista.fi
e16230b3ce Increased stack size for clients on Netware.
New libc suggests doing this.
2005-12-13 17:53:26 +02:00
mysqldev@mysql.com
b3263c032e - cleanup: removed the empty NEW-RPMS directory and all references
- cleanup: removed obsolete support-files/MacOSX/make_mysql_pkg.pl
   script (we now use Do-pkg for building OS X packages)
2005-10-27 18:32:14 +02:00
jani@ua141d10.elisa.omakaista.fi
3e599c0907 Imported fixes from 4.1 and 5.0 to 4.0. 2005-10-25 16:56:25 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
fe977b0cd0 Several fixes for Netware. 2005-08-24 22:03:34 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
c6ee26ab45 Some minor fixes for Netware. These were required after we started building
against a later version of libc.
2005-08-18 21:26:25 +03:00
jani@ua141d10.elisa.omakaista.fi
a9c062eba0 Netware build environment script related patch. 2005-03-08 18:18:53 +02:00
jani@rhols221.adsl.netsonic.fi
f76b84979d Changed log() to mtr_log(), because of a redefination
when compiled with metroworks compiler for Netware.
2004-07-28 16:37:56 +03:00
monty@mysql.com
f56df164f0 ke it possible to use mysys functions in netware/mysql_test_run.c
Don't pass --user to mysqld if --user is not used
2004-06-18 04:22:43 +03:00
monty@mysql.com
cdddea14e4 Applied patch from Novell (2004-06-03) 2004-06-18 03:23:08 +03:00
jani@a80-186-24-72.elisa-laajakaista.fi
6cd8de3645 Merged in some patches from Novell. 2004-05-27 23:39:50 +03:00
monty@mysql.com
833ec1653e netware files should always be in 'make dist'
use opt_net_buffer_length instead of net_buffer_length
2004-05-27 02:47:04 +03:00
monty@mysql.com
f2e1e3ce4c Added patches from Novell 2004-05-25 22:00:14 +03:00
greg@mysql.com
bee338fefe Checked and applied Novell-supplied patches inside the netware directory only. 2004-01-12 21:15:49 -01:00
greg@mysql.com
9f7b30f5f8 Created small scripts to manage in-tree diffs for
NetWare platform, so changes are visible in the tree 
but cannot affect other platforms.
2003-10-15 19:50:47 -04:00
greg@mysql.com
7aae6ba45d New build directory files - NetWare only, as used in 4.0.15 2003-09-30 23:14:07 -04:00
greg@mysql.com
80a3c64d93 Minor changes in netware directory (From Rob Lyon - Novell) 2003-04-24 18:15:52 -04:00
greg@mysql.com
fbe8359e4f Add new XDC file for NetWare pre-emption, drop old build scripts, libmysqld.def 2003-03-31 11:28:20 -05:00
greg@mysql.com
9aeb60210f Improve make_binary_distribution from Novell code at Monty's request 2003-03-27 18:13:37 -05:00
greg@mysql.com
61cb692507 Missed one file from Novell changes in 1.1686 2003-03-21 16:14:52 -05:00
greg@mysql.com
6c7b1b2f6a Changes from Novell for various NetWare-only files, post-4.0.12 2003-03-21 15:43:38 -05:00
greg@mysql.com[greg]
c086252a2f novell40c.patch 2003-03-10 18:32:38 -05:00
greg@mysql.com
8a86f31635 Remove netware.patch (not needed) 2003-03-05 18:47:08 -05:00
gweir@work.mysql.com
2cd7bf9969 Many files:
Change mode to -rwxrwxr-x
2003-03-04 18:20:11 +01:00
greg@mysql.com
61f280a978 New build scripts for NetWare 2003-03-03 23:04:36 -05:00
greg@mysql.com[greg]
8fb09059c1 novell40b.patch 2003-03-03 23:00:49 -05:00
monty@narttu.mysql.fi
c75a4d2468 Safety fix (caused a core dump on slave during shutdown when shutting down replication on some OS) 2003-02-26 00:13:18 +02:00
greg@mysql.com
21a2424f22 nwbootstrap:
Change mode to -rwxrwxr-x
2003-02-19 12:49:12 -05:00
greg@mysql.com
b080118808 mwldnlm, mwenv, mwccnlm, mwasmnlm, nwconfigure, nwbootstrap:
new file
2003-02-18 17:48:04 -05:00
monty@mashka.mysql.fi
6051b2f998 Fixed multi-table-delete for InnoDB tables
Novell patches
2003-02-17 02:14:37 +02:00
gweir@work.mysql.com
ce2a47185c mysqld.xdc:
new file
2003-02-07 20:05:03 +01:00
gweir@work.mysql.com
f7a6c9c0e7 Many files:
new file
.del-overlay.tar.gz~5bd3087e191e7574:
  Delete: netware/overlay.tar.gz
2003-02-05 03:40:07 +01:00
gweir@work.mysql.com
50ca3ba714 Makefile.am:
Added a conditional to prevent compilation of netware executables
2003-02-03 18:15:48 +01:00
gweir@work.mysql.com
46e3b6157b Many files:
new file
Makefile.am:
  Changes from Novell diff
2003-02-01 00:42:26 +01:00
lenz@mysql.com
1e2e4f234f - added netware subdirectory to distribution 2003-01-28 17:49:21 +01:00
monty@mashka.mysql.fi
689578a099 Fixes for Netware
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
2003-01-28 08:38:28 +02:00