1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Windows portabilty fixups (last commit caused some errors, so recomitting) - SCRUM

This commit is contained in:
venu@myvenu.com
2003-02-20 14:14:37 -08:00
parent af9a92cf37
commit ee2b888696
13 changed files with 31 additions and 29 deletions

View File

@ -55,8 +55,10 @@ inline bool Protocol::convert_str(const char *from, uint length)
void send_error(THD *thd, uint sql_errno, const char *err)
{
#ifndef EMBEDDED_LIBRARY
uint length;
char buff[MYSQL_ERRMSG_SIZE+2];
#endif
NET *net= &thd->net;
DBUG_ENTER("send_error");
DBUG_PRINT("enter",("sql_errno: %d err: %s", sql_errno,