Errata

High Performance MySQL

Errata for High Performance MySQL

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 26
section 'Order Processing'

Half-completed orders aren’t going to endear customers to your service.
should be:
Half-completed orders aren’t going to endear your service to customers.

Right? Reference in the dictionary can be found at:
http://dictionary.cambridge.org/dictionary/english/endear-sb-to-sb

Anonymous  Jan 06, 2017 
Printed Page 57
no-space line: 19

[server1 ~]$ sysbench --test=cpu --cpu-max-prime=20000 run

Should be:

[server2 ~]$ sysbench --test=cpu --cpu-max-prime=20000 run

Anonymous  Dec 17, 2020 
PDF Page 58
Output of the sysbench invocation

The output of the sysbench seems to have been invoked with slightly different parameters [tested on version 0.4.12].

Specifically, the output shows:

Number of random requests for random IO: 10000

which implies the argument:

--max-requests=10000

When the argument:

--max-requests=0

is used instead, as written in the book, the output is:

Number of random requests for random IO: 0

Saverio Miroddi  Mar 25, 2016