Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.0(EOL)
-
None
Description
This page:
https://mariadb.com/kb/en/mariadb/connect/
It says the CONNECT version included in MariaDB 10.0.19 is Connect 1.03.0007.
However, in the Windows MariaDB 10.0.19, I see Connect 1.03.0006.
C:\Windows\system32>mysql -uroot -pxxx -P3315 -e"select version(); select * from information_schema.plugins where plugin_name='connect'\G"
|
+---------------------+
|
| version() |
|
+---------------------+
|
| 10.0.19-MariaDB-log |
|
+---------------------+
|
*************************** 1. row ***************************
|
PLUGIN_NAME: CONNECT
|
PLUGIN_VERSION: 1.3
|
PLUGIN_STATUS: ACTIVE
|
PLUGIN_TYPE: STORAGE ENGINE
|
PLUGIN_TYPE_VERSION: 100019.0
|
PLUGIN_LIBRARY: ha_connect.dll
|
PLUGIN_LIBRARY_VERSION: 1.8
|
PLUGIN_AUTHOR: Olivier Bertrand
|
PLUGIN_DESCRIPTION: Management of External Data (SQL/MED), including many file formats
|
PLUGIN_LICENSE: GPL
|
LOAD_OPTION: ON
|
PLUGIN_MATURITY: Beta
|
PLUGIN_AUTH_VERSION: 1.03.0006
|