Bug #28992 trigger fails in pushbuild
Submitted: 8 Jun 2007 20:10 Modified: 15 Jun 2007 8:45
Reporter: Mads Martin Joergensen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Georgi Kodinov CPU Architecture:Any

[8 Jun 2007 20:10] Mads Martin Joergensen
Description:
-------------------------------------------------------
*** r/trigger.result	2007-06-04 13:14:17 +03:00
--- r/trigger.reject	2007-06-07 00:57:04 +03:00
***************
*** 1469,1474 ****
--- 1469,1475 ----
  rl_acquirer	0	1
  rl_contender	id
  rl_contender	2
+ rl_contender	5
  DROP TRIGGER t1_test;
  DROP TABLE t1,t2;
  SET SESSION LOW_PRIORITY_UPDATES=DEFAULT;
-------------------------------------------------------

How to repeat:
pushbuild repeats it
[11 Jun 2007 11:45] 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/28489

ChangeSet@1.2529, 2007-06-11 14:45:14+03:00, gkodinov@magare.gmz +3 -0
  Bug #28992: trigger fails in pushbuild
   - fixed wrong test case for bug 20903
   - closed the dangling connections in trigger.test
   - GET_LOCK() and RELEASE_LOCK() now produce more detailed log
   - fixed an omission in GET_LOCK() : assign the thread_id when
      acquiring the lock.
[14 Jun 2007 19:01] Bugs System
Pushed into 5.0.44
[14 Jun 2007 19:01] Bugs System
Pushed into 5.1.20-beta
[15 Jun 2007 8:45] MC Brown
Internal change only; no documentation required.