[CVS] OpenPKG: openpkg-src/mysql6/ mysql6.patch mysql6.spec

2008-08-20 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   20-Aug-2008 09:40:20
  Branch: HEAD Handle: 2008082008401900

  Modified files:
openpkg-src/mysql6  mysql6.patch mysql6.spec

  Log:
upgrading package: mysql6 6.0.5 - 6.0.6

  Summary:
RevisionChanges Path
1.6 +16 -16 openpkg-src/mysql6/mysql6.patch
1.9 +2  -2  openpkg-src/mysql6/mysql6.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mysql6/mysql6.patch
  
  $ cvs diff -u -r1.5 -r1.6 mysql6.patch
  --- openpkg-src/mysql6/mysql6.patch   28 Jun 2008 07:39:03 -  1.5
  +++ openpkg-src/mysql6/mysql6.patch   20 Aug 2008 07:40:19 -  1.6
  @@ -1,7 +1,7 @@
   Index: include/Makefile.in
   include/Makefile.in.orig 2008-06-12 15:26:26 +0200
  -+++ include/Makefile.in  2008-06-27 23:27:03 +0200
  -@@ -416,14 +416,14 @@
  +--- include/Makefile.in.orig 2008-08-12 17:34:35 +0200
   include/Makefile.in  2008-08-20 09:13:58 +0200
  +@@ -420,14 +420,14 @@
decimal.h errmsg.h my_global.h my_net.h \
my_getopt.h sslopt-longopts.h my_dir.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
  @@ -9,7 +9,7 @@
   +m_ctype.h my_attribute.h rijndael.h sha1.h sha2.h 
my_aes.h $(HEADERS_GEN)

noinst_HEADERS = config-win.h config-netware.h lf.h my_bit.h \
  - heap.h my_bitmap.h my_uctype.h \
  + heap.h maria.h myisamchk.h my_bitmap.h my_uctype.h \
myisam.h myisampack.h myisammrg.h ft_global.h\
mysys_err.h my_base.h help_start.h help_end.h \
   -my_nosys.h my_alarm.h queues.h rijndael.h sha1.h sha2.h 
\
  @@ -20,9 +20,9 @@
mysql_version.h.in my_handler.h my_time.h \
my_vle.h my_user.h my_atomic.h atomic/nolock.h \
   Index: sql/Makefile.in
   sql/Makefile.in.orig 2008-06-12 15:26:33 +0200
  -+++ sql/Makefile.in  2008-06-27 23:31:21 +0200
  -@@ -579,7 +579,7 @@
  +--- sql/Makefile.in.orig 2008-08-12 17:34:43 +0200
   sql/Makefile.in  2008-08-20 09:11:29 +0200
  +@@ -586,7 +586,7 @@
$(top_builddir)/strings/libmystrings.a

mysqld_DEPENDENCIES = @mysql_plugin_libs@ $(SUPPORTING_LIBS) 
backup/libbackup.la libndb.la
  @@ -32,8 +32,8 @@
@MYSQLD_EXTRA_LDFLAGS@ \
@pstack_libs@ $(libevent_libs) \
   Index: storage/falcon/BigInt.cpp
   storage/falcon/BigInt.cpp.orig   2008-06-12 15:24:42 +0200
  -+++ storage/falcon/BigInt.cpp2008-06-27 23:27:03 +0200
  +--- storage/falcon/BigInt.cpp.orig   2008-08-12 17:31:49 +0200
   storage/falcon/BigInt.cpp2008-08-20 09:11:29 +0200
   @@ -18,11 +18,7 @@
//

  @@ -47,9 +47,9 @@
#include Engine.h
#include BigInt.h
   Index: storage/falcon/Configuration.cpp
   storage/falcon/Configuration.cpp.orig2008-06-12 15:24:40 +0200
  -+++ storage/falcon/Configuration.cpp 2008-06-27 23:27:03 +0200
  -@@ -367,7 +367,7 @@
  +--- storage/falcon/Configuration.cpp.orig2008-08-12 17:31:50 +0200
   storage/falcon/Configuration.cpp 2008-08-20 09:11:29 +0200
  +@@ -368,7 +368,7 @@
