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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user