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

Fixed compiler warnings

Don't assert if my_thread_end() is called twice (common case)
This commit is contained in:
monty@mysql.com/narttu.mysql.fi
2006-11-30 21:56:03 +02:00
parent 3d40956039
commit 601e6f4b2a
27 changed files with 129 additions and 96 deletions

View File

@@ -2397,7 +2397,6 @@ print_table_data(MYSQL_RES *result)
const char *buffer;
uint data_length;
uint field_max_length;
bool right_justified;
uint visible_length;
uint extra_padding;
@@ -3446,7 +3445,6 @@ server_version_string(MYSQL *mysql)
{
char *bufp = buf;
MYSQL_RES *result;
MYSQL_ROW cur;
bufp = strnmov(buf, mysql_get_server_info(mysql), sizeof buf);