availableMemory = (uint64) availableMem;
totalMemory = (uint64) physMem;

  @@ -59,8 +59,8 @@
int64 physPages = (int64)sysconf(_SC_PHYS_PAGES);
int64 avPhysPages   = (int64)sysconf(_SC_AVPHYS_PAGES);
   Index: storage/falcon/MemMgr.cpp
   storage/falcon/MemMgr.cpp.orig   2008-06-12 15:24:29 +0200
  -+++ storage/falcon/MemMgr.cpp2008-06-27 23:27:03 +0200
  +--- storage/falcon/MemMgr.cpp.orig   2008-08-12 17:31:51 +0200
   storage/falcon/MemMgr.cpp2008-08-20 09:11:29 +0200
   @@ -20,12 +20,7 @@

#include stdio.h
  @@ -75,8 +75,8 @@
#include MemMgr.h
#include Sync.h
   Index: storage/falcon/Stream.cpp
   storage/falcon/Stream.cpp.orig   2008-06-12 15:24:28 +0200
  -+++ storage/falcon/Stream.cpp2008-06-27 23:27:03 +0200
  +--- storage/falcon/Stream.cpp.orig   2008-08-12 17:31:53 +0200
   storage/falcon/Stream.cpp2008-08-20 09:11:29 +0200
   @@ -19,11 +19,7 @@

#include memory.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mysql6/mysql6.spec
  
  $ cvs diff -u -r1.8 -r1.9 mysql6.spec
  --- 

[CVS] OpenPKG: openpkg-src/mysql6/ mysql6.patch mysql6.spec

2008-06-28 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   28-Jun-2008 09:39:03
  Branch: HEAD Handle: 2008062808390300

  Modified files:
openpkg-src/mysql6  mysql6.patch mysql6.spec

  Log:
upgrading package: mysql6 6.0.4 - 6.0.5

  Summary:
RevisionChanges Path
1.5 +16 -16 openpkg-src/mysql6/mysql6.patch
1.8 +2  -2  openpkg-src/mysql6/mysql6.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mysql6/mysql6.patch
  
  $ cvs diff -u -r1.4 -r1.5 mysql6.patch
  --- openpkg-src/mysql6/mysql6.patch   8 Mar 2008 08:33:18 -   1.4
  +++ openpkg-src/mysql6/mysql6.patch   28 Jun 2008 07:39:03 -  1.5
  @@ -1,7 +1,7 @@
   Index: include/Makefile.in
   include/Makefile.in.orig 2008-02-13 13:08:18 +0100
  -+++ include/Makefile.in  2008-03-08 09:09:34 +0100
  -@@ -413,14 +413,14 @@
  +--- include/Makefile.in.orig 2008-06-12 15:26:26 +0200
   include/Makefile.in  2008-06-27 23:27:03 +0200
  +@@ -416,14 +416,14 @@
decimal.h errmsg.h my_global.h my_net.h \
my_getopt.h sslopt-longopts.h my_dir.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
  @@ -20,20 +20,20 @@
mysql_version.h.in my_handler.h my_time.h \
my_vle.h my_user.h my_atomic.h atomic/nolock.h \
   Index: sql/Makefile.in
   sql/Makefile.in.orig 2008-02-13 13:08:25 +0100
  -+++ sql/Makefile.in  2008-03-08 09:02:38 +0100
  -@@ -572,7 +572,7 @@
  +--- sql/Makefile.in.orig 2008-06-12 15:26:33 +0200
   sql/Makefile.in  2008-06-27 23:31:21 +0200
  +@@ -579,7 +579,7 @@
