| Summary: | can not change OPENSHIFT_MYSQL_FT_MIN_WORD_LEN=2 in mysql phpmyadmin | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | karan pujara <karanpujara17> |
| Component: | Image | Assignee: | Dan McPherson <dmcphers> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | chunchen, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-30 00:53:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
karan pujara
2013-12-19 05:28:54 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/6c7b7faa4f82a8cf0c6899c2d37912c4b76d0548 Bug 1044840 It's fixed, verified on devenv_4167, please refer to the following results: 1. Create an app rhc app create ceap6 jbosseap-6 --no-git 2. Add mysql and phpmyadmin rhc cartridge add -c mysql-5.5 -a ceap6 rhc cartridge add -c phpmyadmin-4 -a ceap6 3. Set OPENSHIFT_MYSQL_FT_MIN_WORD_LEN variable rhc env set OPENSHIFT_MYSQL_FT_MIN_WORD_LEN=2 -a ceap6 4. Check the value of OPENSHIFT_MYSQL_FT_MIN_WORD_LEN at step 4: 1) ]$ rhc ssh ceap6 'env |grep FT_MIN_WORD_LEN' OPENSHIFT_MYSQL_FT_MIN_WORD_LEN=2 2) open https://ceap6-cdm.dev.rhcloud.com/phpmyadmin in "Variables" section, the "ft min word len" is setted to 2. |