Bug #28895 | Test 'information_schema_db' fails on i5/OS 32 bit | ||
---|---|---|---|
Submitted: | 5 Jun 2007 12:52 | Modified: | 18 Jun 2007 15:31 |
Reporter: | Kent Boortz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Tests | Severity: | S7 (Test Cases) |
Version: | 5.0, 5.1 | OS: | Any |
Assigned to: | Alexey Kopytov | CPU Architecture: | Any |
[5 Jun 2007 12:52]
Kent Boortz
[5 Jun 2007 18:18]
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/28146 ChangeSet@1.2485, 2007-06-05 22:18:07+04:00, kaa@polly.local +2 -0 Fix for bug #28895 "Test 'information_schema_db' fails on i5/OS 32 bit". In acl_getroot_no_password(), use a separate variable for traversing the acl_users list so that the last entry is not used when no matching entries are found.
[7 Jun 2007 8:46]
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/28270 ChangeSet@1.2539, 2007-06-07 12:45:37+04:00, kaa@polly.local +1 -0 Fixed tests that relied on broken behavior in acl_getroot_no_password(). This is to fix PB failures introduced by the patch for bug #28895.
[16 Jun 2007 4:50]
Bugs System
Pushed into 5.0.44
[16 Jun 2007 4:50]
Bugs System
Pushed into 5.1.20-beta
[18 Jun 2007 15:31]
Paul DuBois
Noted in 5.0.44, 5.1.20 changelogs. Using a VIEW created with a non-existing DEFINER could lead to incorrect results under some circumstances.