[Pkg-mysql-commits] r883 - in branches/sid-5.1/debian: . patches

Christian Hammers ch at alioth.debian.org
Tue Jun 12 00:14:51 UTC 2007


Author: ch
Date: 2007-06-12 00:14:51 +0000 (Tue, 12 Jun 2007)
New Revision: 883

Added:
   branches/sid-5.1/debian/patches/99_TEMP_rm_upstream_debian.dpatch
Removed:
   branches/sid-5.1/debian/patches/34_scripts__mysql_create_system_tables__no_root.dpatch
   branches/sid-5.1/debian/patches/70_cpuid_on_i486.dpatch
   branches/sid-5.1/debian/patches/90_TEMP_sqlparse-ifdef.dpatch
Modified:
   branches/sid-5.1/debian/changelog
   branches/sid-5.1/debian/patches/00list
   branches/sid-5.1/debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch
   branches/sid-5.1/debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch
Log:
Preparing new upstream version


Modified: branches/sid-5.1/debian/changelog
===================================================================
--- branches/sid-5.1/debian/changelog	2007-06-11 21:18:29 UTC (rev 882)
+++ branches/sid-5.1/debian/changelog	2007-06-12 00:14:51 UTC (rev 883)
@@ -1,3 +1,9 @@
+mysql-dfsg-5.1 (5.1.19beta-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Christian Hammers <ch at debian.org>  Mon, 11 Jun 2007 23:18:35 +0200
+
 mysql-dfsg-5.1 (5.1.16beta-4) experimental; urgency=high
 
   * Merged with 5.0 r850:

Modified: branches/sid-5.1/debian/patches/00list
===================================================================
--- branches/sid-5.1/debian/patches/00list	2007-06-11 21:18:29 UTC (rev 882)
+++ branches/sid-5.1/debian/patches/00list	2007-06-12 00:14:51 UTC (rev 883)
@@ -2,10 +2,8 @@
 01_MAKEFILES__Docs_Makefile.in.dpatch
 19_man__documentation_reference.dpatch
 33_scripts__mysql_create_system_tables__no_test.dpatch
-34_scripts__mysql_create_system_tables__no_root.dpatch
 37_scripts__mysqld_safe.sh__syslog.dpatch
 38_scripts__mysqld_safe.sh__signals.dpatch
 41_scripts__mysql_install_db.sh__no_test.dpatch
-70_cpuid_on_i486.dpatch
 85_ndb__staticlib.dpatch
-90_TEMP_sqlparse-ifdef.dpatch
+99_TEMP_rm_upstream_debian.dpatch

Modified: branches/sid-5.1/debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch
===================================================================
--- branches/sid-5.1/debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch	2007-06-11 21:18:29 UTC (rev 882)
+++ branches/sid-5.1/debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch	2007-06-12 00:14:51 UTC (rev 883)
@@ -9,35 +9,14 @@
 
 @DPATCH@
 
---- ./scripts/mysql_create_system_tables.sh.orig	2006-07-29 12:27:12.000000000 +0200
-+++ ./scripts/mysql_create_system_tables.sh	2006-07-29 12:30:29.000000000 +0200
-@@ -81,9 +81,6 @@ then
-   c_d="$c_d ) engine=MyISAM"
-   c_d="$c_d CHARACTER SET utf8 COLLATE utf8_bin"
-   c_d="$c_d comment='Database privileges';"
--  
--  i_d="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');"
- fi
+--- old/scripts/mysql_system_tables_data.sql	2007-06-11 23:24:10.000000000 +0200
++++ new/scripts/mysql_system_tables_data.sql	2007-06-11 23:25:07.000000000 +0200
+@@ -5,8 +5,6 @@
+ -- 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;
  
- if test ! -f $mdata/host.frm
-@@ -174,17 +171,13 @@ then
-   then
-     i_u="INSERT INTO user VALUES ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
-     INSERT INTO user VALUES ('$hostname','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
--    REPLACE INTO user VALUES ('127.0.0.1','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
--    INSERT INTO user (host,user) values ('localhost','');
--    INSERT INTO user (host,user) values ('$hostname','');"
-+    REPLACE INTO user VALUES ('127.0.0.1','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);"
-   else
-     i_u="INSERT INTO user VALUES ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);"
-     if test "$windows" = "0"
-     then
-       i_u="$i_u
--           INSERT INTO user VALUES ('$hostname','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
--           INSERT INTO user (host,user) values ('$hostname','');
--           INSERT INTO user (host,user) values ('localhost','');"
-+           INSERT INTO user VALUES ('$hostname','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);"
-     else
-       i_u="$i_u
- 	   INSERT INTO user VALUES ('localhost','','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);"

Deleted: branches/sid-5.1/debian/patches/34_scripts__mysql_create_system_tables__no_root.dpatch
===================================================================
--- branches/sid-5.1/debian/patches/34_scripts__mysql_create_system_tables__no_root.dpatch	2007-06-11 21:18:29 UTC (rev 882)
+++ branches/sid-5.1/debian/patches/34_scripts__mysql_create_system_tables__no_root.dpatch	2007-06-12 00:14:51 UTC (rev 883)
@@ -1,41 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 99-unnamed.dpatch by  <ch at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: The passwordless root account should only created on 
-## DP: initial installation.
-## DP: See http://bugs.mysql.com/bug.php?id=27783
-## DP: See http://bugs.debian.org/418672
-
- at DPATCH@
-
---- old/scripts/mysql_system_tables.sql	2007-03-20 20:12:13.000000000 +0100
-+++ new/scripts/mysql_system_tables.sql	2007-04-17 00:41:19.000000000 +0200
-@@ -12,6 +12,8 @@
- 
- CREATE TABLE IF NOT EXISTS user (   Host char(60) binary DEFAULT '' NOT NULL, User char(16) binary DEFAULT '' NOT NULL, Password char(41) character set latin1 collate latin1_bin DEFAULT '' NOT NULL, Select_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Insert_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Update_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Delete_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Create_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Drop_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Reload_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Shutdown_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Process_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, File_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Grant_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, References_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Index_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Alter_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Show_db_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Super_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Create_tmp_table_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Lock_tables_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Execute_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Repl_slave_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Repl_client_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Create_view_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Show_view_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Create_routine_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Alter_routine_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, Create_user_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL, ssl_type enum('','ANY','X509', 'SPECIFIED') COLLATE utf8_general_ci DEFAULT '' NOT NULL, ssl_cipher BLOB NOT NULL, x509_issuer BLOB NOT NULL, x509_subject BLOB NOT NULL, max_questions int(11) unsigned DEFAULT 0  NOT NULL, max_updates int(11) unsigned DEFAULT 0  NOT NULL, max_connections int(11) unsigned DEFAULT 0  NOT NULL, max_user_connections int(11) unsigned DEFAULT 0  NOT NULL, PRIMARY KEY Host (Host,User) ) engine=MyISAM CHARACTER SET utf8 COLLATE utf8_bin comment='Users and global privileges';
- 
-+-- Remember for later if user table already existed
-+set @had_user_table= @@warning_count != 0;
- 
- CREATE TABLE IF NOT EXISTS func (  name char(64) binary DEFAULT '' NOT NULL, ret tinyint(1) DEFAULT '0' NOT NULL, dl char(128) DEFAULT '' NOT NULL, type enum ('function','aggregate') COLLATE utf8_general_ci NOT NULL, PRIMARY KEY (name) ) engine=MyISAM CHARACTER SET utf8 COLLATE utf8_bin   comment='User defined functions';
- 
---- old/scripts/mysql_system_tables_data.sql	2007-04-17 00:47:11.000000000 +0200
-+++ new/scripts/mysql_system_tables_data.sql	2007-04-17 00:41:04.000000000 +0200
-@@ -2,8 +2,11 @@
- -- The inital data for system tables of MySQL Server
- --
- 
---- default users allowing root access from local machine
--INSERT INTO user VALUES ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
--REPLACE INTO user VALUES (@@hostname,'root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
--REPLACE INTO user VALUES ('127.0.0.1','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
--
-+-- 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;
-+INSERT INTO tmp_user VALUES ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
-+REPLACE INTO tmp_user VALUES (@@hostname,'root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
-+REPLACE INTO tmp_user VALUES ('127.0.0.1','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
-+INSERT INTO user SELECT * FROM tmp_user WHERE @had_user_table=0;
-+DROP TABLE tmp_user;

Modified: branches/sid-5.1/debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch
===================================================================
--- branches/sid-5.1/debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch	2007-06-11 21:18:29 UTC (rev 882)
+++ branches/sid-5.1/debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch	2007-06-12 00:14:51 UTC (rev 883)
@@ -7,16 +7,19 @@
 
 @DPATCH@
 
---- old/scripts/mysql_install_db.sh.orig	2004-12-01 01:24:01.000000000 +0100
-+++ new/scripts/mysql_install_db.sh	2004-12-01 01:26:14.000000000 +0100
-@@ -168,9 +168,8 @@
- # Create database directories mysql & test
-   if test ! -d $ldata; then mkdir $ldata; chmod 700 $ldata ; fi
-   if test ! -d $ldata/mysql; then mkdir $ldata/mysql;  chmod 700 $ldata/mysql ; fi
--  if test ! -d $ldata/test; then mkdir $ldata/test;  chmod 700 $ldata/test ; fi
-   if test -w / -a ! -z "$user"; then
--    chown $user $ldata $ldata/mysql $ldata/test;
-+    chown $user $ldata $ldata/mysql
-   fi
+--- old/scripts/mysql_install_db.sh	2007-06-11 23:31:22.000000000 +0200
++++ new/scripts/mysql_install_db.sh	2007-06-11 23:31:48.000000000 +0200
+@@ -259,12 +259,8 @@
+   mkdir $ldata/mysql;
+   chmod 700 $ldata/mysql ;
+ fi
+-if test ! -d $ldata/test; then
+-  mkdir $ldata/test;
+-  chmod 700 $ldata/test ;
+-fi
+ if test -w / -a ! -z "$user"; then
+-  chown $user $ldata $ldata/mysql $ldata/test;
++  chown $user $ldata $ldata/mysql;
+ fi
  
- # Initialize variables
+ if test -n "$user"; then

Deleted: branches/sid-5.1/debian/patches/70_cpuid_on_i486.dpatch
===================================================================
--- branches/sid-5.1/debian/patches/70_cpuid_on_i486.dpatch	2007-06-11 21:18:29 UTC (rev 882)
+++ branches/sid-5.1/debian/patches/70_cpuid_on_i486.dpatch	2007-06-12 00:14:51 UTC (rev 883)
@@ -1,34 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 99-unnamed.dpatch by  <ch at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fixes segfault on i486 cpus and clones that do not support the cpuid
-## DP: instruction. The original upstream solution did not work in 
-## DP: multi-threaded applications. Closes: #410474
-
- at DPATCH@
-
---- old/extra/yassl/taocrypt/src/misc.cpp	2007-02-20 12:49:38.000000000 -0500
-+++ new/extra/yassl/taocrypt/src/misc.cpp	2007-04-05 12:29:34.000000000 -0400
-@@ -167,10 +167,10 @@
- #ifdef TAOCRYPT_X86ASM_AVAILABLE
- 
- #ifndef _MSC_VER
--    static jmp_buf s_env;
-+    static sigjmp_buf s_env;
-     static void SigIllHandler(int)
-     {
--        longjmp(s_env, 1);
-+        siglongjmp(s_env, 1);
-     }
- #endif
- 
-@@ -199,7 +199,7 @@
-         return false;
- 
-     bool result = true;
--    if (setjmp(s_env))
-+    if (sigsetjmp(s_env,1))
-         result = false;
-     else 
-         __asm__ __volatile

Deleted: branches/sid-5.1/debian/patches/90_TEMP_sqlparse-ifdef.dpatch
===================================================================
--- branches/sid-5.1/debian/patches/90_TEMP_sqlparse-ifdef.dpatch	2007-06-11 21:18:29 UTC (rev 882)
+++ branches/sid-5.1/debian/patches/90_TEMP_sqlparse-ifdef.dpatch	2007-06-12 00:14:51 UTC (rev 883)
@@ -1,45 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 99-unnamed.dpatch by  <ch at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: http://lists.mysql.com/commits/21676
-
- at DPATCH@
-
-# From: holyfoot at mysql dot com
-# Date: March 10 2007 2:44pm
-# Subject: bk commit into 5.0 tree (holyfoot:1.2470) BUG#26833
-# 
-# Below is the list of changes that have just been committed into a local
-# 5.0 repository of hf. When hf does a push these changes will
-# be propagated to the main repository and, within 24 hours after the
-# push, to the public repository.
-# For information on how to access the public repository
-# see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
-# 
-# ChangeSet at stripped, 2007-03-10 17:44:25+04:00, holyfoot at stripped +1 -0
-#   bug #26833 (Compile error with embedded lib)
-#   org_tables declaration was mistakenly #ifdef-ed with the EMBEDDED_LIBRARY
-#   instead of ACCESS_CHECKS
-# 
-#   sql/sql_parse.cc at stripped, 2007-03-10 17:44:23+04:00, holyfoot at stripped +1 -1
-#     default condition fixed
-# 
-# # This is a BitKeeper patch.  What follows are the unified diffs for the
-# # set of deltas contained in the patch.  The rest of the patch, the part
-# # that BitKeeper cares about, is below these diffs.
-# # User:	holyfoot
-# # Host:	hfmain.(none)
-# # Root:	/home/hf/work/26833/my50-26833
-
---- old/sql/sql_parse.cc	2007-03-10 17:44:29 +04:00
-+++ new/sql/sql_parse.cc	2007-03-10 17:44:29 +04:00
-@@ -5402,7 +5402,7 @@ check_table_access(THD *thd, ulong want_
- {
-   uint found=0;
-   ulong found_access=0;
--#ifndef EMBEDDED_LIBRARY
-+#ifndef NO_EMBEDDED_ACCESS_CHECKS
-   TABLE_LIST *org_tables= tables;
- #endif
-   TABLE_LIST *first_not_own_table= thd->lex->first_not_own_table();

Added: branches/sid-5.1/debian/patches/99_TEMP_rm_upstream_debian.dpatch
===================================================================
--- branches/sid-5.1/debian/patches/99_TEMP_rm_upstream_debian.dpatch	                        (rev 0)
+++ branches/sid-5.1/debian/patches/99_TEMP_rm_upstream_debian.dpatch	2007-06-12 00:14:51 UTC (rev 883)
@@ -0,0 +1,40 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 99-unnamed.dpatch by  <ch at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Temporarily remove the changes that the upstream package wants to make
+## DP: to our debian/ directory. Have to investigte this more thouroughly.
+
+ at DPATCH@
+
+--- old/Makefile.in	2007-06-12 01:26:57.000000000 +0200
++++ new/Makefile.in	2007-06-12 01:27:18.000000000 +0200
+@@ -405,7 +405,7 @@
+ 			mysql-test support-files sql-bench @tools_dirs@ \
+ 			win
+ 
+-DIST_SUBDIRS = $(SUBDIRS) BUILD debian
++DIST_SUBDIRS = $(SUBDIRS) BUILD 
+ DISTCLEANFILES = ac_available_languages_fragment
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
+@@ -606,7 +606,7 @@
+ distdir: $(DISTFILES)
+ 	$(am__remove_distdir)
+ 	mkdir $(distdir)
+-	$(mkdir_p) $(distdir)/config/ac-macros $(distdir)/debian $(distdir)/include $(distdir)/libmysql $(distdir)/sql $(distdir)/storage/ndb/include $(distdir)/storage/ndb/src
++	$(mkdir_p) $(distdir)/config/ac-macros $(distdir)/include $(distdir)/libmysql $(distdir)/sql $(distdir)/storage/ndb/include $(distdir)/storage/ndb/src
+ 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
+ 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
+ 	list='$(DISTFILES)'; for file in $$list; do \
+--- old/configure	2007-06-12 01:26:32.000000000 +0200
++++ new/configure	2007-06-12 01:26:50.000000000 +0200
+@@ -47777,7 +47777,7 @@
+ 
+ 
+ # Output results
+-                                                                                                                                                                                                                                                                                                                                                                                                                ac_config_files="$ac_config_files Makefile extra/Makefile mysys/Makefile unittest/Makefile unittest/mytap/Makefile unittest/mytap/t/Makefile unittest/mysys/Makefile unittest/examples/Makefile strings/Makefile regex/Makefile storage/Makefile man/Makefile BUILD/Makefile vio/Makefile libmysql/Makefile client/Makefile pstack/Makefile pstack/aout/Makefile sql/Makefile sql/share/Makefile sql/sql_builtin.cc sql-common/Makefile dbug/Makefile scripts/Makefile include/Makefile tests/Makefile Docs/Makefile support-files/Makefile support-files/MacOSX/Makefile support-files/RHEL4-SElinux/Makefile mysql-test/Makefile debian/Makefile debian/defs.mk debian/control mysql-test/ndb/Makefile netware/Makefile sql-bench/Makefile include/mysql_version.h plugin/Makefile win/Makefile"
++                                                                                                                                                                                                                                                                                                                                                                                                                ac_config_files="$ac_config_files Makefile extra/Makefile mysys/Makefile unittest/Makefile unittest/mytap/Makefile unittest/mytap/t/Makefile unittest/mysys/Makefile unittest/examples/Makefile strings/Makefile regex/Makefile storage/Makefile man/Makefile BUILD/Makefile vio/Makefile libmysql/Makefile client/Makefile pstack/Makefile pstack/aout/Makefile sql/Makefile sql/share/Makefile sql/sql_builtin.cc sql-common/Makefile dbug/Makefile scripts/Makefile include/Makefile tests/Makefile Docs/Makefile support-files/Makefile support-files/MacOSX/Makefile support-files/RHEL4-SElinux/Makefile mysql-test/Makefile mysql-test/ndb/Makefile netware/Makefile sql-bench/Makefile include/mysql_version.h plugin/Makefile win/Makefile"
+ 
+ 
+           ac_config_commands="$ac_config_commands default"




More information about the Pkg-mysql-commits mailing list