1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixed portablity problem

Removed warnings from mysqltest scripts
This commit is contained in:
monty@mysql.com/nosik.monty.fi
2006-11-28 05:43:30 +02:00
parent 73238029bc
commit 93f246d4c1
10 changed files with 20 additions and 20 deletions

View File

@ -175,7 +175,7 @@ _rl_fix_last_undo_of_type (type, start, end)
for (rl = rl_undo_list; rl; rl = rl->next)
{
if (rl->what == (uint) type)
if (rl->what == (unsigned int) type)
{
rl->start = start;
rl->end = end;