Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
MariaDB-devel - MariaDB - Development header files and libraries
This package contains the development header files and libraries necessary
to develop MariaDB client applications.
For a description of MariaDB see the base MariaDB RPM or http://www.mysql.com/
Packages
Latest: MariaDB-devel-5.5.37-39.el6.fio.el6.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
MariaDB-devel |
0 |
5.5.37 |
39.el6.fio.el6 |
x86_64 |
3.6 MiB |
2014-04-30 01:42:49 |
MariaDB-devel |
0 |
5.5.36 |
38.el6.fio.el6 |
x86_64 |
3.6 MiB |
2014-03-21 01:20:36 |
MariaDB-devel |
0 |
5.5.35 |
37.el6.fio.el6 |
x86_64 |
3.6 MiB |
2014-02-14 14:44:49 |
MariaDB-devel |
0 |
5.5.34 |
36.el6.fio.el6 |
x86_64 |
4.4 MiB |
2013-12-19 06:08:47 |
MariaDB-devel |
0 |
5.5.33 |
34.el6.fio.el6 |
x86_64 |
4.5 MiB |
2013-11-18 18:33:44 |
MariaDB-devel |
0 |
5.5.33 |
33.el6.fio.el6 |
x86_64 |
4.5 MiB |
2013-11-12 06:34:50 |
MariaDB-devel |
0 |
5.5.33 |
32.el6.fio.el6 |
x86_64 |
4.5 MiB |
2013-10-12 13:16:43 |
MariaDB-devel |
0 |
5.5.33 |
31.el6.fio.el6 |
x86_64 |
4.5 MiB |
2013-10-03 21:34:22 |
MariaDB-devel |
0 |
5.5.32 |
30.el6.fio.el6 |
x86_64 |
4.5 MiB |
2013-09-17 17:41:30 |
MariaDB-devel |
0 |
5.5.29 |
29.el6.fio.el6 |
x86_64 |
4.5 MiB |
2013-04-29 00:02:37 |
Changelog:
- * 2012-04-19 - Lars Volker <lv[AT]stylite.de>
- Adapted MySQL 5.5 spec for MariaDB 5.5
- * 2011-09-28 - Joerg Bruehe <joerg.bruehe[AT]oracle[DOTCOM]>
- Fix duplicate mentioning of "mysql_plugin" and its manual page,
it is better to keep alphabetic order in the files list (merging!).
- * 2011-09-14 - Joerg Bruehe <joerg.bruehe[AT]oracle[DOTCOM]>
- Let the RPM capabilities ("obsoletes" etc) ensure that an upgrade may replace
the RPMs of any configuration (of the current or the preceding release series)
by the new ones. This is done by not using the implicitly generated capabilities
(which include the configuration name) and relying on more generic ones which
just list the function ("server", "client", ...).
The implicit generation cannot be prevented, so all these capabilities must be
explicitly listed in "Obsoletes:"
- * 2011-09-13 - Jonathan Perkin <jonathan.perkin[AT]oracle[DOTCOM]>
- Add support for Oracle Linux 6 and Red Hat Enterprise Linux 6. Due to
changes in RPM behaviour ($RPM_BUILD_ROOT is removed prior to install)
this necessitated a move of the libmygcc.a installation to the install
phase, which is probably where it belonged in the first place.
- * 2011-09-13 - Joerg Bruehe <joerg.bruehe[AT]oracle[DOTCOM]>
- "make_win_bin_dist" and its manual are dropped, cmake does it different.