List:Commits« Previous MessageNext Message »
From:msvensson Date:March 29 2007 4:42pm
Subject:bk commit into 5.1 tree (msvensson:1.2518) BUG#26922
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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, 2007-03-29 16:42:08+02:00, msvensson@stripped +1 -0
  Bug#26922 Test 'varbinary' fails to do copy_file on Windows
  - Copy all *.MY* files from std_data/, we have some .MYD and .MYI
  files from 4.1 there
  5.0 version of make_win_bin_dist copies everything in std_data/

  scripts/make_win_bin_dist@stripped, 2007-03-29 16:42:06+02:00, msvensson@stripped +1 -0
    Copy all *.MY* files from std_data/, we have some .MYD and .MYI
    files from 4.1 there
    5.0 version of make_win_bin_dist copies everything in std_data/

# 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:	msvensson
# Host:	pilot.blaudden
# Root:	/home/msvensson/mysql/mysql-5.1-maint

--- 1.4/scripts/make_win_bin_dist	2007-03-01 07:23:36 +01:00
+++ 1.5/scripts/make_win_bin_dist	2007-03-29 16:42:06 +02:00
@@ -302,6 +302,7 @@ cp mysql-test/std_data/*.cnf        $DES
 cp mysql-test/std_data/*.dat        $DESTDIR/mysql-test/std_data/
 cp mysql-test/std_data/*.frm        $DESTDIR/mysql-test/std_data/
 cp mysql-test/std_data/*.pem        $DESTDIR/mysql-test/std_data/
+cp mysql-test/std_data/*.MY*        $DESTDIR/mysql-test/std_data/
 cp mysql-test/t/*.opt $DESTDIR/mysql-test/t/
 cp mysql-test/t/*.sh $DESTDIR/mysql-test/t/
 cp mysql-test/t/*.slave-mi $DESTDIR/mysql-test/t/
Thread
bk commit into 5.1 tree (msvensson:1.2518) BUG#26922msvensson29 Mar