[MDEV-9565] 5.5.5- prefix not stripped in MariaDB 10.0.17 on Windows Created: 2016-02-16 Updated: 2022-09-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0, 10.1 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Ruediger Schultz | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Windows vs. Linux |
||
| Description |
|
The php driver mysqli function mysqli_get_server_info($connection) returns different values for the database server version on LINUX and WINDOWS environments. On LINUX, it returns something like "10.0.23-MariaDB", while on WINDOWS the same function returns something like "5.5.5-10.0.17-MariaDB-log". this is discussed in the JOOMLA github discussion: |