Interested in improving this site? Please check the To Do page.
mysql.isThreadSafe
Returns true if MySQL library compiled with threadsafe option
Syntax
mysql.isThreadSafe()
Params
None
Returns
True if safe, false if not
Examples
on threadsafe () {
if not mysql.isThreadSafe() {
dialog.alert("Library is NOT threadsafe.")}
else {
dialog.alert("Library compiled to be threadsafe.")}}
Notes
This is unlikely to be used by the Frontier scripter, but is an easy check to be sure the right MySQL client is being linked into the Frontier kernel.