We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f915366 commit d0cc564Copy full SHA for d0cc564
1 file changed
vlib/db/mysql/result.v
@@ -1,6 +1,7 @@
1
module mysql
2
3
pub struct Result {
4
+pub:
5
result &C.MYSQL_RES = unsafe { nil }
6
}
7
0 commit comments