Opened 6 years ago
Closed 6 years ago
#51744 closed enhancement (fixed)
Allow MariaDB to be used with the local Docker environment
| Reported by: | desrosj | Owned by: | desrosj |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.7 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
MariaDB Docker images are available in the Docker Hub, and seems that they can be easily substituted for the MySQL ones that the local Docker environment currently uses.
This would unblock #30462, which aims to test multiple database types/versions (though Travis made this really difficult.
Attachments (3)
Change History (6)
#2
@
6 years ago
- Keywords commit added; needs-testing removed
- Milestone Future Release → 5.7
51744.2.diff changes LOCAL_MYSQL to LOCAL_DB_VERSION.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
51744.diff is a proof of concept that introduces
LOCAL_DB_TYPEand acceptsmysqlormariadb.LOCAL_MYSQLis now a bit too specific, but if it is renamed (maybe toLOCAL_DB_VERSION), there should probably be a check that copies the value to the new one.