]> git.pld-linux.org Git - packages/mysql.git/log
packages/mysql.git
11 years ago- rel 2; init now works
Elan Ruusamäe [Fri, 9 Mar 2007 14:16:19 +0000 (14:16 +0000)]
- rel 2; init now works

Changed files:
    mysql.spec -> 1.367

11 years ago- typo
Elan Ruusamäe [Fri, 9 Mar 2007 14:12:34 +0000 (14:12 +0000)]
- typo

Changed files:
    mysqld.conf -> 1.40

11 years ago- typo, duplicates
Elan Ruusamäe [Fri, 9 Mar 2007 14:11:39 +0000 (14:11 +0000)]
- typo, duplicates

Changed files:
    mysqld.conf -> 1.39

11 years ago- update to 5.1 syntax
Elan Ruusamäe [Fri, 9 Mar 2007 14:04:16 +0000 (14:04 +0000)]
- update to 5.1 syntax

Changed files:
    mysqld.conf -> 1.38

11 years ago- pass dbdir to mysql_create_system_tables (we never have at that point, this is...
Elan Ruusamäe [Fri, 9 Mar 2007 13:50:45 +0000 (13:50 +0000)]
- pass dbdir to mysql_create_system_tables (we never have at that point, this is for completeness)

Changed files:
    mysql.init -> 1.113

11 years ago- drop BASE_TABLETYPE, was bad idea
Elan Ruusamäe [Fri, 9 Mar 2007 13:44:19 +0000 (13:44 +0000)]
- drop BASE_TABLETYPE, was bad idea

Changed files:
    mysql.init -> 1.112
    mysql.sysconfig -> 1.17

11 years ago- use mysql_create_system_tables to initialize database
Elan Ruusamäe [Fri, 9 Mar 2007 13:38:30 +0000 (13:38 +0000)]
- use mysql_create_system_tables to initialize database

Changed files:
    mysql-init_db-data.sql -> 1.5
    mysql-init_db.sql -> 1.6
    mysql.init -> 1.111

11 years ago- our mysql "root" is mysql
Elan Ruusamäe [Fri, 9 Mar 2007 11:18:05 +0000 (11:18 +0000)]
- our mysql "root" is mysql

Changed files:
    mysql-create_system_tables.patch -> 1.1

11 years ago- add priv for logrotate
Elan Ruusamäe [Thu, 8 Mar 2007 15:47:58 +0000 (15:47 +0000)]
- add priv for logrotate

Changed files:
    mysql-init_db-data.sql -> 1.4

11 years ago- mysqldump mysql --no-create-info -O extended-insert=false | grep INSERT | sed ...
Elan Ruusamäe [Thu, 8 Mar 2007 15:44:59 +0000 (15:44 +0000)]
- mysqldump mysql --no-create-info -O extended-insert=false | grep INSERT | sed -e 's,root,mysql,' | sed -e '/mysql/{p;s/localhost/$hostname/}'

Changed files:
    mysql-init_db-data.sql -> 1.3

11 years ago- after creating mysql-init_db.sql with mysql_create_system_tables
Elan Ruusamäe [Thu, 8 Mar 2007 15:44:09 +0000 (15:44 +0000)]
- after creating mysql-init_db.sql with mysql_create_system_tables
- mysqldump mysql --no-create-info -O extended-insert=false | grep INSERT | sed -e 's,root,mysql,'

Changed files:
    mysql-init_db-data.sql -> 1.2

11 years ago- service mysql init (which failed)
Elan Ruusamäe [Thu, 8 Mar 2007 15:38:35 +0000 (15:38 +0000)]
- service mysql init (which failed)
- rm -rf /var/lib/mysql/mysqldb/db/mysql
- mysql-5.1.16-beta/scripts/mysql_create_system_tables real | /usr/sbin/mysqld --bootstrap --skip-grant-tables --datadir=/var/lib/mysql/mysqldb/db --user=mysql
- service mysql start
- mysqldump --no-data mysql --add-drop-table=false | sed 's/CREATE TABLE /&IF NOT EXISTS /'
- dif mysql-init_db.sql s.sql > m.patch
- edit m.patch to restore @ENGINE@ placeholders

Changed files:
    mysql-init_db.sql -> 1.5

11 years ago- ok, check for mysql.host table as previous changelog said so
Elan Ruusamäe [Thu, 8 Mar 2007 15:19:36 +0000 (15:19 +0000)]
- ok, check for mysql.host table as previous changelog said so

Changed files:
    mysql.init -> 1.110

11 years ago- detect if mysql tables creation fails by checking mysql.host table and leave mysql...
Elan Ruusamäe [Thu, 8 Mar 2007 15:19:01 +0000 (15:19 +0000)]
- detect if mysql tables creation fails by checking mysql.host table and leave mysql-init.sql on disk for later inspection

Changed files:
    mysql.init -> 1.109

11 years ago- bootstrap fails to create any tables if ENGINE=InnoDB is specified, at least 5...
Elan Ruusamäe [Thu, 8 Mar 2007 14:45:10 +0000 (14:45 +0000)]
- bootstrap fails to create any tables if ENGINE=InnoDB is specified, at least 5.1.16-beta/x86_64 inside vserver

Changed files:
    mysql.init -> 1.108

11 years ago- add $BASE_TABLETYPE
Elan Ruusamäe [Thu, 8 Mar 2007 14:44:05 +0000 (14:44 +0000)]
- add $BASE_TABLETYPE

Changed files:
    mysql.sysconfig -> 1.16

11 years ago- add mysql.err (don't remember why)
Elan Ruusamäe [Thu, 8 Mar 2007 12:14:27 +0000 (12:14 +0000)]
- add mysql.err (don't remember why)

Changed files:
    mysql.logrotate -> 1.21

11 years ago- add log-error (don't remember why)
Elan Ruusamäe [Thu, 8 Mar 2007 12:12:29 +0000 (12:12 +0000)]
- add log-error (don't remember why)

Changed files:
    mysqld.conf -> 1.37

11 years ago- update to 5.1.16 auto/th/mysql-5_1_16-1
Elan Ruusamäe [Thu, 1 Mar 2007 19:27:46 +0000 (19:27 +0000)]
- update to 5.1.16

Changed files:
    mysql.spec -> 1.366

11 years ago- typo
Elan Ruusamäe [Thu, 1 Mar 2007 18:57:50 +0000 (18:57 +0000)]
- typo

Changed files:
    mysql-libs.patch -> 1.16

11 years ago- update to 5.1.16
Elan Ruusamäe [Thu, 1 Mar 2007 18:54:27 +0000 (18:54 +0000)]
- update to 5.1.16

Changed files:
    mysql-libs.patch -> 1.15

11 years ago- Fixed install script: man pages are not compressed yet there. auto/th/mysql-5_1_15-1
qrczak [Mon, 19 Feb 2007 14:12:03 +0000 (14:12 +0000)]
- Fixed install script: man pages are not compressed yet there.

Changed files:
    mysql.spec -> 1.365

11 years ago- tabs in preamble
Elan Ruusamäe [Tue, 13 Feb 2007 07:16:49 +0000 (07:16 +0000)]
- tabs in preamble

Changed files:
    mysql.spec -> 1.364

11 years ago- converted to UTF-8
Jan Rękorajski [Mon, 12 Feb 2007 00:49:09 +0000 (00:49 +0000)]
- converted to UTF-8

Changed files:
    mysql.spec -> 1.363

11 years ago- builds ok, therefore rel 1
Elan Ruusamäe [Fri, 9 Feb 2007 17:11:39 +0000 (17:11 +0000)]
- builds ok, therefore rel 1

Changed files:
    mysql.spec -> 1.362

11 years ago- outdated
Elan Ruusamäe [Fri, 9 Feb 2007 15:58:51 +0000 (15:58 +0000)]
- outdated

Changed files:
    mysql-bug-16634.patch -> 1.2
    mysql-bug-22807.patch -> 1.2

11 years ago- 5.1.15
Elan Ruusamäe [Fri, 9 Feb 2007 15:58:33 +0000 (15:58 +0000)]
- 5.1.15

Changed files:
    mysql.spec -> 1.361

11 years ago- added fix for bug #24747 (from: http://lists.mysql.com/commits/17414) auto/th/mysql-5_1_14-3
zergin [Sat, 3 Feb 2007 17:47:33 +0000 (17:47 +0000)]
- added fix for bug #24747 (from: http://lists.mysql.com/commits/17414)
- added missing BR:doxygen (faild build on docs)
- builds & works w/o errors on Th x86_64
- rel: 2 => 3, STBR

Changed files:
    mysql.spec -> 1.360

11 years ago- fix for bug#24747
zergin [Sat, 3 Feb 2007 17:38:52 +0000 (17:38 +0000)]
- fix for bug#24747

Changed files:
    mysql-bug-24747.patch -> 1.1

11 years ago- drop unneded part
Arkadiusz Miśkiewicz [Sat, 30 Dec 2006 12:57:46 +0000 (12:57 +0000)]
- drop unneded part

Changed files:
    mysql-alpha.patch -> 1.4

11 years ago- fix ssl issues
Arkadiusz Miśkiewicz [Fri, 29 Dec 2006 14:35:28 +0000 (14:35 +0000)]
- fix ssl issues

Changed files:
    mysql-bug-24148.patch -> 1.1

11 years ago- rel 2; doc dropped auto/th/mysql-5_1_14-2
Arkadiusz Miśkiewicz [Fri, 22 Dec 2006 15:46:52 +0000 (15:46 +0000)]
- rel 2; doc dropped

Changed files:
    mysql.spec -> 1.359

11 years ago- rel 1; doc/bench subpackages are back auto/th/mysql-5_1_14-1
Arkadiusz Miśkiewicz [Thu, 21 Dec 2006 23:16:20 +0000 (23:16 +0000)]
- rel 1; doc/bench subpackages are back

Changed files:
    mysql.spec -> 1.358

11 years ago- more bugfixes auto/th/mysql-5_1_14-0_1
Arkadiusz Miśkiewicz [Sat, 16 Dec 2006 21:48:26 +0000 (21:48 +0000)]
- more bugfixes

Changed files:
    mysql.spec -> 1.357

11 years ago- new
Arkadiusz Miśkiewicz [Sat, 16 Dec 2006 21:35:38 +0000 (21:35 +0000)]
- new

Changed files:
    mysql-bug-18156.patch -> 1.1
    mysql-bug-22807.patch -> 1.1

11 years ago- fix mysql bug #16634
Arkadiusz Miśkiewicz [Sat, 16 Dec 2006 21:23:01 +0000 (21:23 +0000)]
- fix mysql bug #16634

Changed files:
    mysql.spec -> 1.356

11 years ago- fix segfault on mysql_upgrade
Arkadiusz Miśkiewicz [Sat, 16 Dec 2006 21:22:05 +0000 (21:22 +0000)]
- fix segfault on mysql_upgrade

Changed files:
    mysql-bug-16634.patch -> 1.1

11 years ago- monit merge dropped
Arkadiusz Miśkiewicz [Sat, 16 Dec 2006 20:56:50 +0000 (20:56 +0000)]
- monit merge dropped

Changed files:
    mysql.spec -> 1.355

11 years ago- merge from DEVEL
Arkadiusz Miśkiewicz [Sat, 16 Dec 2006 20:30:19 +0000 (20:30 +0000)]
- merge from DEVEL

Changed files:
    mysql.init -> 1.107

11 years ago- drop BDB configs; BDB support dropped upstream
Arkadiusz Miśkiewicz [Sat, 16 Dec 2006 20:27:39 +0000 (20:27 +0000)]
- drop BDB configs; BDB support dropped upstream

Changed files:
    mysqld.conf -> 1.36

11 years ago- merge from DEVEL
Arkadiusz Miśkiewicz [Sat, 16 Dec 2006 20:24:52 +0000 (20:24 +0000)]
- merge from DEVEL

Changed files:
    mysql-fix_privilege_tables.patch -> 1.8
    mysql.spec -> 1.354

11 years ago- introduce some completion logic so you could call
Elan Ruusamäe [Wed, 13 Dec 2006 14:07:48 +0000 (14:07 +0000)]
- introduce some completion logic so you could call
  # service mysql restart work
  if you have in `/etc/mysql/clusters.conf':
  work.conf=/var/lib/mysql/work

Changed files:
    mysql.init -> 1.106

11 years ago- update to 5.1.14
Elan Ruusamäe [Wed, 13 Dec 2006 10:11:12 +0000 (10:11 +0000)]
- update to 5.1.14

Changed files:
    mysql-upgrade.patch -> 1.2

11 years agologrotate error.err log file, too
Arkadiusz Miśkiewicz [Fri, 8 Dec 2006 10:12:21 +0000 (10:12 +0000)]
logrotate error.err log file, too

Changed files:
    mysql.logrotate -> 1.20

11 years agoSome default logfiles.
Arkadiusz Miśkiewicz [Fri, 8 Dec 2006 10:11:36 +0000 (10:11 +0000)]
Some default logfiles.

Changed files:
    mysqld.conf -> 1.35

11 years ago- rel 3 auto/th/mysql-5_0_27-3
Arkadiusz Miśkiewicz [Tue, 28 Nov 2006 23:40:30 +0000 (23:40 +0000)]
- rel 3

Changed files:
    mysql.spec -> 1.353

11 years ago- some more options
Elan Ruusamäe [Tue, 28 Nov 2006 14:06:35 +0000 (14:06 +0000)]
- some more options

Changed files:
    mysqld.conf -> 1.34

11 years ago- moved .monitrc to monit-rc-mysql.spec; release 2
Jakub Bogusz [Tue, 21 Nov 2006 12:29:32 +0000 (12:29 +0000)]
- moved .monitrc to monit-rc-mysql.spec; release 2

Changed files:
    mysql.spec -> 1.352

11 years ago- don't use %{without ...}, it may not work after inverting bcond
sparky [Mon, 13 Nov 2006 15:01:54 +0000 (15:01 +0000)]
- don't use %{without ...}, it may not work after inverting bcond

Changed files:
    mysql.spec -> 1.351

11 years ago- allow custom table type for some tables (info taken from mysql.init r1.105)
Elan Ruusamäe [Fri, 3 Nov 2006 12:46:33 +0000 (12:46 +0000)]
- allow custom table type for some tables (info taken from mysql.init r1.105)

Changed files:
    mysql-init_db.sql -> 1.4

11 years ago- looks like typo
Elan Ruusamäe [Fri, 3 Nov 2006 12:36:41 +0000 (12:36 +0000)]
- looks like typo

Changed files:
    mysql-NDB_CXXFLAGS.patch -> 1.1

11 years ago- extracted from mysql.init
Elan Ruusamäe [Thu, 2 Nov 2006 12:14:08 +0000 (12:14 +0000)]
- extracted from mysql.init

Changed files:
    mysql-init_db-data.sql -> 1.1

11 years ago- space cosmetic
Elan Ruusamäe [Thu, 2 Nov 2006 12:08:09 +0000 (12:08 +0000)]
- space cosmetic

Changed files:
    mysql-init_db.sql -> 1.3

11 years ago- subst in vim: :%s#CREATE TABLE #& IF NOT EXISTS #
Elan Ruusamäe [Thu, 2 Nov 2006 12:07:45 +0000 (12:07 +0000)]
- subst in vim: :%s#CREATE TABLE #& IF NOT EXISTS #

Changed files:
    mysql-init_db.sql -> 1.2

11 years ago- produced using mysqldump --no-data mysql --add-drop-table=false>mysql-init_db.sql
Elan Ruusamäe [Thu, 2 Nov 2006 12:06:30 +0000 (12:06 +0000)]
- produced using mysqldump --no-data mysql --add-drop-table=false>mysql-init_db.sql

Changed files:
    mysql-init_db.sql -> 1.1

11 years ago- add default basedir value and mysql root is mysql
Elan Ruusamäe [Wed, 1 Nov 2006 18:40:37 +0000 (18:40 +0000)]
- add default basedir value and mysql root is mysql

Changed files:
    mysql-upgrade.patch -> 1.1

11 years ago- 5.0.27 (fixes ABI incompatability introduced in 5.0.26) auto/ac/mysql-5_0_27-1 auto/th/mysql-5_0_27-1
Elan Ruusamäe [Mon, 30 Oct 2006 19:19:20 +0000 (19:19 +0000)]
- 5.0.27 (fixes ABI incompatability introduced in 5.0.26)

Changed files:
    mysql.spec -> 1.350

11 years ago- base tables need to be MyISAM
Arkadiusz Miśkiewicz [Tue, 24 Oct 2006 07:50:39 +0000 (07:50 +0000)]
- base tables need to be MyISAM

Changed files:
    mysql.init -> 1.105

11 years ago- if built without InnoDB then create MyISAM base tables.
Arkadiusz Miśkiewicz [Tue, 24 Oct 2006 07:46:25 +0000 (07:46 +0000)]
- if built without InnoDB then create MyISAM base tables.

Changed files:
    mysql.spec -> 1.349

11 years agocreate by default innodb table
Arkadiusz Miśkiewicz [Tue, 24 Oct 2006 07:44:59 +0000 (07:44 +0000)]
create by default innodb table

Changed files:
    mysql.init -> 1.104

11 years ago- use @clusterdir@ placeholder
Elan Ruusamäe [Sun, 22 Oct 2006 20:50:33 +0000 (20:50 +0000)]
- use @clusterdir@ placeholder

Changed files:
    mysql.init -> 1.103
    mysqld.conf -> 1.33

11 years ago- use real socket not symlink
Elan Ruusamäe [Sun, 22 Oct 2006 20:47:12 +0000 (20:47 +0000)]
- use real socket not symlink

Changed files:
    mysqld.conf -> 1.32

11 years ago- use functions
Elan Ruusamäe [Sat, 21 Oct 2006 12:45:42 +0000 (12:45 +0000)]
- use functions

Changed files:
    mysql-ndb-cpc.init -> 1.3
    mysql-ndb-mgm.init -> 1.3
    mysql-ndb.init -> 1.3

11 years ago- duplicate delay-key-write-for-all-tables
Elan Ruusamäe [Fri, 20 Oct 2006 17:34:00 +0000 (17:34 +0000)]
- duplicate delay-key-write-for-all-tables

Changed files:
    mysqld.conf -> 1.31

11 years ago- add log-slave-updates
Elan Ruusamäe [Fri, 20 Oct 2006 17:33:14 +0000 (17:33 +0000)]
- add log-slave-updates

Changed files:
    mysqld.conf -> 1.30

11 years ago- configured innodb variables (defaults copied from mysql status). ibbackup needs...
Elan Ruusamäe [Fri, 20 Oct 2006 17:04:49 +0000 (17:04 +0000)]
- configured innodb variables (defaults copied from mysql status). ibbackup needs them being defined

Changed files:
    mysqld.conf -> 1.29

11 years ago- rel 4
Arkadiusz Miśkiewicz [Fri, 13 Oct 2006 20:01:40 +0000 (20:01 +0000)]
- rel 4

Changed files:
    mysql.spec -> 1.348

11 years ago- rel 3
Arkadiusz Miśkiewicz [Fri, 13 Oct 2006 12:06:37 +0000 (12:06 +0000)]
- rel 3

Changed files:
    mysql.spec -> 1.347

11 years ago- fix alpha build (qboosh)
Arkadiusz Miśkiewicz [Fri, 13 Oct 2006 12:05:43 +0000 (12:05 +0000)]
- fix alpha build (qboosh)

Changed files:
    mysql-alpha.patch -> 1.3

11 years ago- use functions for start and stop to speedup restart
Elan Ruusamäe [Thu, 12 Oct 2006 21:32:38 +0000 (21:32 +0000)]
- use functions for start and stop to speedup restart

Changed files:
    mysql.init -> 1.102

11 years ago- optimize and cleanups
Elan Ruusamäe [Thu, 12 Oct 2006 21:30:59 +0000 (21:30 +0000)]
- optimize and cleanups

Changed files:
    mysql.init -> 1.101

11 years ago- describe $MYSQL_OPTIONS
Elan Ruusamäe [Thu, 12 Oct 2006 21:18:23 +0000 (21:18 +0000)]
- describe $MYSQL_OPTIONS

Changed files:
    mysql.sysconfig -> 1.15

11 years ago- rel 2: fixed alpha patch auto/ac/mysql-5_0_26-2
Elan Ruusamäe [Tue, 10 Oct 2006 21:38:39 +0000 (21:38 +0000)]
- rel 2: fixed alpha patch

Changed files:
    mysql.spec -> 1.346

11 years ago- updated to 5.0.26
Elan Ruusamäe [Tue, 10 Oct 2006 21:36:48 +0000 (21:36 +0000)]
- updated to 5.0.26

Changed files:
    mysql-sql-cxx-pic.patch -> 1.2

11 years ago- drop "-p" from banne
Paweł Gołaszewski [Tue, 10 Oct 2006 18:28:51 +0000 (18:28 +0000)]
- drop "-p" from banne

Changed files:
    mysql.init -> 1.100

11 years ago- outdated
Elan Ruusamäe [Tue, 10 Oct 2006 16:42:38 +0000 (16:42 +0000)]
- outdated

Changed files:
    mysql-test_bug17667.patch -> 1.2

11 years ago- updated to 5.0.26 auto/ac/mysql-5_0_26-1 auto/th/mysql-5_0_26-1
Elan Ruusamäe [Tue, 10 Oct 2006 16:42:20 +0000 (16:42 +0000)]
- updated to 5.0.26

Changed files:
    mysql.spec -> 1.345

11 years ago- merged comments from official config
Elan Ruusamäe [Thu, 28 Sep 2006 21:52:31 +0000 (21:52 +0000)]
- merged comments from official config

Changed files:
    mysqld.conf -> 1.28

11 years ago- updated URL
Elan Ruusamäe [Thu, 28 Sep 2006 21:40:24 +0000 (21:40 +0000)]
- updated URL

Changed files:
    mysql.spec -> 1.344

11 years ago- add log-slow-queries sample
Elan Ruusamäe [Thu, 28 Sep 2006 21:29:34 +0000 (21:29 +0000)]
- add log-slow-queries sample

Changed files:
    mysqld.conf -> 1.27

11 years ago- skip-locking is enabled upstream for linux platform
Elan Ruusamäe [Thu, 28 Sep 2006 21:24:13 +0000 (21:24 +0000)]
- skip-locking is enabled upstream for linux platform

Changed files:
    mysqld.conf -> 1.26

11 years ago- use /sbin/service
Elan Ruusamäe [Tue, 26 Sep 2006 18:43:06 +0000 (18:43 +0000)]
- use /sbin/service

Changed files:
    mysql.logrotate -> 1.19

11 years ago- fill_help_tables.sql moved to datadir and moved to init; rel 4 auto/ac/mysql-5_0_24a-4
Elan Ruusamäe [Wed, 13 Sep 2006 10:51:14 +0000 (10:51 +0000)]
- fill_help_tables.sql moved to datadir and moved to init; rel 4

Changed files:
    mysql.spec -> 1.343

11 years ago- typo
Elan Ruusamäe [Wed, 13 Sep 2006 09:51:59 +0000 (09:51 +0000)]
- typo

Changed files:
    mysql.init -> 1.99

11 years ago- note about help tables in "init" (not in %banner)
Elan Ruusamäe [Wed, 13 Sep 2006 09:51:34 +0000 (09:51 +0000)]
- note about help tables in "init" (not in %banner)

Changed files:
    mysql.init -> 1.98

11 years ago- fix path to libs in mysql_config, release 3 auto/th/mysql-5_0_24a-3
Artur Frysiak [Mon, 11 Sep 2006 17:35:05 +0000 (17:35 +0000)]
- fix path to libs in mysql_config, release 3

Changed files:
    mysql.spec -> 1.342

11 years ago- rel 2 (rebuild with fixed %useradd/%groupadd macros) auto/ac/mysql-5_0_24a-2
Elan Ruusamäe [Fri, 8 Sep 2006 18:03:19 +0000 (18:03 +0000)]
- rel 2 (rebuild with fixed %useradd/%groupadd macros)

Changed files:
    mysql.spec -> 1.341

11 years ago- add tmpdir
Elan Ruusamäe [Sun, 3 Sep 2006 10:40:45 +0000 (10:40 +0000)]
- add tmpdir

Changed files:
    mysqld.conf -> 1.25

11 years ago- 5.0.24a: resolves ABI incompatibility from 5.0.24 (spamassassin works with this... auto/ac/mysql-5_0_24a-1 auto/th/mysql-5_0_24a-1
Elan Ruusamäe [Thu, 31 Aug 2006 22:58:35 +0000 (22:58 +0000)]
- 5.0.24a: resolves ABI incompatibility from 5.0.24 (spamassassin works with this one)

Changed files:
    mysql.spec -> 1.340

11 years ago- fix for unresolved symbol (it's just a test, so doesn't matter where it resolves... auto/ac/mysql-5_0_24-2 auto/th/mysql-5_0_24-2
Elan Ruusamäe [Tue, 8 Aug 2006 00:10:24 +0000 (00:10 +0000)]
- fix for unresolved symbol (it's just a test, so doesn't matter where it resolves it from)

Changed files:
    mysql-test_bug17667.patch -> 1.1

11 years ago- test build fix
Elan Ruusamäe [Tue, 8 Aug 2006 00:09:44 +0000 (00:09 +0000)]
- test build fix
- drop libwrap patch (as there's no description what it does, and to me it seems obsolete)
- drop obsolete TODO items

Changed files:
    mysql.spec -> 1.339

11 years ago- package mysql_upgrade_shell and mysql_explain_log manual auto/th/mysql-5_0_24-1
Elan Ruusamäe [Mon, 7 Aug 2006 13:13:00 +0000 (13:13 +0000)]
- package mysql_upgrade_shell and mysql_explain_log manual

Changed files:
    mysql.spec -> 1.338

11 years ago- 5.0.24 auto/ac/mysql-5_0_24-1
Elan Ruusamäe [Mon, 7 Aug 2006 12:19:58 +0000 (12:19 +0000)]
- 5.0.24

Changed files:
    mysql.spec -> 1.337

11 years ago- updated to 5.0.24
Elan Ruusamäe [Sun, 6 Aug 2006 23:09:05 +0000 (23:09 +0000)]
- updated to 5.0.24

Changed files:
    mysql-fix_privilege_tables.patch -> 1.7
    mysql-libs.patch -> 1.14

11 years ago- security warning
havner [Thu, 3 Aug 2006 10:12:30 +0000 (10:12 +0000)]
- security warning

Changed files:
    mysql.spec -> 1.336

11 years ago- add more slave replication options auto/th/mysql-5_0_22-2
Elan Ruusamäe [Wed, 26 Jul 2006 17:06:10 +0000 (17:06 +0000)]
- add more slave replication options

Changed files:
    mysqld.conf -> 1.24

11 years ago- avoid creating mysql.sock symlink if there already exists one (even dead symlink).
Elan Ruusamäe [Fri, 14 Jul 2006 13:03:55 +0000 (13:03 +0000)]
- avoid creating mysql.sock symlink if there already exists one (even dead symlink).
- (anyone can make it simplier?)

Changed files:
    mysql.init -> 1.97

11 years ago- don't show all PIDs (clutters screen on machines with large number of
hawk [Wed, 5 Jul 2006 09:58:17 +0000 (09:58 +0000)]
- don't show all PIDs (clutters screen on machines with large number of
  clusters), show just parent PID in status line for running clusters

Changed files:
    mysql.init -> 1.96

11 years ago- fix implicit $sth close in mysqlhotcopy; rel 2 auto/ac/mysql-5_0_22-2
Elan Ruusamäe [Fri, 9 Jun 2006 16:23:12 +0000 (16:23 +0000)]
- fix implicit $sth close in mysqlhotcopy; rel 2

Changed files:
    mysql.spec -> 1.335

11 years ago- oops, call proper method
Elan Ruusamäe [Fri, 9 Jun 2006 15:46:26 +0000 (15:46 +0000)]
- oops, call proper method

Changed files:
    mysql-bug-20153.patch -> 1.2

This page took 0.261919 seconds and 4 git commands to generate.