Bug #32996 log_tables.test fails sporadically
Submitted: 5 Dec 2007 10:33 Modified: 11 Dec 2007 20:24
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.1 OS:Any
Assigned to: Davi Arnaut CPU Architecture:Any

[5 Dec 2007 10:33] Alexander Nozdrin
Description:
main.log_tables                [ fail ]

--- /data0/pushbuild/pb1-1/pb/mysql-5.1-engines/289/mysql-5.1.23-rc-pb289/mysql-test/r/log_tables.result	2007-11-30 11:08:25.000000000 +0300
+++ /data0/pushbuild/pb1-1/pb/mysql-5.1-engines/289/mysql-5.1.23-rc-pb289/mysql-test/r/log_tables.reject	2007-11-30 11:29:00.000000000 +0300
@@ -713,6 +713,7 @@
 set global general_log = off;
 select command_type, argument from mysql.general_log;
 command_type	argument
+Quit	
 Query	set @lparam = "000 001 002 003 004 005 006 007 008 009"
               "010 011 012 013 014 015 016 017 018 019"
               "020 021 022 023 024 025 026 027 028 029"

mysqltest: Result content mismatch

Stopping All Servers
Restoring snapshot of databases
Resuming Tests

How to repeat:
https://intranet.mysql.com/secure/pushbuild/xref.pl?testname=main.log_tables
[5 Dec 2007 11:48] 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/39311

ChangeSet@1.2676, 2007-12-05 09:48:13-02:00, davi@mysql.com +2 -0
  Bug#32996 log_tables.test fails sporadically
  
  Only select entries from the general_log that were issued by the current
  connection.
[6 Dec 2007 10:00] Bugs System
Pushed into 5.1.23-rc
[6 Dec 2007 10:01] Bugs System
Pushed into 6.0.5-alpha
[11 Dec 2007 20:24] Paul DuBois
Test case change. No changelog entry needed.