|
1 | 1 | /* |
2 | | - Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. |
| 2 | + Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. |
3 | 3 |
|
4 | 4 | This program is free software; you can redistribute it and/or modify |
5 | 5 | it under the terms of the GNU General Public License as published by |
@@ -426,12 +426,13 @@ int chk_size(MI_CHECK *param, MI_INFO *info); |
426 | 426 | int chk_key(MI_CHECK *param, MI_INFO *info); |
427 | 427 | int chk_data_link(MI_CHECK *param, MI_INFO *info,int extend); |
428 | 428 | int mi_repair(MI_CHECK *param, register MI_INFO *info, |
429 | | - char * name, int rep_quick); |
430 | | -int mi_sort_index(MI_CHECK *param, register MI_INFO *info, char * name); |
| 429 | + char * name, int rep_quick, my_bool no_copy_stat); |
| 430 | +int mi_sort_index(MI_CHECK *param, register MI_INFO *info, char * name, |
| 431 | + my_bool no_copy_stat); |
431 | 432 | int mi_repair_by_sort(MI_CHECK *param, register MI_INFO *info, |
432 | | - const char * name, int rep_quick); |
| 433 | + const char * name, int rep_quick, my_bool no_copy_stat); |
433 | 434 | int mi_repair_parallel(MI_CHECK *param, register MI_INFO *info, |
434 | | - const char * name, int rep_quick); |
| 435 | + const char * name, int rep_quick, my_bool no_copy_stat); |
435 | 436 | int change_to_newfile(const char * filename, const char * old_ext, |
436 | 437 | const char * new_ext, myf myflags); |
437 | 438 | int lock_file(MI_CHECK *param, File file, my_off_t start, int lock_type, |
|
0 commit comments