data_dictionary table for protocol counters need to be added

Bug #686135 reported by Andrew Hutchings
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
High
Andrew Hutchings
7.0
Fix Released
High
Andrew Hutchings

Bug Description

mysql_protocol has a data_dictionary table for connection counters and drizzle_protocol used to have one but it was removed when drizzle_protocol switched to use mysql_protocol.

We need to remove these tables and add a single table for all protocol counters.

Related branches

Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

Needs to wait until lp:~linuxjedi/drizzle/trunk-max-connections is merged as this includes code to separate the counters to per-protocol.

Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

After discussion with Brian we should have a single table for all the protocol counters.

Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

This branch adds a data_dictionary.protocol_counters table which contains the separate counters for each protocol. At the same time it removes the individual per-protocol tables which currently only works for mysql_protocol anyway.

I believe max_connections came up in the conf call, you should be able to find this using:
show variables like '%max_connections';

summary: - data_dictionary tables for protocol counters need to be added back
+ data_dictionary table for protocol counters need to be added
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.