Skip to content

Commit

Permalink
Fixing a failure in "mtr --ps xml",
Browse files Browse the repository at this point in the history
introduced by the patch for MDEV-8466 and MDEV-8468.
Using --enable_prepare_warnings and --disable_prepare_warnings
around the affected query, to have the same warning in regular
and --ps mtr runs.
  • Loading branch information
Alexander Barkov committed Sep 23, 2015
1 parent 3ad035f commit e541894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/t/xml.test
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,9 @@ SELECT ExtractValue('<a><b>xxx</c></a>','/a/b');
--echo # Bug#58175 xml functions read initialized bytes when conversions happen
--echo #
SET NAMES latin1;
--enable_prepare_warnings
SELECT UPDATEXML(CONVERT('' USING swe7), TRUNCATE('',1), 0);
--disable_prepare_warnings

--echo #
--echo # Bug#12375190: UPDATEXML CRASHES ON SIMPLE INPUTS
Expand Down

0 comments on commit e541894

Please sign in to comment.