$(top_builddir)/strings/libmystrings.a

  - mysqld_DEPENDENCIES = @mysql_plugin_libs@ $(SUPPORTING_LIBS) libndb.la
  + mysqld_DEPENDENCIES = @mysql_plugin_libs@ $(SUPPORTING_LIBS) 
backup/libbackup.la libndb.la
   -LDADD = $(SUPPORTING_LIBS) @ZLIB_LIBS@ @NDB_SCI_LIBS@
   +LDADD = $(SUPPORTING_LIBS)
mysqld_LDADD = libndb.la \
@MYSQLD_EXTRA_LDFLAGS@ \
@pstack_libs@ $(libevent_libs) \
   Index: storage/falcon/BigInt.cpp
   storage/falcon/BigInt.cpp.orig   2008-02-13 13:06:54 +0100
  -+++ storage/falcon/BigInt.cpp2008-03-08 09:02:38 +0100
  +--- storage/falcon/BigInt.cpp.orig   2008-06-12 15:24:42 +0200
   storage/falcon/BigInt.cpp2008-06-27 23:27:03 +0200
   @@ -18,11 +18,7 @@
//

  @@ -47,9 +47,9 @@
#include Engine.h
#include BigInt.h
   Index: storage/falcon/Configuration.cpp
   storage/falcon/Configuration.cpp.orig2008-02-13 13:06:37 +0100
  -+++ storage/falcon/Configuration.cpp 2008-03-08 09:10:32 +0100
  -@@ -360,7 +360,7 @@
  +--- storage/falcon/Configuration.cpp.orig2008-06-12 15:24:40 +0200
   storage/falcon/Configuration.cpp 2008-06-27 23:27:03 +0200
  +@@ -367,7 +367,7 @@
availableMemory = (uint64) availableMem;
totalMemory = (uint64) physMem;

  @@ -59,8 +59,8 @@
int64 physPages = (int64)sysconf(_SC_PHYS_PAGES);
int64 avPhysPages   = (int64)sysconf(_SC_AVPHYS_PAGES);
   Index: storage/falcon/MemMgr.cpp
   storage/falcon/MemMgr.cpp.orig   2008-02-13 13:06:34 +0100
  -+++ storage/falcon/MemMgr.cpp2008-03-08 09:13:09 +0100
  +--- storage/falcon/MemMgr.cpp.orig   2008-06-12 15:24:29 +0200
   storage/falcon/MemMgr.cpp2008-06-27 23:27:03 +0200
   @@ -20,12 +20,7 @@

#include stdio.h
  @@ -75,8 +75,8 @@
#include MemMgr.h
#include Sync.h
   Index: storage/falcon/Stream.cpp
   storage/falcon/Stream.cpp.orig   2008-02-13 13:06:20 +0100
  -+++ storage/falcon/Stream.cpp2008-03-08 09:02:38 +0100
  +--- storage/falcon/Stream.cpp.orig   2008-06-12 15:24:28 +0200
   storage/falcon/Stream.cpp2008-06-27 23:27:03 +0200
   @@ -19,11 +19,7 @@

#include memory.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mysql6/mysql6.spec
  
  $ cvs diff -u -r1.7 -r1.8 mysql6.spec
  --- openpkg-src/mysql6/mysql6.spec8 Mar 2008 08:33:18 -   1.7
  +++ openpkg-src/mysql6/mysql6.spec28 Jun 2008 07:39:03 -  1.8
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major   6.0
  -%define   V_minor   4
  +%define   V_minor   5
   %define   V_mysql   %{V_major}.%{V_minor}-alpha
   %define   V_opkg%{V_major}.%{V_minor}
   
  @@ 

[CVS] OpenPKG: openpkg-src/mysql6/ mysql6.patch mysql6.spec

2008-03-08 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Mar-2008 09:33:20
  Branch: HEAD Handle: 2008030808331800

  Modified files:
openpkg-src/mysql6  mysql6.patch mysql6.spec

  Log:
upgrading package: mysql6 6.0.3 - 6.0.4

  Summary:
