[MDEV-8690] include dialog_examples.so in mariadb-server packages (Ubuntu) Created: 2015-08-28 Updated: 2015-08-30 Resolved: 2015-08-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Daniel Black | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
I've been getting a few client libraries up to date to current server capabilities. Having dialog_examples shared library included, in for example the server packages, would enable this to be easily enabled in travis-ci builds of client libraries (e.g. While the pam plugins also used the dialog, enabling the two question/three attempts modules in sql example provides something that is easier to configure in a root limited access build and provides better test of client capabilities than basic username/password. ubuntu 12.04/14.04 are the main targets I'm interested in as these are what Travis-CI uses. |
| Comments |
| Comment by Sergei Golubchik [ 2015-08-28 ] |
|
dialog_examples is included in test packages. I think it's appropriate, they're only useful for testing and most certainly should never be used in production. |
| Comment by Daniel Black [ 2015-08-30 ] |
|
quite right, they where in mariadb-test. Sorry I missed that. That was sufficient: https://github.com/grooverdan/PyMySQL/commit/91ff35f27ba2e53821d76bb597eb4822a95b3a78 |
| Comment by Sergei Golubchik [ 2015-08-30 ] |
|
Thanks! |