mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
db.mysql: make mysql.Result.result public (fix #19098)
This commit is contained in:
parent
f915366ac4
commit
d0cc564089
@ -1,6 +1,7 @@
|
|||||||
module mysql
|
module mysql
|
||||||
|
|
||||||
pub struct Result {
|
pub struct Result {
|
||||||
|
pub:
|
||||||
result &C.MYSQL_RES = unsafe { nil }
|
result &C.MYSQL_RES = unsafe { nil }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user