mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix Bug#57252 disabling innobase_stats_on_metadata disables ANALYZE
This is a merge from 5.1/builtin to 5.1/plugin of: -------------- revision-id: vasil.dimov@oracle.com-20101018104811-nwqhg9vav17kl5s1 committer: Vasil Dimov <vasil.dimov@oracle.com> timestamp: Mon 2010-10-18 13:48:11 +0300 message: Fix Bug#57252 disabling innobase_stats_on_metadata disables ANALYZE In order to fix this bug we need to distinguish whether ha_innobase::info() has been called from ::analyze() or not. Rename ::info() to ::info_low() and add a boolean parameter that tells whether the call is from ::analyze() or not. Create a new simple ::info() that just calls ::info_low(false => not called from analyze). From ::analyze() instead of ::info() call ::info_low(true => called from analyze). Approved by: Jimmy (rb://487) --------------
This commit is contained in:
6
mysql-test/suite/innodb_plugin/r/innodb_bug57252.result
Normal file
6
mysql-test/suite/innodb_plugin/r/innodb_bug57252.result
Normal file
@ -0,0 +1,6 @@
|
||||
cardinality
|
||||
10
|
||||
Table Op Msg_type Msg_text
|
||||
test.bug57252 analyze status OK
|
||||
cardinality
|
||||
10
|
Reference in New Issue
Block a user