#At file:///home/malff/BZR_TREE/mysql-next-mr-bugfixing-55658/ based on revid:marc.alff@stripped
3252 Marc Alff 2010-08-26
Bug#55658 gen_lex_hash bug on documentation
Fixed a typo in the code comments.
The proper character in the data described is 'd',
because it corresponds to the second letter of the ADD symbol.
modified:
sql/gen_lex_hash.cc
=== modified file 'sql/gen_lex_hash.cc'
--- a/sql/gen_lex_hash.cc 2010-07-25 17:45:28 +0000
+++ b/sql/gen_lex_hash.cc 2010-08-26 16:36:23 +0000
@@ -45,7 +45,7 @@ for this structure, presented program ge
+----------+-+-+-+--+
| 1 char|a|b|c|d |
+----------+-+-+-+--+
- |first_char|b|0|0|0 |
+ |first_char|d|0|0|0 |
|last_char |n|0|0|-1|
|link |+|0|0|+ |
| |
Attachment: [text/bzr-bundle] bzr/marc.alff@oracle.com-20100826163623-tfl1hqpm3o6l9sjv.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-bugfixing branch (marc.alff:3252) Bug#55658 | Marc Alff | 26 Aug |