1Z0-888 Exam Question 21
Which statement best describes the purpose of the InnoDB buffer pool?
1Z0-888 Exam Question 22
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?
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?
1Z0-888 Exam Question 23
Which three allocate memory per thread in MySQL? (Choose three.)
1Z0-888 Exam Question 24
old_alter_tableis 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?
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?
1Z0-888 Exam Question 25
Which two options describe how MySQL Server allocates memory? (Choose two.)