RevisionChanges Path
1.4 +28 -27 openpkg-src/mysql6/mysql6.patch
1.7 +2  -2  openpkg-src/mysql6/mysql6.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mysql6/mysql6.patch
  
  $ cvs diff -u -r1.3 -r1.4 mysql6.patch
  --- openpkg-src/mysql6/mysql6.patch   23 Nov 2007 17:13:26 -  1.3
  +++ openpkg-src/mysql6/mysql6.patch   8 Mar 2008 08:33:18 -   1.4
  @@ -1,18 +1,18 @@
   Index: include/Makefile.in
   include/Makefile.in.orig 2007-11-19 11:37:37 +0100
  -+++ include/Makefile.in  2007-11-23 11:40:45 +0100
  -@@ -396,14 +396,14 @@
  +--- include/Makefile.in.orig 2008-02-13 13:08:18 +0100
   include/Makefile.in  2008-03-08 09:09:34 +0100
  +@@ -413,14 +413,14 @@
decimal.h errmsg.h my_global.h my_net.h \
my_getopt.h sslopt-longopts.h my_dir.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
   -m_ctype.h my_attribute.h $(HEADERS_GEN)
  -+m_ctype.h my_attribute.h rijndael.h sha1.h my_aes.h 
$(HEADERS_GEN)
  ++m_ctype.h my_attribute.h rijndael.h sha1.h sha2.h 
my_aes.h $(HEADERS_GEN)

  - noinst_HEADERS = config-win.h config-netware.h \
  + noinst_HEADERS = config-win.h config-netware.h lf.h my_bit.h \
heap.h my_bitmap.h my_uctype.h \
myisam.h myisampack.h myisammrg.h ft_global.h\
mysys_err.h my_base.h help_start.h help_end.h \
  --my_nosys.h my_alarm.h queues.h rijndael.h sha1.h \
  +-my_nosys.h my_alarm.h queues.h rijndael.h sha1.h sha2.h 
\
   -my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \
   +my_nosys.h my_alarm.h queues.h \
   +my_tree.h my_trie.h hash.h thr_alarm.h \
  @@ -20,9 +20,9 @@
mysql_version.h.in my_handler.h my_time.h \
my_vle.h my_user.h my_atomic.h atomic/nolock.h \
   Index: sql/Makefile.in
   sql/Makefile.in.orig 2007-11-19 11:37:46 +0100
  -+++ sql/Makefile.in  2007-11-23 11:41:34 +0100
  -@@ -515,7 +515,7 @@
  +--- sql/Makefile.in.orig 2008-02-13 13:08:25 +0100
   sql/Makefile.in  2008-03-08 09:02:38 +0100
  +@@ -572,7 +572,7 @@
$(top_builddir)/strings/libmystrings.a

mysqld_DEPENDENCIES = @mysql_plugin_libs@ $(SUPPORTING_LIBS) libndb.la
  @@ -30,10 +30,10 @@
   +LDADD = $(SUPPORTING_LIBS)
mysqld_LDADD = libndb.la \
@MYSQLD_EXTRA_LDFLAGS@ \
  - @pstack_libs@ \
  + @pstack_libs@ $(libevent_libs) \
   Index: storage/falcon/BigInt.cpp
   storage/falcon/BigInt.cpp.orig   2007-11-19 11:36:36 +0100
  -+++ storage/falcon/BigInt.cpp2007-11-23 11:42:48 +0100
  +--- storage/falcon/BigInt.cpp.orig   2008-02-13 13:06:54 +0100
   storage/falcon/BigInt.cpp2008-03-08 09:02:38 +0100
   @@ -18,11 +18,7 @@
//

  @@ -47,35 +47,36 @@
