Skip to content

Commit c1c3f3c

Browse files
committed
Update default datadir for debian to be /var/lib/mariadb
Match the existing datadir setting for Debian and Ubuntu, which was changed from /var/lib/mysql to /var/lib/mariadb in 1:11.8.6-5.
1 parent 96b3dd0 commit c1c3f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/install_layout.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ SET(INSTALL_MYSQLTESTDIR_DEB "share/mariadb/mariadb-test")
192192
SET(INSTALL_SQLBENCHDIR_DEB ".")
193193
SET(INSTALL_SUPPORTFILESDIR_DEB "share/mariadb")
194194
#
195-
SET(INSTALL_MYSQLDATADIR_DEB "/var/lib/mysql")
195+
SET(INSTALL_MYSQLDATADIR_DEB "/var/lib/mariadb")
196196

197197
SET(INSTALL_RUNDATADIR_DEB "/run/mysqld")
198198
SET(INSTALL_UNIX_ADDRDIR_DEB "${INSTALL_RUNDATADIR_DEB}/mysqld.sock")

0 commit comments

Comments
 (0)