List:Commits« Previous MessageNext Message »
From:jani Date:May 12 2006 2:22pm
Subject:bk commit into 4.1 tree (jani:1.2473)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of jani. When jani 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.2473 06/05/12 17:22:20 jani@stripped +1 -0
  Added missing bug titles.

  mysql-test/t/date_formats.test
    1.18 06/05/12 17:22:14 jani@stripped +5 -1
    Added missing bug titles.

# 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:	jani
# Host:	a193-229-222-105.elisa-laajakaista.fi
# Root:	/home/my/bk/mysql-4.1

--- 1.17/mysql-test/t/date_formats.test	2006-05-04 20:19:33 +03:00
+++ 1.18/mysql-test/t/date_formats.test	2006-05-12 17:22:14 +03:00
@@ -261,7 +261,8 @@
 --enable_ps_protocol
 
 #
-# Bug #14016 
+# Bug #14016
+# ORDER BY DATE_FORMAT() and uppercase/lowercase DATE_FORMAT argument pairs
 #
 create table t1 (f1 datetime);
 insert into t1 (f1) values ("2005-01-01");
@@ -271,6 +272,7 @@
 
 #
 # Bug #15828
+# select str_to_date( 1, NULL ) crashes mysqld
 #
 select str_to_date( 1, NULL );
 select str_to_date( NULL, 1 );
@@ -279,6 +281,7 @@
 
 #
 # Bug#11326
+# TIME_FORMAT using "%r" returns wrong hour using 24:00:00 in TIME column
 #
 
 SELECT TIME_FORMAT("24:00:00", '%r');
@@ -290,6 +293,7 @@
 
 #
 # Bug#11324
+# TIME_FORMAT using "%l:%i" returns 36:00 with 24:00:00 in TIME column
 #
 
 SELECT TIME_FORMAT("00:00:00", '%l %p');
Thread
bk commit into 4.1 tree (jani:1.2473)jani12 May