List:Internals« Previous MessageNext Message »
From:Jim Winstead Date:July 22 2005 1:37am
Subject:bk commit into 5.0 tree (jimw:1.1884) BUG#11568
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jimw. When jimw 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
  1.1884 05/07/21 18:37:13 jimw@stripped +1 -0
  Make lowercase_table3 test skip on Windows, as intended. (Bug #11568)

  mysql-test/t/lowercase_table3.test
    1.8 05/07/21 18:37:10 jimw@stripped +1 -1
    Update list of platforms to skip based on the platform names we use.

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.0-11568

--- 1.7/mysql-test/t/lowercase_table3.test	2005-02-14 07:23:05 -08:00
+++ 1.8/mysql-test/t/lowercase_table3.test	2005-07-21 18:37:10 -07:00
@@ -9,7 +9,7 @@
 disable_query_log;
 show variables like "lower_case_%";
 --require r/true.require
-select convert(@@version_compile_os using latin1) NOT IN ("NT","WIN2000","Win95/Win98","XP") as "TRUE";
+select convert(@@version_compile_os using latin1) NOT IN ("Win32","Win64","Windows") as "TRUE";
 enable_query_log;
 
 --disable_warnings
Thread
bk commit into 5.0 tree (jimw:1.1884) BUG#11568Jim Winstead22 Jul