Thomas Lotterer
|
c9a0341443
fix server startup problems introduced in mysql-4.1.14 where mysqld_safe.sh uses new logic to find data directory but is being taken in by the OpenPKG filesystem layout
|
20 роки тому |
Ralf S. Engelschall
|
9bee32de9e
upgrading package: mysql 4.1.14 -> 4.1.15
|
20 роки тому |
Ralf S. Engelschall
|
1974e6ba2c
as the isinf(3) problem is such persistent, take the largest hammer and finally get MySQL building on all platforms, please.
|
20 роки тому |
Ralf S. Engelschall
|
e76339ffde
ok, seems like MySQL wishes the even bigger hammer to get rid of the isinf(3) issues also under Solaris
|
20 роки тому |
Ralf S. Engelschall
|
a16dac84aa
isinf(3) is a feature of the C99 standard. Unfortunately a global -std=c99 cannot be passed to gcc as MySQL is unable to cope with the stricter C99 constraints in general. Hence we switch to C99 only for the library part where isinf(3) is actually used (and where C99 mode is explicitly required to make the macro available under at least Solaris)
|
20 роки тому |
Ralf S. Engelschall
|
5764e49976
upgrading package: mysql 4.1.13a -> 4.1.14
|
20 роки тому |
Thomas Lotterer
|
80b738557b
upgrading package: mysql 4.1.13 -> 4.1.13a
|
20 роки тому |
Ralf S. Engelschall
|
fb15e7b91f
upgrading package: mysql 4.1.12 -> 4.1.13
|
20 роки тому |
Bill Campbell
|
2ec51f0fc0
The etc/mysql/pw.cnf file must be readable by the restricted user for the run control status, start, and stop to work.
|
20 роки тому |
Ralf S. Engelschall
|
5f06fbf2a0
upgrading package: mysql 4.1.11 -> 4.1.12
|
20 роки тому |
Ralf S. Engelschall
|
199ef83d5d
fix file list under with_server=no
|
20 роки тому |
Ralf S. Engelschall
|
5c01883721
upgrading package: mysql 4.1.10a -> 4.1.11
|
20 роки тому |
Ralf S. Engelschall
|
a3fb734bef
Adjust the copyright declaration in this (RSE's) copy of the OpenPKG source code now that the fork point for C&W was established (CVS tag OPENPKG_CW_FP), the shared copyright agreement between RSE and C&W is no longer active (as C&W no longer officially sponsors OpenPKG) and the new shared copyright from RSE can be taken over by the newly established juristic entity OpenPKG Foundation e.V. (instead of the non-juristic entity OpenPKG Project).
|
20 роки тому |
Ralf S. Engelschall
|
1963d6ff49
upgrading package: mysql 4.1.10 -> 4.1.10a
|
20 роки тому |
Ralf S. Engelschall
|
99072bc0d6
upgrading package: mysql 4.1.9 -> 4.1.10
|
21 роки тому |
Christoph Schug
|
ef13481092
optionally require openssl
|
21 роки тому |
Ralf S. Engelschall
|
2e591d5702
do not read the (global) ~/.my.cnf when shutdown the (particular) server in order to not fail if a password of a different MySQL instance is configured there; also cleanup some left-over comments with obvious content
|
21 роки тому |
Christoph Schug
|
746ce9ead6
backed out last update partially which skipped the config file
|
21 роки тому |
Ralf S. Engelschall
|
d26c04d3d3
upgrading package: mysql 4.1.8a -> 4.1.9
|
21 роки тому |
Michael Schloh von Bennewitz
|
3c84f194fe
correct mysql_config script, it's libmysys and not libmysys_r
|
21 роки тому |
Michael Schloh von Bennewitz
|
6298ced04b
correct logfile variable name in %start section
|
21 роки тому |
Ralf S. Engelschall
|
1192602706
Happy New Year 2005
|
21 роки тому |
Ralf S. Engelschall
|
cbcd3e3d77
add an option for building Embedded MySQL (libmysqld)
|
21 роки тому |
Ralf S. Engelschall
|
8a7c67e843
upgrading package: mysql 4.1.8 -> 4.1.8a
|
21 роки тому |
Ralf S. Engelschall
|
fe128ac5d4
In preparation to OpenPKG 2.3, finally remove obsoleted/end-of-life MySQL versions 3.23 and 4.0 in favor to the current stable production version 4.1 and the development version 5.0. The following shifting was done: none -> PLUS mysql40 4.0.22 BASE mysql 4.0.22 -> BASE mysql 4.1.8 PLUS mysql41 4.1.8 -> none EVAL mysql3 3.23.58 -> none
|
21 роки тому |
Herbert Schmid
|
5189f54872
export library lmysys_r for multi-threading
|
21 роки тому |
Herbert Schmid
|
ed74ee65c9
update mysql: export headers aes.h/rijndael.h and library libmysys to mysql_config
|
21 роки тому |
Michael Schloh von Bennewitz
|
8db2531ea6
try correcting threads and signals definitions problem on Solaris 8
|
21 роки тому |
Ralf S. Engelschall
|
7d8465157d
remove priorities (actually inherited via cut & paste from rc.bind ;-) from packages where the default priority is fully sufficient; fix %stop priorities: they have to be 1000 minus the %start priority in order to stop a package later if it was started earlier.
|
21 роки тому |
Ralf S. Engelschall
|
a5b7950295
use a more secure approach to the my.pwd file by using it under superuser privileges only
|
21 роки тому |