#include Engine.h
#include BigInt.h
   Index: storage/falcon/Configuration.cpp
   storage/falcon/Configuration.cpp.orig2007-11-19 11:36:22 +0100
  -+++ storage/falcon/Configuration.cpp 2007-11-23 11:51:26 +0100
  -@@ -288,7 +288,7 @@
  +--- storage/falcon/Configuration.cpp.orig2008-02-13 13:06:37 +0100
   storage/falcon/Configuration.cpp 2008-03-08 09:10:32 +0100
  +@@ -360,7 +360,7 @@
  + availableMemory = (uint64) availableMem;
  + totalMemory = (uint64) physMem;

  - availableMemory *= ONE_MB;
  - */
   -#else
   +#elif defined(__linux__)
  - int32 pageSize  = sysconf(_SC_PAGESIZE);
  - //int32 physPages   = sysconf(_SC_PHYS_PAGES);
  - int32 avPhysPages   = sysconf(_SC_AVPHYS_PAGES);
  + int64 pageSize  = (int64)sysconf(_SC_PAGESIZE);
  + int64 physPages = (int64)sysconf(_SC_PHYS_PAGES);
  + int64 avPhysPages   = (int64)sysconf(_SC_AVPHYS_PAGES);
   Index: storage/falcon/MemMgr.cpp
   storage/falcon/MemMgr.cpp.orig   2007-11-19 11:36:04 +0100
  -+++ storage/falcon/MemMgr.cpp2007-11-23 11:52:18 +0100
  -@@ -19,11 +19,7 @@
  - 

[CVS] OpenPKG: openpkg-src/mysql6/ mysql6.patch mysql6.spec

2007-11-23 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Nov-2007 18:13:26
  Branch: HEAD Handle: 2007112317132600

  Modified files:
openpkg-src/mysql6  mysql6.patch mysql6.spec

  Log:
upgrading package: mysql6 6.0.2 - 6.0.3

  Summary:
RevisionChanges Path
1.3 +32 -95 openpkg-src/mysql6/mysql6.patch
1.4 +2  -2  openpkg-src/mysql6/mysql6.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mysql6/mysql6.patch
  
  $ cvs diff -u -r1.2 -r1.3 mysql6.patch
  --- openpkg-src/mysql6/mysql6.patch   5 Sep 2007 07:26:10 -   1.2
  +++ openpkg-src/mysql6/mysql6.patch   23 Nov 2007 17:13:26 -  1.3
  @@ -1,12 +1,12 @@
   Index: include/Makefile.in
   include/Makefile.in.orig 2007-08-29 20:03:49 +0200
  -+++ include/Makefile.in  2007-09-05 09:09:54 +0200
  -@@ -397,14 +397,14 @@
  +--- include/Makefile.in.orig 2007-11-19 11:37:37 +0100
   include/Makefile.in  2007-11-23 11:40:45 +0100
  +@@ -396,14 +396,14 @@
decimal.h errmsg.h my_global.h my_net.h \
my_getopt.h sslopt-longopts.h my_dir.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
  --m_ctype.h mysql/plugin.h my_attribute.h $(HEADERS_GEN)
  -+m_ctype.h mysql/plugin.h my_attribute.h rijndael.h 
sha1.h my_aes.h $(HEADERS_GEN)
  +-m_ctype.h my_attribute.h $(HEADERS_GEN)
  ++m_ctype.h my_attribute.h rijndael.h sha1.h my_aes.h 
$(HEADERS_GEN)

noinst_HEADERS = config-win.h config-netware.h \
heap.h my_bitmap.h my_uctype.h \
  @@ -16,137 +16,74 @@
   -my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \
   +my_nosys.h my_alarm.h queues.h \
   +my_tree.h my_trie.h hash.h thr_alarm.h \
  - thr_lock.h t_ctype.h violite.h md5.h base64.h \
  + thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
