Below is the list of changes that have just been committed into a local
5.0 repository of igor. When igor 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.2150 06/04/10 14:14:20 igor@stripped +2 -0
Made the test case for bug #15917 independent on platforms.
mysql-test/t/having.test
1.20 06/04/10 14:14:13 igor@stripped +2 -0
Made the test case for bug #15917 independent on platforms.
mysql-test/r/having.result
1.23 06/04/10 14:14:13 igor@stripped +0 -2
Made the test case for bug #15917 independent on platforms.
# 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: igor
# Host: rurik.mysql.com
# Root: /home/igor/dev/mysql-5.0-0
--- 1.22/mysql-test/r/having.result 2006-04-06 15:29:09 -07:00
+++ 1.23/mysql-test/r/having.result 2006-04-10 14:14:13 -07:00
@@ -360,8 +360,6 @@
y 1
drop table t1;
DROP SCHEMA IF EXISTS HU;
-Warnings:
-Note 1008 Can't drop database 'HU'; database doesn't exist
CREATE SCHEMA HU ;
USE HU ;
CREATE TABLE STAFF
--- 1.19/mysql-test/t/having.test 2006-04-06 15:29:09 -07:00
+++ 1.20/mysql-test/t/having.test 2006-04-10 14:14:13 -07:00
@@ -354,7 +354,9 @@
# when the server is run on Windows or with --lower-case-table-names=1
#
+--disable_warnings
DROP SCHEMA IF EXISTS HU;
+--enable_warnings
CREATE SCHEMA HU ;
USE HU ;
Thread |
---|
• bk commit into 5.0 tree (igor:1.2150) BUG#15917 | igor | 10 Apr |