aboutsummaryrefslogtreecommitdiff
path: root/src/mysql/mysql.hrl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-03-19 13:28:42 +0100
committerBadlop <badlop@process-one.net>2013-03-19 13:30:15 +0100
commit1b304aaf0ab86bbc52c23229374baf7de4443cad (patch)
tree928dc7f80eff7b47f2b8608288748c6e60bc8628 /src/mysql/mysql.hrl
parentAccumulated patch to binarize and indent code (diff)
Copied MySQL erlang library from ejabberd-modules SVN
Diffstat (limited to 'src/mysql/mysql.hrl')
-rw-r--r--src/mysql/mysql.hrl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mysql/mysql.hrl b/src/mysql/mysql.hrl
new file mode 100644
index 000000000..aee5611d4
--- /dev/null
+++ b/src/mysql/mysql.hrl
@@ -0,0 +1,6 @@
+%% MySQL result record:
+-record(mysql_result,
+ {fieldinfo=[],
+ rows=[],
+ affectedrows=0,
+ error=""}).