160
159
pthread_rwlock_rdlock(&LOCK_system_variables_hash);
161
160
res= show_status_array(session, wild, enumerate_sys_vars(session, sorted_vars),
162
option_type, NULL, "", table, upper_case_names, schema_table);
161
option_type, NULL, "", table, false, schema_table);
163
162
pthread_rwlock_unlock(&LOCK_system_variables_hash);