Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.0(EOL)
-
None
Description
Windows testing for MDEV-29582 (451f63c7) showed that the mysql deprecation message was not seen when running mysql* executables.
Building the binaries (following these instructions ) showed hard links existing, but not the deprecation message:
PS C:\Users\sepol\mariadb\server\bld\client\RelWithDebInfo> fsutil hardlink list .\mariadb.exe
|
\Users\sepol\mariadb\server\bld\client\RelWithDebInfo\mysql.exe
|
\Users\sepol\mariadb\server\bld\client\RelWithDebInfo\mariadb.exe
|
PS C:\Users\sepol\mariadb\server\bld\client\RelWithDebInfo> ./mysql.exe --version
|
C:\Users\sepol\mariadb\server\bld\client\RelWithDebInfo\mysql.exe from 11.0.0-MariaDB, client 15.2 for Win64 (AMD64), source revision 451f63c7fb859f56436333464bb430e98480f305
|
The ZIP package mysql executables (which are not hard linked, as expected) also do not show the deprecation message:
PS C:\Users\sepol\mariadb\zip\mariadb-11.0.0-winx64\mariadb-11.0.0-winx64\bin> ./mysql.exe --version
|
C:\Users\sepol\mariadb\zip\mariadb-11.0.0-winx64\mariadb-11.0.0-winx64\bin\mysql.exe from 11.0.0-MariaDB, client 15.2 for Win64 (AMD64), source revision 451f63c7fb859f56436333464bb430e98480f305
|
Ultimately MDEV-29582 serves as another method to alert users of the impending change to remove MySQL names, but Windows users would not be getting the same warning as Linux users if the same change is occurring for Windows.
Attachments
Issue Links
- relates to
-
MDEV-29582 deprecate mysql* names
- Closed