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

Portability fixes

libmysql/libmysql.c:
  Cleanup & portability fixes
This commit is contained in:
unknown
2001-09-15 16:22:34 +03:00
parent ef2e750842
commit 7dc2f1a69e
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)
{