summaryrefslogtreecommitdiff
path: root/innobase/include/pars0pars.h
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-04-02 11:58:54 +0300
committerunknown <marko@hundin.mysql.fi>2004-04-02 11:58:54 +0300
commit5e522f368fabb7c5dc31336d4974ad0d5a1e96f6 (patch)
tree9612f08d34ee0eab84007eaadece0798e13dbafb /innobase/include/pars0pars.h
parent41aa345dbb41af75815297bbc546a11cf04b2e63 (diff)
downloadmariadb-git-5e522f368fabb7c5dc31336d4974ad0d5a1e96f6.tar.gz
InnoDB: Handle quotes properly in the InnoDB SQL parser
innobase/include/pars0pars.h: Remove dummy yywrap() function (use %noyywrap in pars0lex.l) innobase/pars/lexyy.c: New version corresponding to pars0lex.l innobase/pars/pars0lex.l: Add %option statements Add string_append() Allow quotes within quotes Simplify the patterns for matching comments innobase/pars/pars0pars.c: Remove dummy yywrap() function (use %noyywrap in pars0lex.l) innobase/pars/pars0sym.c: Remove quote handling from sym_tab_add_str_lit()
Diffstat (limited to 'innobase/include/pars0pars.h')
-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