[MDEV-418] Feedback plugin statisics problem Created: 2012-07-30 Updated: 2012-07-31 Resolved: 2012-07-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Rasmus Johansson (Inactive) | Assignee: | Bryan Alsdorf |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
There was feedback on #maria today that the Feedback Plugin statistics on mariadb.org don’t get updated when the Feedback plugin is turned on. Here some of the comments: AL13N_lappy can be found on #maria or you can email him at "alien AT rmail DOT be" |
| Comments |
| Comment by Bryan Alsdorf [ 2012-07-30 ] | ||||||||||||||||
|
Okay, so the problem appears to the that "UNAME_SYSNAME" is not being uploaded. Here is the data the user uploaded: Here is his feedback info:
-------------------------
------------------------- Also, I can reproduce on my dev machine (ubuntu 12.04) that uname_sysname is not being stored: I am going to re-assign this issue. | ||||||||||||||||
| Comment by Bryan Alsdorf [ 2012-07-30 ] | ||||||||||||||||
|
Re-assigning since this is a bug in the feedback plugin I believe. Read previous comment for details. | ||||||||||||||||
| Comment by Bryan Alsdorf [ 2012-07-31 ] | ||||||||||||||||
|
Is there a link to the change? AL13N is the maintainer for his linux distro and was wanting to merge a patch in | ||||||||||||||||
| Comment by Sergei Golubchik [ 2012-07-31 ] | ||||||||||||||||
|
The query: insert phone_home_data select NULL, phone_home_data.server_id, phone_home_data.upload_id, 'Uname_sysname', 'Linux' from phone_home_data left join phone_home_data d2 on (phone_home_data.upload_id=d2.upload_id and d2.name='uname_sysname') where phone_home_data.name='uname_distribution' and d2.id is null; The patch: http://bazaar.launchpad.net/~maria-captains/maria/5.5/revision/3475 | ||||||||||||||||
| Comment by Bryan Alsdorf [ 2012-07-31 ] | ||||||||||||||||
|
Ran query to fix data |