List:Commits« Previous MessageNext Message »
From:Jonathan Perkin Date:March 7 2008 8:35pm
Subject:bk commit into 5.0 tree (jperkin:1.2590) BUG#33300
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jperkin.  When jperkin 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@stripped, 2008-03-07 19:35:38+00:00, jperkin@stripped +1 -0
  bug#33300: use myisamchk to verify that mysql_install_db has
  created at least some files and that they are correct.

  Makefile.am@stripped, 2008-03-07 19:29:12+00:00, jperkin@stripped +2 -1
    Run myisamchk on files created by mysql_install_db to
    verify they have been installed correctly.

diff -Nrup a/Makefile.am b/Makefile.am
--- a/Makefile.am	2007-12-11 19:47:19 +00:00
+++ b/Makefile.am	2008-03-07 19:29:12 +00:00
@@ -97,7 +97,7 @@ bin-dist:		all
 	$(top_builddir)/scripts/make_binary_distribution @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
 # Remove BK's "SCCS" subdirectories from source distribution
-# Create initial database files for Windows installations.
+# Create initial database files for Windows installations and check them.
 dist-hook:
 	rm -rf `find $(distdir) -type d -name SCCS -print`
 	rm -f  `find $(distdir) -type l -print`
@@ -106,6 +106,7 @@ dist-hook:
 		--basedir=$(top_builddir) \
 		--datadir=$(distdir)/win/data \
 		--srcdir=$(top_srcdir)
+	myisam/myisamchk --silent --fast $(distdir)/win/data/mysql/*.MYI
 
 tags:
 	support-files/build-tags
Thread
bk commit into 5.0 tree (jperkin:1.2590) BUG#33300Jonathan Perkin7 Mar 2008