Skip to content

Commit d0cc564

Browse files
committed
db.mysql: make mysql.Result.result public (fix #19098)
1 parent f915366 commit d0cc564

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vlib/db/mysql/result.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module mysql
22

33
pub struct Result {
4+
pub:
45
result &C.MYSQL_RES = unsafe { nil }
56
}
67

0 commit comments

Comments
 (0)