<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello!<br>
<br>
Is MariaDB v 10.3.x supported by midPoint 3.8?<br>
<br>
I have a problem importing empty database structure in freshly
intalled environment:<br>
<br>
# mysql -p midpoint < mysql-3.8-all.sql<br>
Enter password: <br>
ERROR 1071 (42000) at line 178: Specified key was too long; max key
length is 768 bytes<br>
<br>
The MariaDB documentation says, that:<br>
<h4 class="anchored_heading" id="innodb_file_format"><code>innodb_default_row_format
= dynamic (default),<br>
innodb_large_prefix - removed in 10.3.1<br>
innodb_file_format = </code><code><code>Barracuda (default)</code></code></h4>
<p>So the max key length should be 3072 bytes by default.</p>
<p>System spec: CentOS 7 64bit, MariaDB 10.3.8<br>
Hardware: 2 x Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz (56
cores+ht total), 256GB RAM, Hardware RAID 10 of 8xSSD for
database, separate HW raid for system.<br>
</p>
</body>
</html>