[MDEV-3895] Version naming for MariaDB-Galera builds Created: 2012-11-30 Updated: 2013-11-22 Resolved: 2013-11-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28a-galera |
| Fix Version/s: | 5.5.34-galera |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera | ||
| Issue Links: |
|
||||
| Description |
|
I've set the 'Fix Version' to 5.5.28-galera just because there is no next one on the list. In fact, it's not urgent, I think we need a decision on this by GA. Currently MariaDB-Galera builds have something like that in the %version% variables (example from a Centos 5 x86_64 RPM):
So, the version field does not say anything about Galera at all. One can still figure out it's a Galera package based on 'wsrep' in version_comment (although wsrep_23.7.rXXXX is not very nice and helpful, either). Questions are: 1) do we want to mention Galera in @@version; We briefly discussed (1) with Serg on IRC and came to conclusion that it's not critical, although possibly could make sense. So, we just need a decision. |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2013-11-19 ] |
|
1) I would vote for adding Galera to the @@version, e.g. in the above case 5.5.28-MariaDB-Galera. But we need to make sure that this doesn't break any client tools that might be using @@version. |
| Comment by Nirbhay Choubey (Inactive) [ 2013-11-20 ] |
|
>> 1) do we want to mention Galera in @@version; IMHO, using 'wsrep' instead, should be more appropriate. This would signify that the server Now, since @@version_comment already specifies this, do we really need this in @@version? >> 2) should we make the wsrep* part either more informative (the real revision) or shorter (remove rXXXX) While building, cmake tries to determine the current bzr revision using $ENV {WSREP_REV} and then "bzr revno". |
| Comment by Nirbhay Choubey (Inactive) [ 2013-11-20 ] |
|
VERSION(): 5.5.33a-MariaDB-wsrep-debug-log |
| Comment by Nirbhay Choubey (Inactive) [ 2013-11-22 ] |
|
Pushed to maria-5.5-galera. |