#At file:///export/home/jl208045/mysql/mysql-5.5-bugteam/ based on revid:sunanda.menon@stripped
3120 Jorgen Loland 2010-11-04
Bug#57882 - Item_func_conv_charset::val_str(String*):
Assertion `fixed == 1' failed
Followup patch. Test case relied on system variable that is
only available if replication is compiled in. Replaced with
variable available in all builds.
@ mysql-test/r/errors.result
Test case relied on system variable that is only available if
replication is compiled in. Replaced with variable available in
all builds.
@ mysql-test/t/errors.test
Test case relied on system variable that is only available if
replication is compiled in. Replaced with variable available in
all builds.
modified:
mysql-test/r/errors.result
mysql-test/t/errors.test
=== modified file 'mysql-test/r/errors.result'
--- a/mysql-test/r/errors.result 2010-11-04 08:36:04 +0000
+++ b/mysql-test/r/errors.result 2010-11-04 12:36:36 +0000
@@ -141,7 +141,7 @@ DROP TABLE t1;
SELECT (CONVERT('0' USING latin1) IN (CHAR(COT('v') USING utf8),''));
ERROR 22003: DOUBLE value is out of range in 'cot('v')'
SET NAMES utf8 COLLATE utf8_latvian_ci ;
-SELECT UPDATEXML(-73 * -2465717823867977728,@@global.slave_net_timeout,null);
+SELECT UPDATEXML(-73 * -2465717823867977728,@@global.auto_increment_increment,null);
ERROR 22003: BIGINT value is out of range in '(-(73) * -(2465717823867977728))'
#
# End Bug#57882
=== modified file 'mysql-test/t/errors.test'
--- a/mysql-test/t/errors.test 2010-11-04 08:36:04 +0000
+++ b/mysql-test/t/errors.test 2010-11-04 12:36:36 +0000
@@ -166,7 +166,7 @@ SELECT (CONVERT('0' USING latin1) IN (CH
SET NAMES utf8 COLLATE utf8_latvian_ci ;
--error ER_DATA_OUT_OF_RANGE
-SELECT UPDATEXML(-73 * -2465717823867977728,@@global.slave_net_timeout,null);
+SELECT UPDATEXML(-73 * -2465717823867977728,@@global.auto_increment_increment,null);
--echo #
--echo # End Bug#57882
Attachment: [text/bzr-bundle] bzr/jorgen.loland@oracle.com-20101104123636-42p62opd0p13x7y7.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-bugteam branch (jorgen.loland:3120) Bug#57882 | Jorgen Loland | 4 Nov |