summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-12-13 10:15:55 +0100
committerSergei Golubchik <serg@mariadb.org>2015-12-13 10:15:55 +0100
commit6bb292f1bc6781639533fbe0c681b1d86bb7ef3e (patch)
treeab658fce06968218b97c295142e5daa83212714e /include
parent1b41eed5d178182e7d9070450178188ca1e47265 (diff)
downloadmariadb-git-6bb292f1bc6781639533fbe0c681b1d86bb7ef3e.tar.gz
5.6.28
Diffstat (limited to 'include')
-rw-r--r--include/mysql/psi/psi.h2
-rw-r--r--include/mysql/psi/psi_abi_v1.h.pp1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/mysql/psi/psi.h b/include/mysql/psi/psi.h
index 49202c4e88f..7fcff89c8b6 100644
--- a/include/mysql/psi/psi.h
+++ b/include/mysql/psi/psi.h
@@ -1009,6 +1009,8 @@ struct PSI_statement_locker_state_v1
char m_schema_name[PSI_SCHEMA_NAME_LEN];
/** Length in bytes of @c m_schema_name. */
uint m_schema_name_length;
+ /** Statement character set number. */
+ uint m_cs_number;
};
/**
diff --git a/include/mysql/psi/psi_abi_v1.h.pp b/include/mysql/psi/psi_abi_v1.h.pp
index 898b9871d2e..2e2d7a79fe1 100644
--- a/include/mysql/psi/psi_abi_v1.h.pp
+++ b/include/mysql/psi/psi_abi_v1.h.pp
@@ -269,6 +269,7 @@ struct PSI_statement_locker_state_v1
const struct sql_digest_storage *m_digest;
char m_schema_name[(64 * 3)];
uint m_schema_name_length;
+ uint m_cs_number;
};
struct PSI_socket_locker_state_v1
{