List:Internals« Previous MessageNext Message »
From:ramil Date:November 10 2005 3:58pm
Subject:bk commit into 5.0 tree (ramil:1.1955) BUG#14822
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of ram. When ram 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.1955 05/11/10 18:58:33 ramil@stripped +2 -0
  Fix for bug #14822: Test "mysqldump" fails, "result" protocol seems wrong.

  mysql-test/t/mysqldump.test
    1.74 05/11/10 18:58:27 ramil@stripped +5 -5
    Fix for bug #14822: Test "mysqldump" fails, "result" protocol seems wrong.
    2>&1 added to be able to see error messages.

  mysql-test/r/mysqldump.result
    1.81 05/11/10 18:58:27 ramil@stripped +10 -0
    Fix for bug #14822: Test "mysqldump" fails, "result" protocol seems wrong.

# 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:	ramil
# Host:	myoffice.izhnet.ru
# Root:	/usr/home/ram/work/mysql-5.0-release

--- 1.80/mysql-test/r/mysqldump.result	2005-11-04 12:02:40 +04:00
+++ 1.81/mysql-test/r/mysqldump.result	2005-11-10 18:58:27 +04:00
@@ -1614,6 +1614,16 @@
 
 mysqldump: Couldn't find table: "t/1"
 
+mysqldump: Couldn't find table: "T_1"
+
+mysqldump: Couldn't find table: "T%1"
+
+mysqldump: Couldn't find table: "T'1"
+
+mysqldump: Couldn't find table: "T_1"
+
+mysqldump: Couldn't find table: "T_"
+
 test_sequence
 ------ Testing with illegal database names ------
 mysqldump: Got error: 1049: Unknown database 'mysqldump_test_d' when selecting the
database

--- 1.73/mysql-test/t/mysqldump.test	2005-11-04 12:02:40 +04:00
+++ 1.74/mysql-test/t/mysqldump.test	2005-11-10 18:58:27 +04:00
@@ -658,19 +658,19 @@
 --exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db  "t/1" 2>&1
 
 --error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T_1"
+--exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "T_1" 2>&1
 
 --error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T%1"
+--exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "T%1" 2>&1
 
 --error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T'1"
+--exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "T'1" 2>&1
 
 --error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T_1"
+--exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "T_1" 2>&1
 
 --error 6
---exec $MYSQL_DUMP --compact --skip-comments "mysqldump_test_db" "T_"
+--exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db "T_" 2>&1
 
 --disable_query_log
 select '------ Testing with illegal database names ------' as test_sequence ;
Thread
bk commit into 5.0 tree (ramil:1.1955) BUG#14822ramil10 Nov