List:Commits« Previous MessageNext Message »
From:Timothy Smith Date:August 12 2008 12:18am
Subject:bzr push into mysql-6.0-backup branch (timothy.smith:2675 to 2676)
View as plain text  
 2676 Timothy Smith	2008-08-11
      Distribute Maria-specific executables (like maria_chk, etc.) in Windows
      packages.
modified:
  scripts/make_win_bin_dist

 2675 mysqldev	2008-07-21
      Drop version back down to 6.0.6, after pulling in required updates from the
      main 6.0 tree.
modified:
  configure.in

=== modified file 'scripts/make_win_bin_dist'
--- a/scripts/make_win_bin_dist	2008-03-14 14:28:18 +0000
+++ b/scripts/make_win_bin_dist	2008-08-12 00:13:35 +0000
@@ -146,6 +146,7 @@ mkdir $DESTDIR/bin
 cp client/$TARGET/*.exe                                  $DESTDIR/bin/
 cp extra/$TARGET/*.exe                                   $DESTDIR/bin/
 cp storage/myisam/$TARGET/*.exe                          $DESTDIR/bin/
+cp storage/maria/$TARGET/*.exe                           $DESTDIR/bin/
 if [ x"$TARGET" != x"release" ] ; then
   cp client/$TARGET/mysql.pdb                            $DESTDIR/bin/
   cp client/$TARGET/mysqladmin.pdb                       $DESTDIR/bin/

Thread
bzr push into mysql-6.0-backup branch (timothy.smith:2675 to 2676)Timothy Smith12 Aug