mysql_version.h.in my_handler.h my_time.h \
my_vle.h my_user.h my_atomic.h atomic/nolock.h \
  -Index: include/my_global.h
   include/my_global.h.orig 2007-08-29 20:02:06 +0200
  -+++ include/my_global.h  2007-09-05 09:09:54 +0200
  -@@ -1485,4 +1485,11 @@
  - /* Length of decimal number represented by INT64. */
  - #define MY_INT64_NUM_DECIMAL_DIGITS 21
  - 
  -+#ifndef max
  -+#define max(a,b) ((a) = (b) ? (a) : (b))
  -+#endif
  -+#ifndef min
  -+#define min(a,b) ((a) = (b) ? (a) : (b))
  -+#endif
  -+
  - #endif /* my_global_h */
  -Index: scripts/mysql_config.sh
   scripts/mysql_config.sh.orig 2007-08-29 20:01:48 +0200
  -+++ scripts/mysql_config.sh  2007-09-05 09:09:54 +0200
  -@@ -97,9 +97,9 @@
  - 
  - # Create options 
  - # We intentionally add a space to the beginning and end of lib strings, 
simplifies replace later
  --libs= $ldflags -L$pkglibdir -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@
  -+libs= $ldflags -L$pkglibdir -lmysqlclient -lmysys @ZLIB_DEPS@ 
@NON_THREADED_LIBS@
  - libs=$libs @openssl_libs@ @STATIC_NSS_FLAGS@ 
  --libs_r= $ldflags -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@ 
@openssl_libs@ 
  -+libs_r= $ldflags -L$pkglibdir -lmysqlclient_r -lmysys @ZLIB_DEPS@ @LIBS@ 
@openssl_libs@ 
  - embedded_libs= $ldflags -L$pkglibdir -lmysqld @ZLIB_DEPS@ @LIBS@ 
@WRAPLIBS@ @innodb_system_libs@ @openssl_libs@ 
  - 
  - cflags=-I$pkgincludedir @CFLAGS@  #note: end space!
  -Index: scripts/mysql_system_tables_data.sql
   scripts/mysql_system_tables_data.sql.orig2007-08-29 20:01:34 
+0200
  -+++ scripts/mysql_system_tables_data.sql 2007-09-05 09:09:54 +0200
  -@@ -2,15 +2,6 @@
  - -- The inital data for system tables of MySQL Server
  - --
  - 
   Fill db table with default grants for anyone to
   access database 'test' and 'test_%' if db table didn't exist
  --CREATE TEMPORARY TABLE tmp_db LIKE db;
  --INSERT INTO tmp_db VALUES 
('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');
  --INSERT INTO tmp_db VALUES 
('%','test\_%','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');
  --INSERT INTO db SELECT * FROM tmp_db WHERE @had_db_table=0;
  --DROP TABLE tmp_db;
  --
  --
  - -- Fill users table with default users allowing root access
  - -- from local machine if users table didn't exist before
  - CREATE TEMPORARY TABLE tmp_user LIKE user;
   Index: sql/Makefile.in
   sql/Makefile.in.orig 2007-08-29 

[CVS] OpenPKG: openpkg-src/mysql6/ mysql6.patch mysql6.spec

2007-09-05 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   05-Sep-2007 09:26:11
  Branch: HEAD Handle: 2007090508261000

  Modified files:
openpkg-src/mysql6  mysql6.patch mysql6.spec

  Log:
upgrading package: mysql6 6.0.0 - 6.0.2

  Summary:
RevisionChanges Path
1.2 +73 -97 openpkg-src/mysql6/mysql6.patch
1.2 +2  -2  openpkg-src/mysql6/mysql6.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mysql6/mysql6.patch
  
  $ cvs diff -u -r1.1 -r1.2 mysql6.patch
  --- openpkg-src/mysql6/mysql6.patch   20 May 2007 20:31:01 -  1.1
  +++ openpkg-src/mysql6/mysql6.patch   5 Sep 2007 07:26:10 -   1.2
  @@ -1,12 +1,12 @@
   Index: include/Makefile.in
   include/Makefile.in.orig 2007-04-26 22:28:24 +0200
  -+++ include/Makefile.in  2007-05-20 20:03:20 +0200
  -@@ -398,14 +398,14 @@
  - errmsg.h my_global.h my_net.h \
  +--- include/Makefile.in.orig 2007-08-29 20:03:49 +0200
   include/Makefile.in  2007-09-05 09:09:54 +0200
  +@@ -397,14 +397,14 @@
  + decimal.h errmsg.h my_global.h my_net.h \
