aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysqlerl.c')
-rw-r--r--src/mysqlerl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mysqlerl.c b/src/mysqlerl.c
index 1bf3475..b9c8d06 100644
--- a/src/mysqlerl.c
+++ b/src/mysqlerl.c
@@ -16,7 +16,9 @@ const char *QUERY_MSG = "sql_query";
const char *PARAM_QUERY_MSG = "sql_param_query";
const char *SELECT_COUNT_MSG = "sql_select_count";
const char *FIRST_MSG = "sql_first";
+const char *LAST_MSG = "sql_last";
const char *NEXT_MSG = "sql_next";
+const char *PREV_MSG = "sql_prev";
MYSQL_RES *results = NULL;
my_ulonglong resultoffset = 0, numrows = 0;