SHA256
1
0
forked from pool/mariadb
Commit Graph

161 Commits

Author SHA256 Message Date
3d17bcf739 Accepting request 602556 from home:kstreitova:branches:server:database
- update to 10.2.14 GA
  * notable changes:
    * MyRocks is now Gamma (RC)
    * MDEV-14533 - Added the DISKS plugin, for monitoring disk
      space
    * MDEV-14611 - ALTER TABLE EXCHANGE PARTITION does not work
      properly when used with DATA DIRECTORY.
    * MDEV-15333 - MariaDB (still) slow start
    * MDEV-12255 - Wrong result with
      innodb_prefix_index_cluster_optimization
    * MDEV-12396 - IMPORT TABLESPACE cleanup
    * MDEV-14648 - Restore fix for MySQL BUG#39053 - UNINSTALL
      PLUGIN does not allow the storage engine to cleanup open
      connections
    * MDEV-15249 - IMPORT fixes
    * MDEV-14988 - innodb_read_only tries to modify files if
      transactions were recovered in COMMITTED state
    * MDEV-14773 - DROP TABLE hangs for InnoDB table with FULLTEXT
      index (fixing a recent regression from upstream)
    * MDEV-15529 - IMPORT TABLESPACE unnecessarily uses the
      doublewrite buffer
    * MDEV-15554 - InnoDB page_cleaner shutdown sometimes hangs
    * MDEV-14545 - Mariabackup - Backup fails due to
      MLOG_INDEX_LOAD record
  * fixes for the following security vulnerabilities: none
  * release notes and changelog:
    https://mariadb.com/kb/en/library/mariadb-10214-release-notes
    https://mariadb.com/kb/en/library/mariadb-10214-changelog
