Loading Docs/Support/update-reserved-words.pl +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ # Based on a Emacs macro by david@mysql.com # Implemented in Perl by jeremy@mysql.com # 2001-11-20 Fixups by arjen@mysql.com, 2 keywords and 15 synonyms were missing # 2001-12-07 Fixup by arjen@mysql.com, add column headings for multitable. print STDERR "Scanning lex.h for symbols..\n"; open LEX, "<../sql/lex.h"; Loading Loading @@ -54,6 +55,7 @@ while(($line = <OLD>) !~ /START_OF_RESERVED_WORDS/) { print NEW $line; }; print NEW "\@c START_OF_RESERVED_WORDS\n\n"; print STDERR "Inserting list of reserved words...\n"; print NEW "\@multitable \@columnfractions .25 .25 .25 .25\n"; print NEW "\@item \@strong{Word} \@tab \@strong{Word} \@tab \@strong{Word} \@tab \@strong{Word}\n"; print NEW $list; print NEW "\@end multitable\n"; print STDERR "Skipping over old list...\n"; Loading Docs/manual.texi +49 −30 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
Docs/Support/update-reserved-words.pl +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ # Based on a Emacs macro by david@mysql.com # Implemented in Perl by jeremy@mysql.com # 2001-11-20 Fixups by arjen@mysql.com, 2 keywords and 15 synonyms were missing # 2001-12-07 Fixup by arjen@mysql.com, add column headings for multitable. print STDERR "Scanning lex.h for symbols..\n"; open LEX, "<../sql/lex.h"; Loading Loading @@ -54,6 +55,7 @@ while(($line = <OLD>) !~ /START_OF_RESERVED_WORDS/) { print NEW $line; }; print NEW "\@c START_OF_RESERVED_WORDS\n\n"; print STDERR "Inserting list of reserved words...\n"; print NEW "\@multitable \@columnfractions .25 .25 .25 .25\n"; print NEW "\@item \@strong{Word} \@tab \@strong{Word} \@tab \@strong{Word} \@tab \@strong{Word}\n"; print NEW $list; print NEW "\@end multitable\n"; print STDERR "Skipping over old list...\n"; Loading