Skip to content

Commit e245e6e

Browse files
committed
it should work on OTP18
1 parent c7e2103 commit e245e6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/emysql.hrl

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
port :: number(),
3535
database :: string(),
3636
encoding :: utf8 | latin1 | {utf8, utf8_unicode_ci} | {utf8, utf8_general_ci},
37-
available=queue:new() :: queue(),
38-
locked=gb_trees:empty() :: gb_tree(),
39-
waiting=queue:new() :: queue(),
37+
available=queue:new() :: queue:queue(),
38+
locked=gb_trees:empty() :: gb_trees:tree(),
39+
waiting=queue:new() :: queue:queue(),
4040
start_cmds=[] :: string(),
4141
conn_test_period=0 :: number(),
4242
connect_timeout=infinity :: number() | infinity,

0 commit comments

Comments
 (0)