Timothy Smith
299aeb53b7
Handle renamed nwbootstrap -> nwbuild
2009-02-06 15:07:45 +01:00
Timothy Smith
058b33d048
The nwbootstrap script depended on BitKeeper, and was fairly complicated. It's much
...
simpler to just use the source .tar.gz to do a build. So the script has been renamed
to nwbuild, and simplified.
2009-02-04 04:20:42 +01:00
Chad MILLER
a308c9e3fa
Bug#30129: mysql_install_db appears to run normally, but the databases \
...
are not created {Netware}
The init and test sql files were not created at cross-compilation time.
Now, make them in the default build rule. Additionally, remove the "fix"
SQL instructions, which are unnecessary for newly initialized databases.
Also, clean up the english in an error message, and BZRify nwbootstrap.
2008-08-06 09:25:03 -04: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
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
7451aaf48c
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into mysql.com:/home/tnurnberg/15327/50-15327
2007-09-15 04:45:20 +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
joerg@trift2.
d7c1a81136
Merge trift2.:/MySQL/M50/netware2-5.0
...
into trift2.:/MySQL/M50/push-5.0
2007-08-24 23:40:36 +02:00
joerg@trift2.
2fd45aaee6
Fixes for the NetWare builds, discovered during 5.1.21-beta and backported to 5.0:
...
1) Ensure "init_db.sql" and "test_db-sql" really get built.
2) Ensure the "*.def" files with NetWare linker options get distributed to the proper directories.
2007-08-24 23:07:59 +02:00
joerg@trift2.
aa588114a2
NetWare packages were missing the scripts to initialize the database: add them.
2007-08-24 10:47:13 +02:00
joerg@trift2.
18b8e7a33f
Cleanup in the "netware" subdirectory:
...
1) We do not provide the "isam" table handler in 5.0 and up (different from "myisam" !),
so we do not need the ".def" files for the "isam"-specific tools.
2) Use "basename" to get the base name of a file, not a harder-to-read sed expression.
2007-08-22 22:04:31 +02:00
joerg@trift2.
bb2996f487
Format corrections for various "Makefile.am": Leading tab, no trailing blank.
2007-05-02 14:01:49 +02:00
df@pippilotta.erinye.com
50c909128e
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
2007-03-20 13:44:47 +01:00
df@pippilotta.erinye.com
56856d6f31
small build fix
2007-03-20 13:33:17 +01:00
joerg@trift2.
1e3cec5458
netware/Makefile.am : "libmysql.imp" must survive a "make clean" for the NetWare builds.
2007-03-19 15:24:07 +01:00
joerg@trift2.
66960bd1e7
Bug#20166 mysql-test-run.pl does not test system privilege tables creation
...
- Build sql files for netware from the mysql_system_tables*.sq files
- Fix comments about mysql_create_system_tables.sh
- Use mysql_install_db.sh to create system tables for mysql_test-run-shell
- Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
Changeset coded today by Magnus Svensson, just the application to 5.0.38 is by Joerg Bruehe.
2007-03-16 20:56:16 +01:00
kent@mysql.com/kent-amd64.(none)
226a5c833f
Many files:
...
Changed header to GPL version 2 only
2006-12-23 20:17:15 +01:00
kent@mysql.com/kent-amd64.(none)
cbf529790a
Makefile.am:
...
Added "mysql_client_test.def"
mysql_client_test.def:
BitKeeper file /home/kent/bk/mysql-5.0-build/netware/mysql_client_test.def
2006-12-02 06:06:31 +01:00
kent@mysql.com/kent-amd64.(none)
fb5abf8f4f
mysql_upgrade.def Makefile.am:
...
Added new "mysql_upgrade.def" for Netware (bug#23504)
*.def:
Allocate 128K stack for all executables (bug#23504)
2006-12-01 23:09:14 +01:00
joerg@trift2.
648e86e108
netware/BUILD/nwbootstrap : Editing "mwenv" is now obsolete and even plain wrong - drop it.
2006-11-28 18:36:53 +01:00
msvensson@neptunus.(none)
e5bf79e608
Replace all refernces to .la libraries with direct references
...
to their .libs/*.a library
Add comment describing why mwldnlm is called with "x" flag
2006-10-24 13:12:34 +02:00
msvensson@neptunus.(none)
6b920ebd84
Temporary fixes for building from source dist in pushbuild
2006-10-24 11:16:53 +02:00
msvensson@neptunus.(none)
377e21df50
When looking for libc the path need to be converted from wine to unix format before test that directory exists
2006-10-23 12:56:25 +02:00
msvensson@shellback.(none)
c8261b1208
Use autorun.sh from BUILD/ instead of netware specific version
2006-10-12 17:55:06 +02:00
msvensson@shellback.(none)
5abdd04686
Make all compile-netware-* scripts executable
2006-10-12 14:14:54 +02:00
msvensson@shellback.(none)
27737f0bd4
Use libc-2003 if available else default to libc
2006-10-12 13:28:18 +02:00
msvensson@shellback.(none)
42a227e967
Switch to use yaSSL instead of OpenSSL on Netware
2006-10-12 12:11:23 +02:00
msvensson@shellback.(none)
50cc20aff1
Check that TERM has been set to avoid problem "Error opening
...
terminal: unknown" when the script is executed using non interactive ssh
Set TERM to "linux" as default
2006-10-11 19:40:55 +02:00
msvensson@neptunus.(none)
8ee337a590
Merge neptunus.(none):/home/msvensson/mysql/netware/my50-netware_libmysql_imp
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-09-28 11:05:28 +02:00
msvensson@neptunus.(none)
c4a50dea3f
Build fixes for netware/ directory
...
- Create the file netware/libmysql.imp from libmysql/libmysql.def
- Remove the outdated netware/libmysql.imp file from version control
2006-09-27 17:11:19 +02:00
msvensson@neptunus.(none)
43f67cc4de
Fir problem with winepath in mwenv
2006-09-26 17:52:15 +02:00
msvensson@neptunus.(none)
6a6345ef99
Hardcode the fact that we are using zlib 1.2.3(previously done via symlink zlib-1.1.4)
2006-09-26 16:25:01 +02:00
msvensson@neptunus.(none)
ca81d57ff8
Netware changes for build with yaSSL
...
- Make mwenv automatically adapt the setting to current build dir.
- Fix include paths that mwccnlm does not understand
- Link libmysl with yassl
2006-09-22 17:43:05 +02:00
kent@suse9-x86.mysql.com
7455f8a31f
mwldnlm, mwccnlm, mwasmnlm:
...
Use Perl for filtering, do more filtering
2006-07-03 16:44:17 +02:00
kent@suse9-x86.mysql.com
6b08a98644
Makefile.am:
...
Avoid duplicate symbol errors on Netware
mwldnlm, mwccnlm, mwasmnlm:
Filter garbage characters from output
2006-07-03 10:56:19 +02:00
kent@mysql.com
ed6ff12315
Merge
2006-06-17 02:05:48 +02:00
kent@mysql.com
392bb51f25
configure.in, net_serv.cc, compile-netware-END:
...
Changes for Netware
2006-06-17 00:30:02 +02:00
kent@mysql.com
5a242ffc4f
.del-mysql_install.def~8da659e7c0f7e571:
...
Delete: netware/mysql_install.def
Makefile.am:
Removed obsolete "mysql_install.def"
2006-06-16 22:29:52 +02:00
bpontz@shasta.mysql.com
3ad9bc880d
.libs is no longer used when compiling netware
2006-04-03 11:54:09 -04:00
kent@mysql.com
0298bfaac6
Merge
2006-04-03 03:52:22 +02:00
kent@mysql.com
6ba1a85726
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
2006-04-03 03:40:54 +02:00
kent@mysql.com
e1d6c31984
mysql_install_db.sh, MySQLEULA.txt, mysql_install_db.c:
...
Changed web address order.mysql.com to shop.mysql.com
2006-04-03 03:37:43 +02:00
bpontz@shasta.mysql.com
e4f9d23598
added option for netware build
2006-03-26 21:19:43 -05:00
jani@ua141d10.elisa.omakaista.fi
8f3645e6f0
Fix for Netware build.
2006-01-12 20:31:00 +02:00
jani@ua141d10.elisa.omakaista.fi
617585eb33
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
...
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
2006-01-12 20:28:23 +02:00
jani@ua141d10.elisa.omakaista.fi
8c6a32b997
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.0
...
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
2006-01-12 17:47:58 +02:00
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
13d7abe06f
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-13 18:44:20 +02:00
jani@a193-229-222-105.elisa-laajakaista.fi
32466b14fb
Minor Netware specific changes.
2005-12-13 18:30:10 +02:00
jani@a193-229-222-105.elisa-laajakaista.fi
2692cdb071
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-12-13 18:22:00 +02:00