diff options
author | Brian Cully <bjc@kublai.com> | 2008-03-02 19:48:20 -0500 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-03-02 19:48:20 -0500 |
commit | 2b23df6493143d58723a2a055caf62b74d9291c9 (patch) | |
tree | d1c6f11747245ee95e8cd07eba7d550d23d1ed2f /src | |
parent | 489241f031e88abcbc13c0b00b0268909dc6079f (diff) | |
download | mysqlerl-2b23df6493143d58723a2a055caf62b74d9291c9.tar.gz mysqlerl-2b23df6493143d58723a2a055caf62b74d9291c9.zip |
Remove query from select.
Diffstat (limited to 'src')
-rw-r--r-- | src/mysqlerl.hrl | 2 |
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, {}). |