mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
- fixed text file generation - the node names in the info page had changed
BitKeeper/deleted/.del-generate-flag-images~f77476753fff8186: Delete: Docs/Support/generate-flag-images Docs/Makefile.am: - fixed node names for the new info file Docs/Support/generate-text-files.pl: - stop printing if the index was reached
This commit is contained in:
parent
59445ce472
commit
0beb0abf5a
3 changed files with 5 additions and 36 deletions
|
|
@ -13,7 +13,7 @@ while (<IN>)
|
|||
{
|
||||
if ($in)
|
||||
{
|
||||
if (/Node: $tnode,/)
|
||||
if (/Node: $tnode,/ || /\[index/)
|
||||
{
|
||||
$in = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue