In Chapter 1, “Running the Database Server,” the iqlocalreplay server switch description in the section “Starting the database server” contains errors. The last sentence should read, “IQ tables and user-defined data types must always be enabled for replay.”
The description of -iqlocalreplay none should read “No actions that affect grants, procedures or views are replayed.”
The following was omitted from the description of -iqlocalreplay userandpwd:
The userandpwd value must be used with
the keyword all or grants to
take effect. For example, set -iqlocalreplay "all+userandpwd"
for
the log to replay all DDL commands and actions for userandpwd.
Set -iqlocalreplay "grants+userandpwd"
for
the log to replay GRANT and REVOKE commands and actions for userandpwd.