Vasil Dimov
50c69f9301
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)
--------------
2010-10-18 14:20:16 +03:00
..
2010-06-10 15:56:23 +03:00
2010-06-03 12:48:59 +03:00
2010-06-03 12:48:59 +03:00
2010-04-09 15:56:51 +03:00
2010-06-03 12:48:59 +03:00
2010-06-03 12:48:59 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-21 12:40:32 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-06-03 12:48:59 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 16:38:28 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 16:38:28 +03:00
2010-04-09 16:38:28 +03:00
2010-04-09 16:38:28 +03:00
2010-04-09 16:38:28 +03:00
2010-04-09 16:38:28 +03:00
2010-04-09 16:38:28 +03:00
2010-05-18 16:06:58 +03:00
2010-05-10 13:38:25 +02:00
2010-04-09 16:38:28 +03:00
2010-04-22 14:16:14 -05:00
2010-04-26 13:27:25 +03:00
2010-04-26 14:08:56 +03:00
2010-05-05 15:39:01 +03:00
2010-05-12 13:42:12 +03:00
2010-06-03 12:46:37 +03:00
2010-06-02 13:37:14 +03:00
2010-06-02 13:37:14 +03:00
2010-09-06 22:41:37 -07:00
2010-10-03 19:39:28 +02:00
2010-06-29 00:13:18 -07:00
2010-07-20 14:36:15 -03:00
2010-06-24 13:46:20 +03:00
2010-10-14 12:28:25 +03:00
2010-10-13 13:32:10 -05:00
2010-10-04 13:06:41 +03:00
2010-10-18 14:20:16 +03:00
2010-04-09 15:56:51 +03:00
2010-06-03 12:48:59 +03:00
2010-04-09 15:56:51 +03:00
2010-06-03 12:48:59 +03:00
2010-06-03 12:48:59 +03:00
2010-06-03 12:46:37 +03:00
2010-06-03 12:48:59 +03:00
2010-06-03 12:48:59 +03:00
2010-06-03 12:48:59 +03:00
2010-09-16 12:51:08 +02:00
2010-06-03 12:48:59 +03:00
2010-06-03 12:48:59 +03:00
2010-06-03 12:48:59 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-08-06 11:35:17 +02:00
2010-06-03 12:48:59 +03:00
2010-08-20 15:08:01 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-12 16:58:47 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 15:56:51 +03:00
2010-06-03 12:48:59 +03:00
2010-04-09 15:56:51 +03:00
2010-04-09 16:38:28 +03:00
2010-04-21 13:27:23 +03:00
2010-05-05 13:44:25 +03:00