1Z1-888 Exam Question 21

old_alter_table is disabled as shown.
mysql> SELECT @@old_alter_table;

Consider this statement on a RANGE-partitioned table:
mysql> ALTER TABLE orders DROP PARTITION p1, p3;
What is the outcome of executing this statement?
  • 1Z1-888 Exam Question 22

    You are using the Performance Schema to investigate replication on a slave which has a single master.
    The option slave-parallel-typeis set to DATABASE.

    Assume that all instruments and consumers are enabled and all threads are instrumented.
    Which two facts can be concluded from the given output? (Choose two.)
  • 1Z1-888 Exam Question 23

    One of your colleagues is trying to make a change using the mysqlcommand-line client for his or her application session.
    The colleague instant messages you this command:
    mysql> SET SESSION max_connections = 200;
    Why does the command fail?
  • 1Z1-888 Exam Question 24

    A MySQL replication slave is set up as follows:
    * Uses all InnoDB tables
    * Receives ROW-based binary logs
    * Has the read-only option
    The replication slave has been found in an error state.
    You check the MySQL error log file and find these entries:

    What are two possible causes for this error to occur? (Choose two.)
  • 1Z1-888 Exam Question 25

    A master-slave replication setup has the slave showing this error:

    On the master server, the binary logs show:

    What could explain this error? (Choose two.)