1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Supported extended keys when collecting and using persistent statistics.

This commit is contained in:
Igor Babaev
2012-05-06 22:42:14 -07:00
parent 9f53c310d8
commit 906c9a93a0
5 changed files with 246 additions and 14 deletions

View File

@@ -2,6 +2,11 @@
SET SESSION STORAGE_ENGINE='InnoDB';
set @save_optimizer_switch_for_stat_tables_test=@@optimizer_switch;
set optimizer_switch='extended_keys=on';
--source stat_tables.test
set optimizer_switch=@save_optimizer_switch_for_stat_tables_test;
SET SESSION STORAGE_ENGINE=DEFAULT;