mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
#include "sql_array.h"
|
||||
#include "sql_hset.h"
|
||||
#include "password.h"
|
||||
#include "scope.h"
|
||||
|
||||
#include "sql_plugin_compat.h"
|
||||
#include "wsrep_mysqld.h"
|
||||
@@ -2574,10 +2575,9 @@ static bool acl_load(THD *thd, const Grant_tables& tables)
|
||||
{
|
||||
READ_RECORD read_record_info;
|
||||
char tmp_name[SAFE_NAME_LEN+1];
|
||||
Sql_mode_save old_mode_save(thd);
|
||||
DBUG_ENTER("acl_load");
|
||||
|
||||
thd->variables.sql_mode&= ~MODE_PAD_CHAR_TO_FULL_LENGTH;
|
||||
SCOPE_CLEAR(thd->variables.sql_mode, MODE_PAD_CHAR_TO_FULL_LENGTH);
|
||||
|
||||
grant_version++; /* Privileges updated */
|
||||
|
||||
|
Reference in New Issue
Block a user