Fixed missing initialization of 'test_readonly_mutex'

v2.2.0-sqliteserver_read_only
Javier Jaramago Fernández 5 years ago
parent 1d49d39218
commit 2c66cbe59c

@ -977,6 +977,7 @@ SQLite3_Server::SQLite3_Server() {
if (!s.empty())
s += ";";
s += "0.0.0.0:3306";
pthread_mutex_init(&test_readonly_mutex, NULL);
#endif //TEST_READONLY
variables.mysql_ifaces=strdup(s.c_str());

Loading…
Cancel
Save