Christoph Schug
|
ab8a0272f8
upgrading package: mysql 5.0.24 -> 5.0.24a
|
19 年 前 |
Ralf S. Engelschall
|
3a2ea36d8c
replace '@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc' in shebang with '@l_prefix@/bin/openpkg rc' to allow people who run the rc.xxx scripts directly (as executables) to leverage from the Set-UID functionality
|
19 年 前 |
Ralf S. Engelschall
|
852783d0be
fix 'status' run-command (has to run under super-user as it has to be able to read the my.pwd file)
|
19 年 前 |
Ralf S. Engelschall
|
9554e4b3b5
We really need that the %restart section is run as the super-user because once the run-command process has downgraded its privileges, it cannot upggrade it again. Credit to Bill Campbell for discovering.
|
19 年 前 |
Ralf S. Engelschall
|
7e27cbca52
upgrading package: mysql 5.0.23 -> 5.0.24
|
19 年 前 |
Ralf S. Engelschall
|
a5fc0393cc
upgrading package: mysql 5.0.22 -> 5.0.23
|
19 年 前 |
Ralf S. Engelschall
|
63134256d7
upgrading package: mysql 5.0.21 -> 5.0.22
|
19 年 前 |
Ralf S. Engelschall
|
5717bc7f6d
add options for enabling/disabling additional storage engines and enable support for big (> 4GB) tables
|
19 年 前 |
Ralf S. Engelschall
|
0dc605fb85
upgrading package: mysql 5.0.20a -> 5.0.21
|
19 年 前 |
Ralf S. Engelschall
|
bfd51c7bb6
upgrading package: mysql 5.0.20 -> 5.0.20a
|
19 年 前 |
Ralf S. Engelschall
|
fc2c7e8a18
upgrading package: mysql 5.0.19 -> 5.0.20
|
19 年 前 |
Ralf S. Engelschall
|
2d603e0cc6
sort db options; enable innodb by default as it is enabled in MySQL 5.x by default, too
|
19 年 前 |
Ralf S. Engelschall
|
c498c4354a
upgrade MySQL (package 'mysql') from 4.1 to 5.0. MySQL 4.1 is still available as package 'mysql4' for backward compatibility reasons.
|
19 年 前 |
Ralf S. Engelschall
|
2f7cce1146
upgrading package: mysql 4.1.16 -> 4.1.18
|
20 年 前 |
Ralf S. Engelschall
|
be8267b953
adjust copyrights for new year 2006
|
20 年 前 |
Ralf S. Engelschall
|
b44ce08082
upgrading package: mysql 4.1.15 -> 4.1.16
|
20 年 前 |
Ralf S. Engelschall
|
e2b1cda18a
remove obsolete and already broken subst
|
20 年 前 |
Ralf S. Engelschall
|
ce88e76558
apply Berkeley-DB patches from 'db' package to MySQL's local copy, too
|
20 年 前 |
Ralf S. Engelschall
|
8b933d3c9f
try to tell the MySQL client library where to find our my.cnf
|
20 年 前 |
Ralf S. Engelschall
|
b009ea0b75
move DATADIR subst into mysql.patch to be more in sync with the remaining MySQL patching
|
20 年 前 |
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 年 前 |