mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
5.2 merge
This commit is contained in:
commit
bea9f82653
6 changed files with 46 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
/* Copyright (C) 2004-2008 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
|
||||
Copyright (C) 2008-2009 Sun Microsystems, Inc.
|
||||
Copyright (c) 2009, 2014, SkySQL Ab.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -1610,7 +1611,7 @@ int ha_maria::repair(THD *thd, HA_CHECK *param, bool do_optimize)
|
|||
|
||||
param->db_name= table->s->db.str;
|
||||
param->table_name= table->alias.c_ptr();
|
||||
param->tmpfile_createflag= O_RDWR | O_TRUNC;
|
||||
param->tmpfile_createflag= O_RDWR | O_TRUNC | O_EXCL;
|
||||
param->using_global_keycache= 1;
|
||||
param->thd= thd;
|
||||
param->tmpdir= &mysql_tmpdir_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue