aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-02 19:48:20 -0500
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-03-02 19:48:20 -0500
commit2b23df6493143d58723a2a055caf62b74d9291c9 (patch)
treed1c6f11747245ee95e8cd07eba7d550d23d1ed2f
parent489241f031e88abcbc13c0b00b0268909dc6079f (diff)
downloadmysqlerl-2b23df6493143d58723a2a055caf62b74d9291c9.tar.gz
mysqlerl-2b23df6493143d58723a2a055caf62b74d9291c9.zip
Remove query from select.
-rw-r--r--src/mysqlerl.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysqlerl.hrl b/src/mysqlerl.hrl
index 7b681e7..4e1230d 100644
--- a/src/mysqlerl.hrl
+++ b/src/mysqlerl.hrl
@@ -1,7 +1,7 @@
-record(sql_query, {q}).
-record(sql_param_query, {q, params}).
-record(sql_select_count, {q}).
--record(sql_select, {q, pos, n}).
+-record(sql_select, {pos, n}).
-record(sql_first, {}).
-record(sql_last, {}).
-record(sql_next, {}).