1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Portability fixes

This commit is contained in:
monty@hundin.mysql.fi
2001-09-15 16:22:34 +03:00
parent c55cde7c1c
commit 0d72e5440f
21 changed files with 103 additions and 105 deletions

View File

@@ -324,7 +324,7 @@ bool multi_delete::send_data(List<Item> &values)
}
else
{
error=tempfiles[secure_counter]->unique_add(table->file->ref);
error=tempfiles[secure_counter]->unique_add((char*) table->file->ref);
if (error)
{
error=-1;
@@ -378,7 +378,7 @@ void multi_delete::send_error(uint errcode,const char *err)
int multi_delete::do_deletes (bool from_send_error)
{
int error = 0, counter = 0, count;
int error = 0, counter = 0;
if (from_send_error)
{