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 2e86a7e5534..c260557c424 100644
--- a/innobase/include/pars0pars.h
+++ b/innobase/include/pars0pars.h
@@ -92,7 +92,7 @@ Called by yyparse on error. */
void
yyerror(
/*====*/
- char* s); /* in: error message string */
+ const char* s); /* in: error message string */
/*************************************************************************
Parses a variable declaration. */