aboutsummaryrefslogtreecommitdiff
path: root/src/mysql/mysql.hrl
diff options
context:
space:
mode:
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=""}).