smtc0097 / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
0 stars 0 forks source link

table_cache replaced by table_open_cache #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Per
 http://dev.mysql.com/doc/refman/5.1/en/table-cache.html

Note
table_open_cache was previously known as table_cache in MySQL 5.1.2 and 
earlier.

Around/about line 605,

-       'table_cache'                => 'bc',
+       'table_open_cache'           => 'bc',

Original issue reported on code.google.com by phpnotasp on 11 May 2009 at 3:48

GoogleCodeExporter commented 8 years ago
We need to solve this in a way that is backwards-compatible, so we need some
conditional code here.  Would you like to do that?

Original comment by baron.schwartz on 11 May 2009 at 5:14

GoogleCodeExporter commented 8 years ago
This is fixed in r232.

Original comment by baron.schwartz on 24 Oct 2009 at 1:36