1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

WL#5498: Remove dead and unused source code

Remove the ancient and dead raid code. By now, even the server side
has been removed.
This commit is contained in:
Davi Arnaut
2010-07-23 17:15:07 -03:00
parent 7a221fc9a3
commit cc3a26289d
21 changed files with 55 additions and 464 deletions

View File

@@ -481,8 +481,7 @@ int mi_repair_by_sort(MI_CHECK *param, register MI_INFO *info,
int mi_repair_parallel(MI_CHECK *param, register MI_INFO *info,
const char * name, int rep_quick);
int change_to_newfile(const char * filename, const char * old_ext,
const char * new_ext, uint raid_chunks,
myf myflags);
const char * new_ext, myf myflags);
int lock_file(MI_CHECK *param, File file, my_off_t start, int lock_type,
const char *filetype, const char *filename);
void lock_memory(MI_CHECK *param);