[MDEV-6201] Unknown system variable 'OPTION' [compatibility with MySQL] Created: 2014-05-02 Updated: 2022-03-16 Resolved: 2014-05-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Antonio Fernandes | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 6.4 |
||
| Description |
|
I've used Rapidanalytics with MySQL and when changed it to MariaDB it throws an error:
It uses mysql-connector-java-5.1.17. Doing some digging with Google I found out this link: With MySQL:
With MariaDB
I've noticed from keywords.test the following
Questions
Best regards, |
| Comments |
| Comment by Sergei Golubchik [ 2014-05-02 ] |
|
This is 5.6-compatible change. You need to compare MySQL-5.5 with MariaDB-5.5, or MySQL-5.6 with MariaDB-10.0. |
| Comment by Antonio Fernandes [ 2014-05-04 ] |
|
Just for future reference, the problem was solved by updating the java connector to the latest version. |