[MDEV-3715] LP:712714 - handlersocket does not properly detect MariaDB version Created: 2011-02-03 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The handlersocket configure script does not properly detect the version of the mariadb source code. So, it reports that the versions of the mariadb source and the mariadb binary distribution differ and terminates. I am filing this as a MariaDB bug since it seems to me that it is in MariaDB's interest to provide a patch for handlersocket. To reproduce, follow the instructions for building handlersocket located at https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/blob/master/docs-en/installation.en.txt for example, use the following configure: ./configure --with-mysql-source=/home/philips/bzr/mysql-5.3.0-MariaDB-alpha --with-mysql-bindir=/home/philips/bzr/maria-5.3-bintar/bin/ and you will get the following error: checking mysql source... yes: Using /home/philips/bzr/mysql-5.3.0-MariaDB-alpha, version Grep the configure script for the error message to see how version detection is implemented. See for a possible patch. |
| Comments |
| Comment by Michael Widenius [ 2011-02-22 ] |
|
Re: handlersocket does not properly detect MariaDB version |
| Comment by Timour Katchaounov (Inactive) [ 2011-06-14 ] |
|
Re: handlersocket does not properly detect MariaDB version |
| Comment by Philip Stoev (Inactive) [ 2011-06-15 ] |
|
Re: handlersocket does not properly detect MariaDB version |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-15 ] |
|
Launchpad bug id: 712714 |