List:Commits« Previous MessageNext Message »
From:msvensson Date:August 1 2006 9:29am
Subject:bk commit into 5.0 tree (msvensson:1.2246)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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@stripped, 2006-08-01 11:29:10+02:00, msvensson@neptunus.(none) +2 -0
  Change error code to test for "unknown error" with to 10000

  mysql-test/r/perror.result@stripped, 2006-08-01 11:29:08+02:00, msvensson@neptunus.(none) +1 -1
    Change error code to test for "unknown error" with to 10000

  mysql-test/t/perror.test@stripped, 2006-08-01 11:29:08+02:00, msvensson@neptunus.(none) +3 -2
    Change error code to test for "unknown error" with to 10000

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0-maint

--- 1.3/mysql-test/r/perror.result	2006-08-01 11:29:14 +02:00
+++ 1.4/mysql-test/r/perror.result	2006-08-01 11:29:14 +02:00
@@ -1 +1 @@
-Illegal error code: 1186
+Illegal error code: 10000

--- 1.4/mysql-test/t/perror.test	2006-08-01 11:29:14 +02:00
+++ 1.5/mysql-test/t/perror.test	2006-08-01 11:29:14 +02:00
@@ -13,6 +13,7 @@ enable_query_log;
 # Bug#16561 Unknown ERROR msg "ERROR 1186 (HY000): Binlog closed" by perror
 #
 
-# As there is an error code defined for 1186, expect error
+# Test with error code 10000 as it's a common "unknown error"
+# As there is no error code defined for 10000, expect error
 --error 1
---exec $MY_PERROR 1186 2>&1
+--exec $MY_PERROR 10000 2>&1
Thread
bk commit into 5.0 tree (msvensson:1.2246)msvensson1 Aug