[CONJ-391] Improve connection using SELECT in place of SHOW Created: 2016-11-23 Updated: 2016-12-14 Resolved: 2016-11-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.0-RC |
| Type: | Task | Priority: | Minor |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
On connection driver need to know different server informations. Show is not recommanded for speed will avoid server locks, better to use SELECT, and fallback on SHOW in case of Galera non primary nodes. |