Errata
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted By | Date submitted | Date corrected |
---|---|---|---|---|---|
6.3.2.3 6.3.2.3. The InnoDB tablespace, paragraph 10ish |
"InnoDB stores the old versions in the tablespace, so the it" Note from the Author or Editor: |
Anonymous | Aug 05, 2008 | ||
Printed | Page 48 first code snippet |
"The following command runs the random read/write access file I/O benchmark: Note from the Author or Editor: |
Anonymous | Jul 22, 2008 | Dec 01, 2008 |
Printed | Page 116 Figure 3.9, right-hand pane title |
"MyISAM (non-lustered) table layout Note from the Author or Editor: |
Anonymous | Aug 12, 2008 | Aug 01, 2008 |
Printed | Page 121 Paragraph 5 onwards |
It would be much easier to follow the example if the create table statement was shown, since the "products" is not part of the sakila database. (at least not in the latest one on http://dev.mysql.com/doc/) Note from the Author or Editor: |
Anonymous | Aug 12, 2008 | |
Printed | Page 140 Last paragraph |
The description of the subsequent query is incorrect. It says "... view the last 10 messages from each of the premium users." Since there's no "group by" in the query, it will actually return the last 10 messages by any premium user. In other words, if there are 5 premium users, the query returns up to 10 records, not up to 50 records. Note from the Author or Editor: |
Anonymous | Jun 28, 2008 | Aug 01, 2008 |
Printed | Page 292 4th full paragraph |
Change Note from the Author or Editor: |
Anonymous | Jul 01, 2008 | Aug 01, 2008 |
Printed | Page 292 4th full paragraph |
Change |
Anonymous | Dec 01, 2008 | |
Printed | Page 348 note on the top of the page |
This book says the replication user actually needs only the REPLICATION CLIENT privilege on the master, and REPLICATION SLAVE for monitoring. That's not right. For replication the user only needs REPLICATION SLAVE and for monitoring REPLICATION CLIENT. Note from the Author or Editor: |
Anonymous | Oct 21, 2008 | Dec 01, 2008 |
Printed | Page 365 There is a period missing from the sentence preceding Figure 8-6. |
Anonymous | |||
Printed | Page 370 |
(370) Figure 8-12 is cut off. |
Anonymous | Dec 01, 2008 | |
Printed | Page 625 Line 35 and 40 in code example |
Variable $result is used but this must be $res. (Line 35 and 40) Note from the Author or Editor: |
Anonymous | Aug 08, 2008 | Dec 01, 2008 |