143
143
drizzle_show_var StatusHelper::status_vars_defs[]=
145
{"Aborted_clients", (char*) ¤t_global_counters.aborted_threads, SHOW_LONGLONG},
146
{"Aborted_connects", (char*) ¤t_global_counters.aborted_connects, SHOW_LONGLONG},
145
{"Aborted_clients", (char*) offsetof(system_status_var, aborted_threads), SHOW_LONGLONG_STATUS},
146
{"Aborted_connects", (char*) offsetof(system_status_var, aborted_connects), SHOW_LONGLONG_STATUS},
147
147
{"Bytes_received", (char*) offsetof(system_status_var, bytes_received), SHOW_LONGLONG_STATUS},
148
148
{"Bytes_sent", (char*) offsetof(system_status_var, bytes_sent), SHOW_LONGLONG_STATUS},
149
149
{"Connections", (char*) &global_thread_id, SHOW_INT_NOFLUSH},