1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

New error messages

Fix for creating read-only files on windows
Manual updates
This commit is contained in:
monty@donna.mysql.com
2000-12-05 03:00:31 +02:00
parent d37bcf7b36
commit 38fce965ea
9 changed files with 55 additions and 35 deletions

View File

@ -393,7 +393,6 @@ QUICK_SELECT::QUICK_SELECT(TABLE *table,uint key_nr,bool no_alloc)
else
bzero((char*) &alloc,sizeof(alloc));
file=head->file;
error=file->index_init(index);
record=head->record[0];
init();
}