diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-09-11 20:55:11 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-09-12 16:42:05 +0200 |
commit | 347eeefbfc658c8531878218487d729f4e020805 (patch) | |
tree | 0502ac4bdf1c09e8ee70aad97431474003bde51f /mysys/my_static.c | |
parent | 611dc0dcf4b39c670daf229f10e43b8b33f6e8c3 (diff) | |
download | mariadb-git-347eeefbfc658c8531878218487d729f4e020805.tar.gz |
don't use my_copystat in the server
it was supposed to be used in command-line tools only.
Different fix for 4e5473862e:
Bug#24388746: PRIVILEGE ESCALATION AND RACE CONDITION USING CREATE TABLE
Diffstat (limited to 'mysys/my_static.c')
-rw-r--r-- | mysys/my_static.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_static.c b/mysys/my_static.c index fdc01b1248b..48b1e5b8dd9 100644 --- a/mysys/my_static.c +++ b/mysys/my_static.c @@ -99,6 +99,7 @@ my_bool my_disable_sync=0; my_bool my_disable_async_io=0; my_bool my_disable_flush_key_blocks=0; my_bool my_disable_symlinks=0; +my_bool my_disable_copystat_in_redel=0; /* Note that PSI_hook and PSI_server are unconditionally |