List:Internals« Previous MessageNext Message »
From:ahristov Date:August 23 2005 11:57am
Subject:bk commit into 5.0 tree (andrey:1.1992)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of andrey. When andrey 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.1992 05/08/23 13:57:12 andrey@lmy004. +3 -0
  tests fixes

  mysql-test/t/rpl_delete_all.test
    1.6 05/08/23 13:55:32 andrey@lmy004. +1 -1
    fix test, now the error code is different (bug #12591)

  mysql-test/r/rpl_delete_all.result
    1.4 05/08/23 13:55:32 andrey@lmy004. +1 -1
    fix result of a test, the error message is different (bug #12591)

  mysql-test/lib/init_db.sql
    1.12 05/08/23 13:55:32 andrey@lmy004. +1 -1
    this should be longblob or info_schema test will fail

# 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:	andrey
# Host:	lmy004.
# Root:	/work/mysql-5.0-clean

--- 1.3/mysql-test/r/rpl_delete_all.result	2004-08-31 13:34:59 +02:00
+++ 1.4/mysql-test/r/rpl_delete_all.result	2005-08-23 13:55:32 +02:00
@@ -9,7 +9,7 @@
 Warnings:
 Note	1008	Can't drop database 'mysqltest'; database doesn't exist
 show tables from mysqltest;
-ERROR HY000: Can't read dir of './mysqltest/' (Errcode: X)
+ERROR 42000: Unknown database 'mysqltest'
 create table t1 (a int);
 drop table if exists t1;
 Warnings:

--- 1.5/mysql-test/t/rpl_delete_all.test	2005-07-28 02:21:47 +02:00
+++ 1.6/mysql-test/t/rpl_delete_all.test	2005-08-23 13:55:32 +02:00
@@ -7,7 +7,7 @@
 sync_slave_with_master;
 # can't read dir
 --replace_result "Errcode: 1" "Errcode: X" "Errcode: 2" "Errcode: X" \\ /
---error 12
+--error 1049
 show tables from mysqltest;
 
 connection slave;

--- 1.11/mysql-test/lib/init_db.sql	2005-07-31 11:49:46 +02:00
+++ 1.12/mysql-test/lib/init_db.sql	2005-08-23 13:55:32 +02:00
@@ -518,7 +518,7 @@
   security_type     enum('INVOKER','DEFINER') DEFAULT 'DEFINER' NOT NULL,
   param_list        blob DEFAULT '' NOT NULL,
   returns           char(64) DEFAULT '' NOT NULL,
-  body              blob DEFAULT '' NOT NULL,
+  body              longblob DEFAULT '' NOT NULL,
   definer           char(77) collate utf8_bin DEFAULT '' NOT NULL,
   created           timestamp,
   modified          timestamp,
Thread
bk commit into 5.0 tree (andrey:1.1992)ahristov23 Aug