aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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, {}).