my_getopt.h sslopt-longopts.h my_dir.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
  --m_ctype.h mysql/plugin.h $(HEADERS_GEN)
  -+m_ctype.h mysql/plugin.h rijndael.h sha1.h my_aes.h 
$(HEADERS_GEN)
  +-m_ctype.h mysql/plugin.h my_attribute.h $(HEADERS_GEN)
  ++m_ctype.h mysql/plugin.h my_attribute.h rijndael.h 
sha1.h my_aes.h $(HEADERS_GEN)

noinst_HEADERS = config-win.h config-netware.h \
heap.h my_bitmap.h my_uctype.h \
  @@ -17,12 +17,12 @@
   +my_nosys.h my_alarm.h queues.h \
   +my_tree.h my_trie.h hash.h thr_alarm.h \
thr_lock.h t_ctype.h violite.h md5.h base64.h \
  - mysql_version.h.in my_handler.h my_time.h decimal.h \
  + mysql_version.h.in my_handler.h my_time.h \
my_vle.h my_user.h my_atomic.h atomic/nolock.h \
   Index: include/my_global.h
   include/my_global.h.orig 2007-04-26 22:26:39 +0200
  -+++ include/my_global.h  2007-05-20 20:03:20 +0200
  -@@ -1515,4 +1515,11 @@
  +--- include/my_global.h.orig 2007-08-29 20:02:06 +0200
   include/my_global.h  2007-09-05 09:09:54 +0200
  +@@ -1485,4 +1485,11 @@
/* Length of decimal number represented by INT64. */
#define MY_INT64_NUM_DECIMAL_DIGITS 21

  @@ -35,8 +35,8 @@
   +
#endif /* my_global_h */
   Index: scripts/mysql_config.sh
   scripts/mysql_config.sh.orig 2007-04-26 22:26:26 +0200
  -+++ scripts/mysql_config.sh  2007-05-20 20:03:20 +0200
  +--- scripts/mysql_config.sh.orig 2007-08-29 20:01:48 +0200
   scripts/mysql_config.sh  2007-09-05 09:09:54 +0200
   @@ -97,9 +97,9 @@

# Create options 
  @@ -50,34 +50,66 @@

cflags=-I$pkgincludedir @CFLAGS@  #note: end space!
   Index: scripts/mysql_system_tables_data.sql
   scripts/mysql_system_tables_data.sql.orig2007-04-26 22:26:12 
+0200
  -+++ scripts/mysql_system_tables_data.sql 2007-05-20 20:03:20 +0200
  -@@ -2,10 +2,6 @@
  +--- scripts/mysql_system_tables_data.sql.orig2007-08-29 20:01:34 
+0200
   scripts/mysql_system_tables_data.sql 2007-09-05 09:09:54 +0200
  +@@ -2,15 +2,6 @@
-- The inital data for system tables of MySQL Server
--

   default grants for anyone to access database 'test' and 'test_%'
  --INSERT INTO db VALUES 
('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');
  --INSERT INTO db VALUES 
('%','test\_%','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');
  +--- Fill db table with default grants for anyone to
  +--- access database 'test' and 'test_%' if db table didn't exist
  +-CREATE TEMPORARY TABLE tmp_db LIKE db;
  +-INSERT INTO tmp_db VALUES 
('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');
  +-INSERT INTO tmp_db VALUES 
('%','test\_%','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');
  +-INSERT INTO db SELECT * FROM tmp_db WHERE @had_db_table=0;
  +-DROP TABLE tmp_db;
   -
  - -- default users allowing root access from local machine
  - INSERT INTO user VALUES