aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-02 19:24:22 -0500
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-03-02 19:24:22 -0500
commite6ff522a574d6a6ac87539bd1dc2814dcf57f5ad (patch)
tree9c94f3a90ec07ef2ca97d9b8a16163908ab55ccf
parent9747eac3e62a5dc1219d4c9982e84935ae35eb4d (diff)
downloadmysqlerl-e6ff522a574d6a6ac87539bd1dc2814dcf57f5ad.tar.gz
mysqlerl-e6ff522a574d6a6ac87539bd1dc2814dcf57f5ad.zip
Add select msg.
-rw-r--r--src/mysqlerl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mysqlerl.c b/src/mysqlerl.c
index d3eea18..55ed42a 100644
--- a/src/mysqlerl.c
+++ b/src/mysqlerl.c
@@ -19,6 +19,7 @@ const char *FIRST_MSG = "sql_first";
const char *LAST_MSG = "sql_last";
const char *NEXT_MSG = "sql_next";
const char *PREV_MSG = "sql_prev";
+const char *SELECT_MSG = "sql_select";
MYSQL_RES *results = NULL;
my_ulonglong resultoffset = 0, numrows = 0;