MariaDB Wont work with Recommended Options
- Langage dominant
- Java
- Étoiles
- 67
- Forks
- 18
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
When using recommend options, MariaDB will not work due to:
```
[01:50:16 ERROR]: [com.zaxxer.hikari.util.PropertyElf] Property cacheCallableStmts does not exist on target class org.mariadb.jdbc.MariaDbDataSource
```
Which is set here:
https://github.com/aikar/db/blob/master/core/src/main/java/co/aikar/idb/HikariPooledDatabase.java#L38
To resolve this, I manually changed the DSN in my code to start with `mariadb://` which skips where it's being set here:
https://github.com/aikar/db/blob/master/core/src/main/java/co/aikar/idb/HikariPooledDatabase.java#L33
but it seems here:
https://github.com/aikar/db/blob/master/core/src/main/java/co/aikar/idb/DatabaseOptions.java#L63
Is expected MariaDB to work like MySQL. I can only assume something is missing in MariaDB or not implemented.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.