mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5.7.13
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
/* Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -63,10 +63,18 @@ struct row_threads
|
||||
const char* m_processlist_info_ptr;
|
||||
/** Length in bytes of @c m_processlist_info_ptr. */
|
||||
uint m_processlist_info_length;
|
||||
/** Column INSTRUMENTED. */
|
||||
bool *m_enabled_ptr;
|
||||
/** Column INSTRUMENTED (read). */
|
||||
bool m_enabled;
|
||||
/** Column HISTORY (read). */
|
||||
bool m_history;
|
||||
/** INSTRUMENTED and HISTORY (write). */
|
||||
PFS_thread *m_psi;
|
||||
/** Column PARENT_THREAD_ID. */
|
||||
ulonglong m_parent_thread_internal_id;
|
||||
/** Column CONNECTION_TYPE. */
|
||||
enum_vio_type m_connection_type;
|
||||
/** Column THREAD_OS_ID. */
|
||||
my_thread_os_id_t m_thread_os_id;
|
||||
};
|
||||
|
||||
/** Table PERFORMANCE_SCHEMA.THREADS. */
|
||||
|
Reference in New Issue
Block a user