Bug #31222 | com_% global status counters behave randomly with mysql_change_user | ||
---|---|---|---|
Submitted: | 27 Sep 2007 6:26 | Modified: | 10 Feb 2009 21:20 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.0.50, 5.1.23 | OS: | Any |
Assigned to: | Alexander Nozdrin | CPU Architecture: | Any |
Tags: | mysql_change_user |
[27 Sep 2007 6:26]
Shane Bester
[27 Sep 2007 6:34]
MySQL Verification Team
evidence of memory corruption: mysql> call p1('select now()'); ERROR 1054 (42S22): Unknown column 'R☻.root.☻' in 'field list' mysql>
[27 Sep 2007 7:21]
MySQL Verification Team
I now suspect the cause of the problem is mysql_change_user call. after removing those from my application, the counters looks correct again.
[27 Sep 2007 9:45]
MySQL Verification Team
testcase to show mysql_change_user messes up global variables.
Attachment: bug31222.php (application/octet-stream, text), 1.23 KiB.
[27 Sep 2007 9:48]
MySQL Verification Team
ok, I uploaded a php testcase to show how com_select is affected by mysql_change_user. I think the memory corruptions can be a different problem afterall. Sorry for the mess here. E:\wrk\bugs\bug31222>php bug31222.php global status before select: Array ( [0] => Com_select [Variable_name] => Com_select [1] => 0 [Value] => 0 ) now running 100 selects .................................................................................................... global status after select: Array ( [0] => Com_select [Variable_name] => Com_select [1] => 100 [Value] => 100 ) about to change user global status after change user: Array ( [0] => Com_select [Variable_name] => Com_select [1] => 0 [Value] => 0 <-----what happened to the hundred selects?? )
[12 Feb 2008 17:56]
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/42123 ChangeSet@1.2546, 2008-02-12 20:59:09+03:00, anozdrin@quad. +3 -0 Fix for Bug#31222: com_% global status counters behave randomly with mysql_change_user. The problem was that global status variables were not updated in THD::check_user(), so thread statistics were lost after COM_CHANGE_USER. The fix is to update global status variables with the thread ones before preparing the thread for new user.
[12 Feb 2008 17:59]
Alexander Nozdrin
Pushed into 5.1-runtime.
[12 Feb 2008 18:39]
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/42131 ChangeSet@1.2547, 2008-02-12 21:42:15+03:00, anozdrin@quad. +1 -0 Additional fix for Bug#31222.
[13 Feb 2008 9:57]
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/42198 ChangeSet@1.2550, 2008-02-13 13:00:24+03:00, anozdrin@quad. +5 -0 Additional patch for Bug#31222: com_% global status counters behave randomly with mysql_change_user. The test case had to be moved into not_embedded_server.test file, because SHOW GLOBAL STATUS does not work properly in embedded server (see bug 34517).
[3 Mar 2008 18:19]
Bugs System
Pushed into 5.1.24-rc
[3 Mar 2008 18:19]
Bugs System
Pushed into 6.0.5-alpha
[14 Mar 2008 2:11]
Paul DuBois
Noted in 5.1.24, 6.0.5 changelogs. The mysql_change_user() C API function caused global Com_xxx status variable values to be incorrect.
[30 Mar 2008 19:55]
Jon Stephens
Also documented fix for 5.1.23-ndb-6.3.11.
[30 Dec 2008 5:48]
Georgi Kodinov
Changing status to reflect the pending backport of this fix to 5.0
[15 Jan 2009 9:47]
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/63329 2729 Alexander Nozdrin 2009-01-15 Backport patch for Bug#31222 (com_% global status counters behave randomly with mysql_change_user) to 5.0.
[15 Jan 2009 9:58]
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/63332 2735 Alexander Nozdrin 2009-01-15 [merge] Merge backport of patch for Bug#31222 from 5.0 to 5.1
[15 Jan 2009 10:18]
Alexander Nozdrin
Patch queued in 5.0-bugteam.
[15 Jan 2009 12:00]
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/63352 2737 Alexander Nozdrin 2009-01-15 Bug#31222: adding missed file.
[20 Jan 2009 19:00]
Bugs System
Pushed into 6.0.10-alpha (revid:joro@sun.com-20090119171328-2hemf2ndc1dxl0et) (version source revid:timothy.smith@sun.com-20090116165151-xtp5e4z6qsmxyvy0) (merge vers: 6.0.10-alpha) (pib:6)
[29 Jan 2009 20:37]
Paul DuBois
This has already been pushed into 6.0 (in 6.0.5). Setting report to NDI pending push into 5.0.x.
[3 Feb 2009 9:12]
Bugs System
Pushed into 5.0.78 (revid:joro@sun.com-20090203090422-v91rh3gmx2ulhbu9) (version source revid:chad@mysql.com-20090126173455-ia9503yxdqi30guh) (merge vers: 5.0.77) (pib:6)
[3 Feb 2009 9:40]
Bugs System
Pushed into 5.1.32 (revid:joro@sun.com-20090203090549-gos3v4320vimrzg6) (version source revid:alik@sun.com-20090115115832-xw350j3qas13t5ga) (merge vers: 5.1.31) (pib:6)
[10 Feb 2009 21:20]
Paul DuBois
Noted in 5.0.78 changelog.
[17 Feb 2009 15:00]
Bugs System
Pushed into 5.1.32-ndb-6.3.23 (revid:tomas.ulin@sun.com-20090217131017-6u8qz1edkjfiobef) (version source revid:tomas.ulin@sun.com-20090203133556-9rclp06ol19bmzs4) (merge vers: 5.1.32-ndb-6.3.22) (pib:6)
[17 Feb 2009 16:48]
Bugs System
Pushed into 5.1.32-ndb-6.4.3 (revid:tomas.ulin@sun.com-20090217134419-5ha6xg4dpedrbmau) (version source revid:tomas.ulin@sun.com-20090203133556-9rclp06ol19bmzs4) (merge vers: 5.1.32-ndb-6.3.22) (pib:6)
[17 Feb 2009 18:24]
Bugs System
Pushed into 5.1.32-ndb-6.2.17 (revid:tomas.ulin@sun.com-20090217134216-5699eq74ws4oxa0j) (version source revid:tomas.ulin@sun.com-20090202111723-1zzwax187rtls913) (merge vers: 5.1.32-ndb-6.2.17) (pib:6)
[3 Nov 2009 17:59]
Valeriy Kravchuk
Bug #48443 was marked as a duplicate of this one.