[MDEV-8207] Minor Docs bug re: Connect Storage Engine Created: 2015-05-21 Updated: 2015-05-22 Resolved: 2015-05-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.0 |
| Fix Version/s: | 10.0.20 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Chris Calender (Inactive) | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 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.
|
| Comments |
| Comment by Elena Stepanova [ 2015-05-22 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
It's not a doc bug, but the connect engine bug. The version differs in ha_connect.cc:
As a result:
| ||||||||||||||||||||||||||||||||||||||||||||
| Comment by Olivier Bertrand [ 2015-05-22 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
Thanks Elena. I forgot that version should be updated in two different places. |