mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Update reserved word list.
Docs/Support/update-reserved-words.pl: Issue a bk edit before changing the manual file.
This commit is contained in:
parent
d7690689d6
commit
151e415fad
2 changed files with 13 additions and 10 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue