1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fixed warnings and compile errors from the fix for bug 26243

This commit is contained in:
unknown
2008-03-29 09:52:16 +02:00
parent 396b24a57c
commit 18a01ce924
27 changed files with 75 additions and 79 deletions

View File

@ -2444,7 +2444,7 @@ static my_bool execute(MYSQL_STMT *stmt, char *packet, ulong length)
my_bool res;
DBUG_ENTER("execute");
DBUG_DUMP("packet", packet, length);
DBUG_DUMP("packet", (uchar*)packet, length);
mysql->last_used_con= mysql;
int4store(buff, stmt->stmt_id); /* Send stmt id to server */