mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
ha_partition.cc and ha_partition.h are now completely merged
Added sql_mode_t to simplify merges
This commit is contained in:
@@ -1532,7 +1532,6 @@ THD::~THD()
|
||||
mysql_audit_release(this);
|
||||
plugin_thdvar_cleanup(this);
|
||||
|
||||
DBUG_PRINT("info", ("freeing security context"));
|
||||
main_security_ctx.destroy();
|
||||
my_free(db);
|
||||
db= NULL;
|
||||
@@ -3801,6 +3800,7 @@ void Security_context::init()
|
||||
|
||||
void Security_context::destroy()
|
||||
{
|
||||
DBUG_PRINT("info", ("freeing security context"));
|
||||
// If not pointer to constant
|
||||
if (host != my_localhost)
|
||||
{
|
||||
|
Reference in New Issue
Block a user