summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authormarko@hundin.mysql.fi <>2004-04-02 11:58:54 +0300
committermarko@hundin.mysql.fi <>2004-04-02 11:58:54 +0300
commitcfae16667e56dbf57f0971c86082591300c72f47 (patch)
tree9612f08d34ee0eab84007eaadece0798e13dbafb /innobase/include
parent4da72c2eb115a26e27d2f6948deb7cb383822dca (diff)
downloadmariadb-git-cfae16667e56dbf57f0971c86082591300c72f47.tar.gz
InnoDB: Handle quotes properly in the InnoDB SQL parser
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/pars0pars.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/innobase/include/pars0pars.h b/innobase/include/pars0pars.h
index cad0942eeb1..2e86a7e5534 100644
--- a/innobase/include/pars0pars.h
+++ b/innobase/include/pars0pars.h
@@ -87,13 +87,6 @@ pars_get_lex_chars(
int max_size); /* in: maximum number of characters which fit
in the buffer */
/*****************************************************************
-Instructs the lexical analyzer to stop when it receives the EOF integer. */
-
-int
-yywrap(void);
-/*========*/
- /* out: returns TRUE */
-/*****************************************************************
Called by yyparse on error. */
void