1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Post-merge changes.

This commit is contained in:
mkindahl@dl145h.mysql.com
2008-01-30 16:03:00 +01:00
parent 3bcab5899d
commit 219a75056a
8 changed files with 19 additions and 19 deletions

View File

@ -164,7 +164,7 @@ uint32 table_def::calc_field_size(uint col, uchar *master_data) const
break;
}
default:
length= -1;
length= ~(uint32) -1;
}
return length;
}