Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
titlemysql -u shrine -p -D shrine_query_history
alter table PRIVILEGED_USER modify column threshold int null;

Create

...

Additional QEP Audit Database Tables

Additional tables have been added to the qepAuditDB to support storing query results at the QEP level. Run the following queries on your QEP audit database:

...