diff options
-rw-r--r-- | src/mysqlerl.c | 1 |
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; |