aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.hrl
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-01 18:02:49 -0500
committerBrian Cully <bjc@kublai.com>2008-03-01 18:02:49 -0500
commit76c6dd8f62ad737bc17e59f29904efe8c31ca7ea (patch)
tree1d810be7bc6baa72061ca33beae229576141b72f /src/mysqlerl.hrl
parent1c18deb43934fbba7d1d1ac3542d8e8d136f8e7d (diff)
downloadmysqlerl-76c6dd8f62ad737bc17e59f29904efe8c31ca7ea.tar.gz
mysqlerl-76c6dd8f62ad737bc17e59f29904efe8c31ca7ea.zip
Normalize more code flow.
Diffstat (limited to 'src/mysqlerl.hrl')
-rw-r--r--src/mysqlerl.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mysqlerl.hrl b/src/mysqlerl.hrl
index aabd384..ab789ec 100644
--- a/src/mysqlerl.hrl
+++ b/src/mysqlerl.hrl
@@ -1 +1,3 @@
-record(sql_query, {q}).
+-record(sql_commit, {}).
+-record(sql_rollback, {}).