From 07172cabdf7f36cbbdad2d48c1f12d9531a452df Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 Oct 2005 16:38:53 +0200 Subject: Bug#13143 - formatID should not affect XID's uniqueness --- mysql-test/r/xa.result | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/r/xa.result') diff --git a/mysql-test/r/xa.result b/mysql-test/r/xa.result index f3d7e151628..ae5407ce409 100644 --- a/mysql-test/r/xa.result +++ b/mysql-test/r/xa.result @@ -24,6 +24,8 @@ insert t1 values (30); xa end 'testa','testb'; xa start 'testa','testb'; ERROR XAE08: XAER_DUPID: The XID already exists +xa start 'testa','testb', 123; +ERROR XAE08: XAER_DUPID: The XID already exists xa start 0x7465737462, 0x2030405060, 0xb; insert t1 values (40); xa end 'testb',' 0@P`',11; -- cgit v1.2.1