We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfb01b commit 1357b71Copy full SHA for 1357b71
src/rdbms/mongoose_rdbms_mysql.erl
@@ -44,7 +44,6 @@ connect(Options, QueryTimeout) ->
44
case mysql:start_link([{query_timeout, QueryTimeout} | db_opts(Options)]) of
45
{ok, Ref} ->
46
mysql:query(Ref, <<"set names 'utf8mb4';">>),
47
- mysql:query(Ref, <<"SET SESSION query_cache_type=1;">>),
48
{ok, Ref};
49
Error ->
50
Error
0 commit comments