Author: paul
Date: 2005-12-29 20:54:53 +0100 (Thu, 29 Dec 2005)
New Revision: 635
Log:
r5193@frost: paul | 2005-12-29 13:52:13 -0600
Undo erroneous commit.
Modified:
trunk/
trunk/tools/update-reserved-words.pl
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5192
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5193
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
Modified: trunk/tools/update-reserved-words.pl
===================================================================
--- trunk/tools/update-reserved-words.pl 2005-12-29 19:54:21 UTC (rev 634)
+++ trunk/tools/update-reserved-words.pl 2005-12-29 19:54:53 UTC (rev 635)
@@ -172,24 +172,13 @@
# Build hash keyed on tokens. Hash value for each key is the
# list of keyword string(s) that map to the token.
if(/\{\s*\"([A-Z0-9_]+)\",\s*SYM\(([A-Z0-9_]+)\)/) {
-warn "key: $2, value: $1\n" if $debug;
push @{$words{$2}}, $1;
} elsif(/sql_functions/) {
- #last;
+ last;
};
};
close LEX;
-if ($debug)
-{
- warn "Symbols from lex.h:\n";
- foreach my $key (sort (keys (%words)))
- {
- warn "$key: ", join (@{$words{$key}}, " "), "\n";
- }
-}
-exit (0);
-
# sql_yacc.yy has a keyword: production that lists non-reserved words.
# In 5.0 and up, this production also includes the keyword_sp: production,
# so look for them both.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r635 - in trunk: . tools | paul | 29 Dec |