aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.hrl
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-01 17:51:58 -0500
committerBrian Cully <bjc@kublai.com>2008-03-01 17:51:58 -0500
commit1c18deb43934fbba7d1d1ac3542d8e8d136f8e7d (patch)
tree9af256089efaf43ee6a1469bdfdb73ceef84b7fb /src/mysqlerl.hrl
parenta6e20801114898a7f8904071f84702daafc0f0cc (diff)
downloadmysqlerl-1c18deb43934fbba7d1d1ac3542d8e8d136f8e7d.tar.gz
mysqlerl-1c18deb43934fbba7d1d1ac3542d8e8d136f8e7d.zip
mysqlerl provides the interface for the connection, to avoid
trampolining at the cost of some slight non-obviousness. Move protocol to .hrl file as a result.
Diffstat (limited to 'src/mysqlerl.hrl')
-rw-r--r--src/mysqlerl.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mysqlerl.hrl b/src/mysqlerl.hrl
new file mode 100644
index 0000000..aabd384
--- /dev/null
+++ b/src/mysqlerl.hrl
@@ -0,0 +1 @@
+-record(sql_query, {q}).