diff options
author | unknown <arjen@fred.bitbike.com> | 2002-06-14 09:36:39 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-06-14 09:36:39 +1000 |
commit | 151e415fad5363bc669eeaa325ba1adc7e65658f (patch) | |
tree | 385a0371bfc27bd1cbe15b2eca717a469fdd06ad /Docs/Support | |
parent | d7690689d6dbf7e21a8cd237df26f1612cc1ccd9 (diff) | |
download | mariadb-git-151e415fad5363bc669eeaa325ba1adc7e65658f.tar.gz |
Update reserved word list.
Docs/Support/update-reserved-words.pl:
Issue a bk edit before changing the manual file.
Diffstat (limited to 'Docs/Support')
-rwxr-xr-x | Docs/Support/update-reserved-words.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/Support/update-reserved-words.pl b/Docs/Support/update-reserved-words.pl index 6164698943f..2920e083c9c 100755 --- a/Docs/Support/update-reserved-words.pl +++ b/Docs/Support/update-reserved-words.pl @@ -6,6 +6,7 @@ # 2001-12-07 Fixup by arjen@mysql.com, add column headings for multitable. # 2002-05-01 Fixup by arjen@mysql.com, use 3 columns instead of 4. # 2002-05-03 Fixup by arjen@mysql.com, fill last row to full # of columns. +# 2002-06-14 Fixup by arjen@mysql.com, Issue a "bk edit manual.texi". print STDERR "Scanning lex.h for symbols..\n"; open LEX, "<../sql/lex.h"; @@ -48,6 +49,8 @@ for( ; $i%3; $i++) { $list .= sprintf "%s\n", $pre[$i%3]; } +`bk edit manual.texi`; + open OLD, "<manual.texi"; open NEW, ">manual-tmp.texi"; |