Bug #54847 main.mysql-bug41486 fails sporadically
Submitted: 28 Jun 2010 6:14 Modified: 28 Jun 2010 9:54
Reporter: Alexander Nozdrin Email Updates:
Status: Patch pending Impact on me:
None 
Category:Tests: Server Severity:S7 (Test Cases)
Version:M3 (Celosia), M4 (Dahlia) OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: pb2, sporadic, test failure

[28 Jun 2010 6:14] Alexander Nozdrin
Description:
main.mysql-bug41486 fails sporadically with the symptoms as follows:
@@ -8,6 +8,5 @@
 SET @@global.general_log = @old_general_log;
 SELECT LENGTH(data) FROM t1;
 LENGTH(data)
-2097152
 DROP TABLE t1;
 SET @@global.max_allowed_packet = @old_max_allowed_packet;

How to repeat:
XRef: http://tinyurl.com/2en5jyc
[28 Jun 2010 9:54] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/112331

3448 Alexey Kopytov	2010-06-28
      Bug #54847: main.mysql-bug41486 fails sporadically
      
      Wait for the external 'mysql' process to complete data import
      before checking data correctness.
[16 Dec 2023 19:25] haytham khmaisi
no