diff options
Diffstat (limited to 'sql/wsrep_thd.h')
-rw-r--r-- | sql/wsrep_thd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_thd.h b/sql/wsrep_thd.h index d24d8e6358f..c7350c79ee7 100644 --- a/sql/wsrep_thd.h +++ b/sql/wsrep_thd.h @@ -162,7 +162,7 @@ void wsrep_restore_threadvars(const Wsrep_threadvars&); /** Store variables into thread local storage. */ -int wsrep_store_threadvars(THD *); +void wsrep_store_threadvars(THD *); /** Reset thread local storage. |