From: Mayank Prasad Date: March 14 2011 10:42am Subject: bzr push into mysql-trunk branch (mayank.prasad:3757 to 3758) Bug#11763174 List-Archive: http://lists.mysql.com/commits/132879 X-Bug: 11763174 Message-Id: <201103141042.p2EAgpeo025334@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3758 Mayank Prasad 2011-03-14 bug #11763174: post-fix for previous push. @ mysql-test/suite/funcs_1/r/is_routines.result Modified test result to match the new expected output. modified: mysql-test/suite/funcs_1/r/is_routines.result 3757 Andrei Elkin 2011-03-13 Bug#11765758 bug#58754 RPL_CORRUPTION FAILED on mysql-trunk Simplifying the test further to use only unsigned "d" debug instructions. As in a previous commit logics don't suffer. The idea is to observe PB2 execution of the new version of the test on win-64. @ mysql-test/suite/rpl/r/rpl_corruption.result results got updated. @ mysql-test/suite/rpl/t/rpl_corruption.test replacing +|-d all around the tests. modified: mysql-test/suite/rpl/r/rpl_corruption.result mysql-test/suite/rpl/t/rpl_corruption.test === modified file 'mysql-test/suite/funcs_1/r/is_routines.result' --- a/mysql-test/suite/funcs_1/r/is_routines.result 2010-01-15 11:42:15 +0000 +++ b/mysql-test/suite/funcs_1/r/is_routines.result 2011-03-14 10:40:57 +0000 @@ -36,7 +36,7 @@ ROUTINE_TYPE varchar(9) NO DATA_TYPE varchar(64) NO CHARACTER_MAXIMUM_LENGTH int(21) YES NULL CHARACTER_OCTET_LENGTH int(21) YES NULL -NUMERIC_PRECISION int(21) YES NULL +NUMERIC_PRECISION bigint(21) unsigned YES NULL NUMERIC_SCALE int(21) YES NULL CHARACTER_SET_NAME varchar(64) YES NULL COLLATION_NAME varchar(64) YES NULL @@ -69,7 +69,7 @@ ROUTINES CREATE TEMPORARY TABLE `ROUTINE `DATA_TYPE` varchar(64) NOT NULL DEFAULT '', `CHARACTER_MAXIMUM_LENGTH` int(21) DEFAULT NULL, `CHARACTER_OCTET_LENGTH` int(21) DEFAULT NULL, - `NUMERIC_PRECISION` int(21) DEFAULT NULL, + `NUMERIC_PRECISION` bigint(21) unsigned DEFAULT NULL, `NUMERIC_SCALE` int(21) DEFAULT NULL, `CHARACTER_SET_NAME` varchar(64) DEFAULT NULL, `COLLATION_NAME` varchar(64) DEFAULT NULL, @@ -102,7 +102,7 @@ ROUTINE_TYPE varchar(9) NO DATA_TYPE varchar(64) NO CHARACTER_MAXIMUM_LENGTH int(21) YES NULL CHARACTER_OCTET_LENGTH int(21) YES NULL -NUMERIC_PRECISION int(21) YES NULL +NUMERIC_PRECISION bigint(21) unsigned YES NULL NUMERIC_SCALE int(21) YES NULL CHARACTER_SET_NAME varchar(64) YES NULL COLLATION_NAME varchar(64) YES NULL No bundle (reason: useless for push emails).