- remove the following patches
  * mariadb-10.2.14-xtrabackup-v2.patch (applied upstream,

OBS-URL: https://build.opensuse.org/request/show/602556
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=211
2018-04-30 13:34:53 +00:00
295b36a5a4 Accepting request 587888 from home:kstreitova:branches:server:database
- change %{extra_provides} macro from "mariadb_102" to "mariadb-102"
  and use this macro in Provides/Obsoletes for mariadb, test,
  tools, bench and errormessages subpackages to ensure a smooth
  transition from SLE12 to SLE15 [fate#323756]
- remove "Provides: mariadb-errormessages = 10.1.25" that shouldn't
  be needed anymore

OBS-URL: https://build.opensuse.org/request/show/587888
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=210
2018-03-16 12:38:14 +00:00
Martin Pluskal
99cf6cd6d2 Accepting request 587686 from home:oertel:branches:server:database
- fix build on aarch64: compile a few more files with -O0
  from https://jira.mariadb.org/browse/MDEV-14318
  add patch mariadb-10.2.13-aarch_compilefix.patch

OBS-URL: https://build.opensuse.org/request/show/587686
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=209
2018-03-16 08:47:53 +00:00
Martin Pluskal
401d035448 Accepting request 580660 from home:rsalevsky:branches:server:database
- add mariadb-10.2.14-xtrabackup-v2.patch (bsc#1083087)

OBS-URL: https://build.opensuse.org/request/show/580660
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=208
2018-02-27 20:02:47 +00:00
a74babaaed Accepting request 579672 from home:kstreitova:branches:server:database
- update to 10.2.13 GA
  * notable changes
    * InnoDB updated to 5.7.21
    * Galera wsrep library updated to 25.3.23
    * MDEV-13869 - MariaDB slow start
    * MDEV-14611 - ALTER TABLE EXCHANGE PARTITION does not work
      properly when used with DATA DIRECTORY
    * MDEV-15249 - Crash in MVCC read after IMPORT TABLESPACE
    * Foreign key bugs:
    * MDEV-15199 - Referential integrity broken in ON DELETE
      CASCADE/MDEV-14222 Unnecessary 'cascade' memory allocation
      for every updated row
    * MDEV-15219 - FOREIGN KEY CASCADE or SET NULL operations will
      not resume after lock wait
    * MDEV-15042 - INSERT ON DUPLICATE KEY UPDATE produces error
      1032 (Can't find record)
    * MDEV-13205 - InnoDB: Failing assertion:
      !dict_index_is_online_ddl(index) upon ALTER TABLE
    * MDEV-14958 - Merge new release of InnoDB MySQL 5.7.21 to 10.2
    * MDEV-15165 - InnoDB purge for index on virtual column is
      trying to access an incomplete record
    * MDEV-15143 - InnoDB: Rollback of trx with id 0 completed
    * MDEV-11415 - Remove excessive undo logging during ALTER
      TABLE…ALGORITHM=COPY
    * MDEV-15016 - multiple page cleaner threads use a lot of CPU
    * MDEV-14941 - Timeouts on persistent statistics tables caused
      by MDEV-14511
    * MDEV-14985 - innodb_undo_log_truncate may be blocked if
      transactions were recovered at startup
    * MDEV-14441 - InnoDB hangs when setting

OBS-URL: https://build.opensuse.org/request/show/579672
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=207
2018-02-23 23:02:16 +00:00
29a04e9f7f Accepting request 575844 from home:dirkmueller:branches:server:database
- add dependency on which for galera scripts

OBS-URL: https://build.opensuse.org/request/show/575844
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=206
2018-02-13 06:55:47 +00:00
Martin Pluskal
8c0a7ab9e9 Accepting request 567774 from home:kstreitova:branches:server:database
- change owner of mysql-test directory from root to mysql. It also
  fixes sys_vars.secure_file_priv running under mysql user (e.g.
  if ít's started via suse-test-run script) that needs to be able
  to create a test file there during its run [bsc#1012075]

OBS-URL: https://build.opensuse.org/request/show/567774
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=205
2018-01-20 08:19:42 +00:00
e4b2876888 Accepting request 563119 from home:kstreitova:branches:server:database
- update to 10.2.12 GA
   * release notes and changelog:
     https://mariadb.com/kb/en/library/mariadb-10212-release-notes/
     https://mariadb.com/kb/en/library/mariadb-10212-changelog/
- remove mysql-community-server-5.5.6-safe-process-in-bin.patch
  becuase this moving is done in the specfile
- get rid of the archive with patches (remove mysql-patches.tar.xz
  and series files), handle patches in the standard way
- add comments to the section with removing unused files (based on
  https://lists.launchpad.net/maria-developers/msg11028.html)
- put rm statements together
- install the new upstream systemd-tmpfiles configuration file
  'tmpfiles.conf' and rename it to 'mariadb.conf' in order to
  follow the manual
- remove the new upstream systemd-sysusers configuration file as
  we handle creating of mysql user in the specfile
- mysql.service: remove calling of the wait function and let
  systemd to do this job. Switch from 'Type=simple' to
  'Type=notify' and add TimeoutSec=300
- rename unit files from mysql to mariadb and add mysql alias for
  the backward compatibility [bsc#1067443]
  * mysql.service -> mariadb.service
  * mysql.target -> mariadb.target
  * mysql@.service -> mariadb@.service
- remove configuration-tweaks.tar.xz and move configuration to
  my.ini/my.cnf file (omit default_plugins.cnf as all
  configuration here was commented out)
- add a numeric prefix for galera.cnf file in order to allow users
  to speficy in which order the configs will be loaded within the
  my.cnf.d directory [bsc#1055268]

OBS-URL: https://build.opensuse.org/request/show/563119
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=203
2018-01-09 18:28:29 +00:00
fdaed8a1fe Accepting request 559392 from home:dimstar:Factory
Happens to fix build with RPM 4.14, which got quite a bit stricter, see Staging:A

OBS-URL: https://build.opensuse.org/request/show/559392
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=202
2017-12-22 17:13:00 +00:00
18c2992223 Accepting request 547171 from home:kstreitova:branches:server:database
- update to 10.2.11 GA
  * release notes and changelog:
    * https://mariadb.com/kb/en/library/mariadb-10211-release-notes/
    * https://mariadb.com/kb/en/library/mariadb-10211-changelog/
- pack additional mroonga/groonga files
- change default charset to utf8mb4 for full Unicode support 
  [fate#324329]
- remove mariadb-10.2.10-wsrep_sst_common.patch as it's no longer
  needed

    * 10.2.10: CVE-2017-10378, CVE-2017-10268, CVE-2017-15365

OBS-URL: https://build.opensuse.org/request/show/547171
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=201
2017-12-01 16:10:41 +00:00
3af0a83a0d Accepting request 539983 from home:kstreitova:branches:server:database
OBS-URL: https://build.opensuse.org/request/show/539983
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=198
2017-11-08 17:54:42 +00:00
aa97dc9121 Accepting request 539319 from home:kstreitova:branches:server:database
- update to 10.2.10 GA
  * release notes and changelogs
    https://downloads.mariadb.org/mariadb/+releases/
  * fixes for the following security vulnerabilities
    * 10.2.10: CVE-2017-10378, CVE-2017-10268
    * 10.2.8:  CVE-2017-3636, CVE-2017-3641, CVE-2017-3653,
               CVE-2017-10320, CVE-2017-10365, CVE-2017-10379,
               CVE-2017-10384, CVE-2017-10286, CVE-2017-3257
    * 10.2.6:  CVE-2017-3308, CVE-2017-3309, CVE-2017-3453,
               CVE-2017-3456, CVE-2017-3464
    * 10.2.5:  CVE-2017-3313, CVE-2017-3302
  * [bsc#1042632], [bsc#1043328], [bsc#1019948], [fate#323738]
- refresh and rename the following patches:
  * mariadb-10.1.4-group.patch to
    mariadb-10.2.3-group.patch
  * mariadb-10.1.16-systemd-cmake.patch to
    mariadb-10.2.8-systemd-cmake.patch
  * mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to
    mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
  * mariadb-10.1.12-fortify-and-O.patch to
    mariadb-10.2.4-fortify-and-O.patch
  * mysql-community-server-5.1.46-logrotate.patch to
    mariadb-10.2.4-logrotate.patch
- add mariadb-10.2.10.tar.gz.sig signature and mariadb.keyring files
- start building without client library part, use
  mariadb-connector-c for getting libmariadb libraries. Remove
  libmysclient* packages
- remove baselibs.conf because we no longer build client libraries
  here
- update %{soname} to 19 (libmysqld soname)

OBS-URL: https://build.opensuse.org/request/show/539319
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=197
2017-11-06 15:24:06 +00:00
334abfbcf2 Accepting request 538115 from home:vitezslav_cizek:branches:server:database
- Also Require: libopenssl-1_0_0-devel from the libmysqlclient-devel package

OBS-URL: https://build.opensuse.org/request/show/538115
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=196
2017-11-01 14:52:18 +00:00
516651f8fe Accepting request 537883 from home:vitezslav_cizek:branches:server:database
- Also Require: libopenssl1_0_0 from the libmysqlclient-devel package

OBS-URL: https://build.opensuse.org/request/show/537883
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=195
2017-10-31 12:47:22 +00:00
Martin Pluskal
ef7b9821e8 Accepting request 536714 from home:bmwiedemann:branches:server:database
Drop INFO_BIN from package because it is not needed and differs for every build (boo#1047218)

An alternative approach would be https://github.com/MariaDB/server/pull/472

Diff looks thus:
/usr/lib64/mysql/INFO_BIN differs (ASCII text, with very long lines)
--- old//usr/lib64/mysql/INFO_BIN       2017-09-19 12:00:00.000000000 +0000
+++ new//usr/lib64/mysql/INFO_BIN       2017-09-19 12:00:00.000000000 +0000
@@ -1,5 +1,5 @@
 ===== Information about the build process: =====
-Build was run at 2017-09-28 07:34:40 on host 'unknown'
+Build was run at 2018-11-03 20:51:24 on host 'unknown'

 Build was done on  Linux-4.13.3-1-default using x86_64

OBS-URL: https://build.opensuse.org/request/show/536714
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=194
2017-10-26 08:04:48 +00:00
Martin Pluskal
0fbfad8199 Accepting request 527352 from home:vitezslav_cizek:branches:server:database
- Explicitly require libopenssl-1_0_0-devel, to successfully build
  once we switch openssl to 1.1 (bsc#1042632)

OBS-URL: https://build.opensuse.org/request/show/527352
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=193
2017-09-20 07:04:25 +00:00
c1706d51f9 Accepting request 509375 from home:kstreitova:branches:server:database
- update to MariaDB 10.1.25 GA
  * notable changes
    * MariaDB can no longer be compiled with OpenSSL version 0.9.8
      and below. The last 0.9.8 release was in December 2015, it is
      out of support and is no longer getting security fixes.
    * MariaDB Backup is now beta
  * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10125-release-notes
    * https://mariadb.com/kb/en/mariadb/mariadb-10125-changelog
  * refresh mariadb-10.1.12-fortify-and-O.patch
  * remove mariadb-10.1.22-xtradb_null_checks.patch (MDEV-12358),
    a fix was merged upstream
  * update file lists for new man-pages and tools
- switch from 'Restart=on-failure' to 'Restart=on-abort' in
  mysql.service in order to follow the upstream

OBS-URL: https://build.opensuse.org/request/show/509375
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=192
2017-07-11 09:14:10 +00:00
Dominique Leuenberger
cc8871cde2 Accepting request 499775 from home:favogt:branches:server:database
- Add mariadb-10.1.22-xtradb_null_checks.patch (boo#1041525)
  (See also https://jira.mariadb.org/browse/MDEV-12358)
- switch from '/var/run' to '/run' as /var/run is just a symlink to /run
- fix permissions for /var/run/mysql that were wrongly set to
  700 instead of 755 due to added umask. This prevented non-root
  from connecting to the database [bsc#1038740]
- change permissions of the configuration dir/files to 755/644.
  Please note that storing the password in the /etc/my.cnf file is
  not safe. Use for example an option file that is accessible only
  by yourself [bsc#889126]
- set the default umask to 077 in mysql-systemd-helper [bsc#1020976]

OBS-URL: https://build.opensuse.org/request/show/499775
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=191
2017-05-30 14:00:01 +00:00
Martin Pluskal
a033d02d42 Accepting request 479931 from home:kstreitova:branches:server:database
- update to MariaDB 10.1.22 GA
  * notable changes
    * XtraDB updated to 5.6.35-80.0
    * TokuDB updated to 5.6.35-80.0
    * PCRE updated to 8.40
    * MDEV-12160: ed25519 authentication plugin
    * MDEV-11842: Fix a 10.1.21 regression with failed INSERT, BEFORE
      INSERT triggers, and columns with no default value
    * MDEV-12075: Fix a 10.1.21 regression in the InnoDB data file
      extension code
    * MDEV-11027: better InnoDB crash recovery progress reporting
    * MDEV-11520: improvements to how InnoDB data files are extended
    * Improvements to InnoDB startup/shutdown to make it more robust
    * MDEV-11233: fix for FULLTEXT index crash
    * MDEV-9734: systemd compatible bintar files now available
  * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10122-release-notes/
    * https://mariadb.com/kb/en/mariadb/mariadb-10122-changelog/
  * fixes the following CVEs:
    * CVE-2017-3313 [bsc#1020890], CVE-2017-3302 [bsc#1022428]
- refresh mysql-community-server-5.1.46-logrotate.patch
- refresh mariadb-10.1.16-systemd-cmake.patch
- remove mariadb-10.1.20-incorrect_list_handling.patch that is no
  longer needed [bsc#1022428] [CVE-2017-3302]

OBS-URL: https://build.opensuse.org/request/show/479931
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=189
2017-03-16 09:50:46 +00:00
99a64df90b Accepting request 455731 from home:kstreitova:branches:server:database
- update to MariaDB 10.1.21
  * notable changes:
    * Innodb updated to 5.6.35
    * Performance Schema updated to 5.6.35
  * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10121-release-notes/
    * https://mariadb.com/kb/en/mariadb/mariadb-10121-changelog/
  * fixes the following CVEs:
    CVE-2017-3318 [bsc#1020896], CVE-2017-3317 [bsc#1020894],
    CVE-2017-3312 [bsc#1020873], CVE-2017-3291 [bsc#1020884],
    CVE-2017-3265 [bsc#1020885], CVE-2017-3258 [bsc#1020875],
    CVE-2017-3257 [bsc#1020878], CVE-2017-3244 [bsc#1020877],
    CVE-2017-3243 [bsc#1020891], CVE-2017-3238 [bsc#1020882],
    CVE-2016-6664 [bsc#1008253]
- add mariadb.te file to the filelist
- add mysqld_safe_helper to the filelist
- refresh mariadb-10.1.4-group.patch
- add mariadb-10.1.20-incorrect_list_handling.patch to fix incorrect
  linked list handling in mysql_prune_stmt_list() function that can
  cause use-after-free error [bsc#1022428]

OBS-URL: https://build.opensuse.org/request/show/455731
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=188
2017-02-09 11:49:33 +00:00
Martin Pluskal
c692fa4a36 Accepting request 452618 from home:dimstar:Factory
Fixup the build dependencies. Requiring systemd/systemd-devel is almost
always wrong as it takes you out of the order in the build chain. In
case of mariadb it even introduces a build cycle.

Hence, update the BuildRequires to match what the build system (cmake) actually
is looking for. There is not a single place it tries to find systemd.pc (which
seems what caused your entire confusion - it happened to work when systemd.pc
was in the -devel package, but broke when this was moved out).

with this diff, the build log contains correctly:
[  185s] -- Checking for one of the modules 'libsystemd;libsystemd-daemon'
[  185s] -- Performing Test HAVE_SYSTEMD
[  185s] -- Performing Test HAVE_SYSTEMD - Success
[  185s] -- Looking for include file systemd/sd-daemon.h
[  185s] -- Looking for include file systemd/sd-daemon.h - found
[  186s] -- Systemd features enabled

Just as one would expect to find there.

OBS-URL: https://build.opensuse.org/request/show/452618
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=187
2017-01-26 12:05:02 +00:00
Martin Pluskal
e12598a30f Accepting request 447860 from home:13ilya:branches:server:database
OBS-URL: https://build.opensuse.org/request/show/447860
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=186
2016-12-28 07:53:34 +00:00
a3dde57078 Accepting request 443847 from home:kstreitova:branches:server:database
- update to MariaDB 10.1.19
  * notable changes:
    * XtraDB updated to 5.6.33-79.0
    * TokuDB updated to 5.6.33-79.0
  * release notes and changelog:
     * https://mariadb.com/kb/en/mariadb/mariadb-10119-release-notes/
     * https://mariadb.com/kb/en/mariadb/mariadb-10119-changelog/
  * fixes for the following security vulnerabilities:
    CVE-2016-7440 [bsc#1005581]
    CVE-2016-5584 [bsc#1005558]
- add mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to fix
  mysql_install_db.sh script to find data files in mariadb
  directories when a user uses "--basedir" option [bsc#1006539]
-  switch to xz compression instead of bz2 for the following tarballs:
     * mysql-patches.tar.bz2 renamed to mysql-patches.tar.xz
     * configuration-tweaks.tar.bz2 renamed to configuration-tweaks.tar.xz
   replace occurrences of "bzip2" with "xz" in README.debug

OBS-URL: https://build.opensuse.org/request/show/443847
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=185
2016-12-05 13:43:49 +00:00
Martin Pluskal
78803feced Accepting request 437454 from home:kstreitova:branches:server:database
- update to 10.1.18
  * Release notes:
    https://mariadb.com/kb/en/mariadb/mariadb-10118-release-notes/
    https://mariadb.com/kb/en/mariadb/mariadb-10117-release-notes/
    https://mariadb.com/kb/en/mariadb/mariadb-10116-release-notes/
    https://mariadb.com/kb/en/mariadb/mariadb-10115-release-notes/
  * Changelog:
    https://mariadb.com/kb/en/mariadb/mariadb-10118-changelog/
    https://mariadb.com/kb/en/mariadb/mariadb-10117-changelog/
    https://mariadb.com/kb/en/mariadb/mariadb-10116-changelog/
    https://mariadb.com/kb/en/mariadb/mariadb-10115-changelog/
  * fixed CVE's:
    CVE-2016-8283, CVE-2016-6663, CVE-2016-5629, CVE-2016-5626,
    CVE-2016-5624, CVE-2016-5616, CVE-2016-3492, CVE-2016-6662,
    CVE-2016-5440, CVE-2016-3615, CVE-2016-3521, CVE-2016-3477
  * fix:
    [bsc#1005582], [bsc#1001367], [bsc#1005569], [bsc#1005566],
    [bsc#1005564], [bsc#1005562], [bsc#1005555], [bnc#998309],
    [bsc#989926],  [bsc#989922],  [bsc#989919],  [bsc#989913]
  * refresh mariadb-10.1.4-group.patch
  * refresh mariadb-10.1.12-fortify-and-O.patch
- requires devel packages for aio and lzo2
- remove mariadb-10.0.21-mysql-test_main_bootstrap.patch that is no
  longer needed [bnc#984858]  
- append "--ignore-db-dir=lost+found" to the mysqld options in
  "mysql-systemd-helper" script if "lost+found" directory is found
  in $datadir [bnc#986251]
- remove syslog.target from *.service files [bsc#983938]
- add BuildRequires: systemd-devel
- make some dependecies switchable

OBS-URL: https://build.opensuse.org/request/show/437454
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=184
2016-10-27 08:56:24 +00:00
Martin Pluskal
09a8f8112d Accepting request 401997 from home:kstreitova:branches:server:database
OBS-URL: https://build.opensuse.org/request/show/401997
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=183
2016-06-14 16:15:45 +00:00
Martin Pluskal
801dabf498 Accepting request 346860 from home:kstreitova:branches:server:database
- update to 10.0.22
  * Release notes:
    https://kb.askmonty.org/en/mariadb-10022-release-notes/
  * Changelog:
    https://kb.askmonty.org/en/mariadb-10022-changelog/
  * fixed CVEs:
    CVE-2015-4802, CVE-2015-4807, CVE-2015-4815, CVE-2015-4826
    CVE-2015-4830, CVE-2015-4836, CVE-2015-4858, CVE-2015-4861
    CVE-2015-4870, CVE-2015-4913, CVE-2015-4792
  * remove the following patches (applied upstream)
    * mysql-community-server-5.6.12-srv_buf_size.patch
    * mariadb-10.0.16-header_files_const_warnings.patch
- add mariadb-10.0.21-mysql-test_main_bootstrap.patch that fix
  main.bootstrap test (change default charset to utf8 in test
  result) [bnc#937787]
- add mariadb-10.0.22-fix_build_denabled_profiling_off.patch to
  fix compilation with '-DENABLED_PROFILING=OFF'

OBS-URL: https://build.opensuse.org/request/show/346860
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=180
2015-11-30 16:39:56 +00:00
Martin Pluskal
d65634e908 Accepting request 328168 from home:kstreitova:branches:server:database
sync with the git state

OBS-URL: https://build.opensuse.org/request/show/328168
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=179
2015-08-31 12:35:22 +00:00
Martin Pluskal
986c00b139 Accepting request 316014 from home:scarabeus_iv:branches:server:database
- Sync to git state, fixes bnc#937754 too

OBS-URL: https://build.opensuse.org/request/show/316014
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=178
2015-07-11 12:26:45 +00:00
Martin Pluskal
18bf970597 Accepting request 315366 from home:scarabeus_iv:branches:server:database
- Sync to git state fixing few triv issues

OBS-URL: https://build.opensuse.org/request/show/315366
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=177
2015-07-07 10:49:16 +00:00
Martin Pluskal
7a8ce5e51e Accepting request 313816 from home:scarabeus_iv:branches:server:database
Now enable testsuite

OBS-URL: https://build.opensuse.org/request/show/313816
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=175
2015-06-26 10:21:30 +00:00
f837494b39 Accepting request 313689 from home:scarabeus_iv:branches:server:database
- Update to 10.0.20:
  https://mariadb.com/kb/en/mariadb/mariadb-10020-release-notes/
- Sync the package to git state, redoing initscripts to be more
  robust

OBS-URL: https://build.opensuse.org/request/show/313689
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=174
2015-06-25 13:57:47 +00:00
Martin Pluskal
2b6130dcbe Accepting request 313281 from home:scarabeus_iv:branches:server:database
- Update to 10.0.19, sync to git state of repository:
  https://mariadb.com/kb/en/mariadb/mariadb-10019-release-notes/

OBS-URL: https://build.opensuse.org/request/show/313281
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=173
2015-06-23 13:23:57 +00:00
Michal Hrusecky (old before rename to _miska_)
f37a164df2 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=171
2015-04-14 10:38:26 +00:00
Michal Hrusecky (old before rename to _miska_)
476e720435 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=170
2015-04-14 10:29:38 +00:00
Michal Hrusecky (old before rename to _miska_)
a321e573df test
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=169
2015-04-14 10:16:23 +00:00
Michal Hrusecky (old before rename to _miska_)
055208ab6f - disable optional features for mariadb
* still possible to use them from mariadb_100 package

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=168
2015-04-14 08:23:34 +00:00
Michal Hrusecky (old before rename to _miska_)
b6653d8e22 - Updated to the version 10.0.17
* Release notes:
    http://kb.askmonty.org/v/mariadb-10017-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-10017-changelog
- merged patches to packaging git and regenerated
  * few fixes mainly to upgrades

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=166
2015-03-03 08:15:49 +00:00
Michal Hrusecky (old before rename to _miska_)
3b44ff4ed0 - run spec cleaner on spec
- update to 10.0.15
  * Release notes:
    http://kb.askmonty.org/v/mariadb-10015-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-10015-changelog
- conditionally enable more storage engines
- updated packaging to the latest templates

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=161
2014-12-06 13:56:41 +00:00
Michal Hrusecky (old before rename to _miska_)
28d04d0271 Accepting request 260534 from home:Ledest:misc
fix bashism in posttrans script

OBS-URL: https://build.opensuse.org/request/show/260534
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=160
2014-11-14 19:24:46 +00:00
Michal Hrusecky (old before rename to _miska_)
0604d57c91 - update to 10.0.14
* Release notes:
    http://kb.askmonty.org/v/mariadb-10014-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-10014-changelog
- fix build thanks to pull request from Andreas Schwab

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=159
2014-10-09 17:01:55 +00:00
Michal Hrusecky (old before rename to _miska_)
9e16149673 - some CentOS/Fedora compatibility
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=158
2014-09-24 12:58:01 +00:00
Michal Hrusecky (old before rename to _miska_)
7be5b15fc6 - systemd not depending on SUSE version anymore
- fixing build on distributions with %docdir != %datadir/doc/%name

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=157
2014-09-24 09:38:23 +00:00
Michal Hrusecky (old before rename to _miska_)
2d950ab471 - Get rid of error during update
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=156
2014-09-19 17:45:25 +00:00
Michal Hrusecky (old before rename to _miska_)
cc480b61e6 - Little polishing of rc script
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=155
2014-09-16 06:39:59 +00:00
Michal Hrusecky (old before rename to _miska_)
c857b769f2 Accepting request 247406 from home:kstreitova:branches:server:database
- bnc#894479: fix URL (changed from "http://www.mariab.org" to 
  	      "https://www.mariadb.org") 
- README.SuSE renamed to README.SUSE

OBS-URL: https://build.opensuse.org/request/show/247406
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=154
2014-09-03 13:09:43 +00:00
Michal Hrusecky (old before rename to _miska_)
fb43310ffe - Update to 10.0.13
* Release notes:
    http://kb.askmonty.org/v/mariadb-10013-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-10013-changelog

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=151
2014-08-18 17:44:17 +00:00
Michal Hrusecky (old before rename to _miska_)
3e106af254 - Update to 10.0.12
* Release notes:
    http://kb.askmonty.org/v/mariadb-10012-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-10012-changelog
- Not chowning datadir

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=150
2014-07-02 21:56:36 +00:00
Factory Maintainer
90d006a320 Accepting request 237495 from openSUSE:Factory:Staging:B
- switch from buildrequire systemd to pkgconfig(systemd) to avoid cycles

OBS-URL: https://build.opensuse.org/request/show/237495
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=149
2014-06-16 10:16:35 +00:00
Michal Hrusecky (old before rename to _miska_)
3b1ee643d8 polish
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=148
2014-05-23 10:52:59 +00:00
Michal Hrusecky (old before rename to _miska_)
b324957121 better merge
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=147
2014-05-23 08:06:28 +00:00
Michal Hrusecky (old before rename to _miska_)
178f6407c7 - Updating to 10.0 branch of MariaDB
* https://mariadb.com/kb/en/what-is-mariadb-100/
- Many additional fixes like basic systemd support

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=145
2014-05-23 07:29:50 +00:00
Christos Gourdoupis
6ae207407d Accepting request 233818 from home:coolo:branches:openSUSE:Factory
- use %_rundir if available

OBS-URL: https://build.opensuse.org/request/show/233818
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=144
2014-05-14 17:52:29 +00:00
Sascha Peilicke
08ce036650 Accepting request 206812 from home:klaussfreire:branches:server:database
Fix bnc#829430 by moving .so into libmysqlclient(_r)?18 subpackages. rpmlint's warnings about them being devel files are bogus, but badness was over the limit, so fixed another rpmlint warning about bad shebangs in bench.

OBS-URL: https://build.opensuse.org/request/show/206812
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=143
2013-12-11 11:03:05 +00:00
Sascha Peilicke
2b08478db7 Accepting request 200169 from home:BenniBrunner:branches:server:database
During the testing of the openSUSE update, Jiri Slaby found an issue that a requirement of libmysqlclient18 in the subpackage libmysqlclient_r18 is missing. This should be fixed with this commit (also fixed in the running updates). bnc#841709

OBS-URL: https://build.opensuse.org/request/show/200169
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=142
2013-09-26 08:56:26 +00:00
Michal Hrusecky (old before rename to _miska_)
d01f3661e4 merge
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=138
2013-09-19 07:25:31 +00:00
Michal Hrusecky (old before rename to _miska_)
ce964caa09 - fixed commenting out of incompatible options
- updated to MariaDB 5.5.32
  * Release notes:
    http://kb.askmonty.org/v/mariadb-5532-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-5532-changelog
  * not using TokuDB and jmalloc

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=136
2013-09-18 21:34:55 +00:00
Michal Hrusecky (old before rename to _miska_)
9e2f158d0c merge
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=134
2013-08-30 09:26:18 +00:00
Michal Hrusecky (old before rename to _miska_)
6acdee27dc - fix includedir in configuration file
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=132
2013-08-21 12:53:18 +00:00
Michal Hrusecky (old before rename to _miska_)
9cefabf9c7 - merge latest packaging fixes
* better handling of libdir
  * more cautious upgrades

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=128
2013-08-12 10:27:00 +00:00
Michal Hrusecky (old before rename to _miska_)
65a3f5a790 merge
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=125
2013-07-30 20:06:56 +00:00
Michal Hrusecky (old before rename to _miska_)
092ba47173 update
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=118
2013-07-23 09:04:35 +00:00
Michal Hrusecky (old before rename to _miska_)
d55af5babd - enable support for libaio (bnc#796164)
- better rights for logdir (bnc#789263)

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=117
2013-06-06 13:23:51 +00:00
Michal Hrusecky (old before rename to _miska_)
a4c6753144 - Moving directory with configuration to upstream default
(/etc/mysql -> /etc/my.cnf.d)

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=116
2013-06-05 08:49:48 +00:00
Michal Hrusecky (old before rename to _miska_)
7a87f6626a - New default config file
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=115
2013-06-05 05:52:53 +00:00
Michal Hrusecky (old before rename to _miska_)
d8d8adffcd - updated to MariaDB 5.5.31
* Release notes:
    http://kb.askmonty.org/v/mariadb-5531-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-5531-changelog
- cleanups in upgrade procedure

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=114
2013-05-24 07:08:53 +00:00
Michal Hrusecky (old before rename to _miska_)
025ecbc1ed update
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=113
2013-03-26 12:57:24 +00:00
Sascha Peilicke
2bdbfaa140 Accepting request 158708 from home:tpaszkowski:db
- systemd awareness for openSUSE >= 12.1

OBS-URL: https://build.opensuse.org/request/show/158708
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=111
2013-03-15 08:54:20 +00:00
Michal Hrusecky (old before rename to _miska_)
2f1557dce0 format spec file
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=107
2013-02-04 16:08:57 +00:00
Michal Hrusecky (old before rename to _miska_)
258e8dc4e2 - updated to MariaDB 5.5.29
* Release notes:
    http://kb.askmonty.org/v/mariadb-5529-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-5529-changelog
  * fixes following CVEs:
    CVE-2012-5611, CVE-2012-5627, CVE-2012-5615, CVE-2012-5612

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=106
2013-02-03 14:37:10 +00:00
Sascha Peilicke
e3b9ea1771 Accepting request 150128 from home:msmeissn:branches:server:database
- require the errormessage rpm in libmysqld too
  for embedded usage like in AmaRoK.

OBS-URL: https://build.opensuse.org/request/show/150128
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=104
2013-01-28 13:19:19 +00:00
Michal Hrusecky (old before rename to _miska_)
063c9edb0e - making MariaDB default
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=101
2013-01-17 08:17:25 +00:00
Michal Hrusecky (old before rename to _miska_)
ecaa49dbfd - updated to MariaDB 5.5.28a
* Release notes:
    http://kb.askmonty.org/v/mariadb-5528a-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-5528a-changelog
  * fixes CVE-2012-5611 (bnc#792444)
  * fixes CVE-2012-4414 (bnc#779476)

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=100
2013-01-04 11:55:07 +00:00
Michal Hrusecky (old before rename to _miska_)
f48c1cb015 - updated to MariaDB 5.5.28
* Release notes:
    http://kb.askmonty.org/v/mariadb-5527-release-notes
    http://kb.askmonty.org/v/mariadb-5528-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-5527-changelog
    http://kb.askmonty.org/v/mariadb-5528-changelog

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=97
2012-10-31 22:10:32 +00:00
Michal Hrusecky (old before rename to _miska_)
362bba323d changes
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=93
2012-07-02 12:29:26 +00:00
Michal Hrusecky (old before rename to _miska_)
8519420d13 template rewrite
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=90
2012-06-25 13:27:59 +00:00
Michal Hrusecky (old before rename to _miska_)
43b30ed18a - splitted out error messages and put them into diferent directory
- updated to MariaDB 5.5.25
  * Release notes:
    http://kb.askmonty.org/v/mariadb-5525-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-5525-changelog
- updated to MariaDB 5.5.24

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=89
2012-06-25 12:08:16 +00:00
Michal Hrusecky (old before rename to _miska_)
2333ec5a99 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=87
2012-06-19 14:26:01 +00:00
Michal Hrusecky (old before rename to _miska_)
ab2e5da063 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=85
2012-06-19 11:49:30 +00:00
Michal Hrusecky (old before rename to _miska_)
916d8f8040 - updated to MariaDB 5.3.6
* Release notes:
    http://kb.askmonty.org/v/mariadb-5524-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-5524-changelog

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=84
2012-06-19 11:48:59 +00:00
Michal Hrusecky (old before rename to _miska_)
7c7ed7d3df Accepting request 124326 from home:achaios:branches:server:database
dialog is a client side plugin. It is loaded automatically by the client library. Installing it on a client machine should not pull the entire server package.

OBS-URL: https://build.opensuse.org/request/show/124326
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=82
2012-06-12 07:21:22 +00:00
Michal Hrusecky (old before rename to _miska_)
41a088aa08 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=77
2012-04-15 12:51:13 +00:00
Michal Hrusecky (old before rename to _miska_)
52ce812dff - migrated to MariaDB 5.5.23, see:
http://kb.askmonty.org/en/what-is-mariadb-55
  http://kb.askmonty.org/en/release-notes-mariadb-55-series
  http://kb.askmonty.org/en/changelogs-mariadb-55-series

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=76
2012-04-15 09:06:13 +00:00
Michal Hrusecky (old before rename to _miska_)
137276621e update
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=74
2012-04-10 09:53:56 +00:00
Michal Hrusecky (old before rename to _miska_)
c2c86d2ee0 update
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=71
2012-03-12 16:06:36 +00:00
Michal Hrusecky (old before rename to _miska_)
f098796bc2 - updated license to conform new policy
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=69
2012-02-18 08:26:22 +00:00
Michal Hrusecky (old before rename to _miska_)
bd015e052f - adding /ush/share/aclocal in files
- renaming *-debug package to *-debug-version to avoid conflicts

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=63
2012-01-30 13:38:58 +00:00
Michal Hrusecky (old before rename to _miska_)
40aba2a457 missing buildrequires
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=61
2012-01-30 08:14:48 +00:00
Michal Hrusecky (old before rename to _miska_)
bf754ba920 - migrated to the new common template
- updated to MariaDB 5.2.10
  * Release notes:
    http://kb.askmonty.org/v/mariadb-5210-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-5210-changelog

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=60
2011-12-08 09:43:01 +00:00
Stephan Kulow
2a8c3926bf Accepting request 93219 from home:coolo:removelibtool
add libtool to buildrequires

OBS-URL: https://build.opensuse.org/request/show/93219
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=59
2011-11-25 14:21:53 +00:00
Stephan Kulow
b8c0292c1d Accepting request 89946 from home:bkutil:mysql_test
Fixes bnc#727706.

Fixed .changes as requested.

OBS-URL: https://build.opensuse.org/request/show/89946
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=57
2011-11-03 12:11:27 +00:00
Michal Hrusecky (old before rename to _miska_)
44ce241bbf - re-adding static mysql user id
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=54
2011-10-18 12:28:51 +00:00
Michal Hrusecky (old before rename to _miska_)
01662309bf update
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=53
2011-10-03 12:02:00 +00:00
Michal Hrusecky (old before rename to _miska_)
ae457bcb49 - updated to MariaDB 5.2.8
* Release notes:
    http://kb.askmonty.org/v/mariadb-528-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-528-changelog

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=51
2011-08-24 14:30:17 +00:00
OBS User buildservice-autocommit
ad017c0314 Updating link to change in openSUSE:Factory/mariadb revision 7.0
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=40c776c086307ebe3ea06e481be2ca10
2011-08-17 07:42:39 +00:00
Michal Hrusecky (old before rename to _miska_)
321f5bda13 - requiring %{version} and not %{srv_vers}
- dependencies are resolvable now

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=47
2011-07-27 11:56:09 +00:00
Michal Hrusecky (old before rename to _miska_)
0fc42a3fb2 Accepting request 76337 from home:elvigia:branches:server:database
- Fix strict-aliasing warnings
- allow using the "pool of threads" feature that requires libevent

OBS-URL: https://build.opensuse.org/request/show/76337
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=46
2011-07-26 14:30:07 +00:00
Michal Hrusecky (old before rename to _miska_)
0a0e43f97f - updated to MariaDB 5.2.7
* Release notes:
    http://kb.askmonty.org/v/mariadb-527-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-527-changelog

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=45
2011-06-22 17:24:32 +00:00
Michal Hrusecky (old before rename to _miska_)
76d8effedd - updated to MariaDB 5.2.6
* Release notes:
    http://kb.askmonty.org/v/mariadb-526-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-526-changelog

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=41
2011-05-16 09:42:12 +00:00
Michal Hrusecky (old before rename to _miska_)
1fccd333e3 update
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=39
2011-03-14 15:49:42 +00:00
Michal Hrusecky (old before rename to _miska_)
1ec736a975 test
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=36
2011-01-11 11:12:56 +00:00