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

Merge quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-5.1.22

into  quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-rpl
This commit is contained in:
rafal@quant.(none)
2007-08-27 14:01:19 +02:00
207 changed files with 10270 additions and 6001 deletions

View File

@ -24,7 +24,7 @@
This function returns the field size in raw bytes based on the type
and the encoded field data from the master's raw data.
*/
uint32 table_def::calc_field_size(uint col, uchar *master_data)
uint32 table_def::calc_field_size(uint col, uchar *master_data) const
{
uint32 length;