Opened 4 years ago
Closed 4 years ago
#51744 closed enhancement (fixed)
Allow MariaDB to be used with the local Docker environment
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch commit |
Focuses: | Cc: |
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
@
4 years ago
- Keywords commit added; needs-testing removed
- Milestone changed from Future Release to 5.7
51744.2.diff changes LOCAL_MYSQL
to LOCAL_DB_VERSION
.
Note: See
TracTickets for help on using
tickets.
51744.diff is a proof of concept that introduces
LOCAL_DB_TYPE
and acceptsmysql
ormariadb
.LOCAL_MYSQL
is 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.