summaryrefslogtreecommitdiff
path: root/innobase/include/pars0pars.h
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/pars0pars.h')
-rw-r--r--innobase/include/pars0pars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/pars0pars.h b/innobase/include/pars0pars.h
index 62a41a881e8..5c81e331487 100644
--- a/innobase/include/pars0pars.h
+++ b/innobase/include/pars0pars.h
@@ -484,7 +484,7 @@ struct for_node_struct{
definition */
que_node_t* loop_start_limit;/* initial value of loop variable */
que_node_t* loop_end_limit; /* end value of loop variable */
- int loop_end_value; /* evaluated value for the end value:
+ lint loop_end_value; /* evaluated value for the end value:
it is calculated only when the loop
is entered, and will not change within
the loop */