pike.git/
lib/
modules/
Sql.pmod/
mysql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2022-01-13
2022-01-13 09:40:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
015e3d1e1e9db4558537979628f500140becf966 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Sql.mysql: Added reset().
394:
} #endif
+
void reset()
+
{
+
::big_query("UNLOCK TABLES");
+
}
+
//! Quote a string so that it can safely be put in a query. //! //! @param s