joerg@trift2.
a0fbcc0326
Merge trift2.:/MySQL/M50/merge-5.0
...
into trift2.:/MySQL/M51/push-5.1
2007-12-21 13:13:22 +01:00
kent/mysqldev@mysql.com/production.mysql.com
7ca11181ac
sp_head.cc:
...
Made sp_head::operator delete() match prototype, added throw()
mysql_test_run.c, mysqld_safe.c:
Include "mysql_version.h" to get MYSQL_PORT defined
2007-12-14 18:23:11 +01:00
cmiller@zippy.cornsilk.net
04296df344
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
2007-10-08 12:40:21 -04:00
cmiller@zippy.cornsilk.net
eedde95a33
Change URLs.
...
Our web server has been restructured several times, and references
to it in our source code has stayed the same. This patch from Paul
DuBois updates all URLs to modern semantics.
2007-10-05 13:16:54 -04:00
tnurnberg@sin.intern.azundris.com
d5174aad89
Merge mysql.com:/home/tnurnberg/15327/50-15327
...
into mysql.com:/home/tnurnberg/15327/51-15327
2007-09-15 04:09:38 +02:00
tnurnberg@mysql.com/sin.intern.azundris.com
3c6ca8d6ed
Bug #15327 : configure: --with-tcp-port option being partially ignored
...
make sure that if builder configured with a non-standard (!= 3306)
default TCP port that value actually gets used throughout. if they
didn't configure a value, assume "use a sensible default", which
will be read from /etc/services or, failing that, from the factory
default. That makes the order of preference
- command-line option
- my.cnf, where applicable
- $MYSQL_TCP_PORT environment variable
- /etc/services (unless configured --with-tcp-port)
- default port (--with-tcp-port=... or factory default)
2007-09-13 16:19:46 +02:00
brian@zim.(none)
af443c2dd8
Fixed warning message breakage.
...
Fixed install breakage (my own fault)
Edited exampled cnf to remove bdb references.
2006-08-13 22:28:41 -07:00
jani@ua141d10.elisa.omakaista.fi
2dcc483e6c
Several Netware specific fixes.
2006-02-02 16:22:31 +02:00
jani@a193-229-222-105.elisa-laajakaista.fi
c6d933c629
Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
...
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
2005-12-04 20:57:34 +02:00
jani@a193-229-222-105.elisa-laajakaista.fi
4f6a321bb8
Fixes multi_statement test case on NetWare.
2005-12-04 15:39:44 +02:00
jamppa@suse9-x86.mysql.com
a50cc250ff
Netware specific changes for 5.0.16a
2005-11-18 18:25:46 +01:00
evgen@moonbone.local
71b731e92e
Manually merged
2005-10-27 17:44:28 +04:00
jani@a193-229-222-105.elisa-laajakaista.fi
0e6b53f172
Imported fix from 5.0.
2005-10-26 16:12:41 +03: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
63ac3040a8
Small fixes for Netware.
2005-10-14 08:45:41 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
d09e52c552
Applied a couple of Netware related patches.
2005-08-28 11:38:18 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
7b7188cea6
Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
...
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
2005-08-26 15:56:52 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
e767eb330e
Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0
...
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
2005-08-25 12:08:26 +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
dd0936cadc
Fixes some of the failing test cases for Netware.
2005-06-15 10:25:03 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
ea7f982ef0
Some fixes for Netware.
2005-06-06 18:30:59 +03:00
jani@ua141d10.elisa.omakaista.fi
1c2f4ffecb
Applied a patch for Netware.
2005-02-08 19:49:40 +02:00
kent@mysql.com
48c8a11a4f
mysqld.cc, mysql_test_run.c:
...
Changed URL in error message, page has moved
2004-08-05 17:05:21 +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
93d0736e96
Apply patch from Novell
2004-06-29 18:19:35 +03:00
monty@mysql.com
b11d258835
Merge with 4.0.21
2004-06-18 04:38:58 +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
7d8f8bc77b
Changed prototype of killed_ptr() to make it more portable
...
Applied patches for Netware
2004-05-26 19:12:49 +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
6c7b1b2f6a
Changes from Novell for various NetWare-only files, post-4.0.12
2003-03-21 15:43:38 -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
gweir@work.mysql.com
46e3b6157b
Many files:
...
new file
Makefile.am:
Changes from Novell diff
2003-02-01 00:42:26 +01:00