mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
MDEV-16708: Fixed the failed test main.set_statement
This commit is contained in:
committed by
Sergei Golubchik
parent
b33111ba93
commit
a00b51f639
@ -1212,7 +1212,7 @@ public:
|
||||
|
||||
void free_items();
|
||||
/* Close the active state associated with execution of this statement */
|
||||
virtual void cleanup_stmt();
|
||||
virtual void cleanup_stmt(bool /*restore_set_statement_vars*/);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user