mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
refs codership/galera#308
- Moves call wsrep_free_status() to THD::cleanup_after_query(). Wsrep status variables were previously freed only on SHOW STATUS. - Removes valgrind suppression from mysql-test/valgrind.
This commit is contained in:
committed by
Nirbhay Choubey
parent
00b058aca3
commit
0ec457b0de
@@ -2774,9 +2774,6 @@ mysql_execute_command(THD *thd)
|
||||
case SQLCOM_SHOW_STATUS:
|
||||
{
|
||||
execute_show_status(thd, all_tables);
|
||||
#ifdef WITH_WSREP
|
||||
wsrep_free_status(thd);
|
||||
#endif /* WITH_WSREP */
|
||||
break;
|
||||
}
|
||||
case SQLCOM_SHOW_EXPLAIN:
|
||||
|
Reference in New Issue
Block a user