mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/home/my/mysql-5.1
into mysql.com:/home/my/mysql-5.1-TDC
This commit is contained in:
@ -1327,7 +1327,7 @@ int handler::ha_initialise()
|
||||
|
||||
int handler::ha_allocate_read_write_set(ulong no_fields)
|
||||
{
|
||||
uint bitmap_size= 4*(((no_fields+1)+31)/32);
|
||||
uint bitmap_size= bitmap_buffer_size(no_fields+1);
|
||||
uint32 *read_buf, *write_buf;
|
||||
DBUG_ENTER("ha_allocate_read_write_set");
|
||||
DBUG_PRINT("enter", ("no_fields = %d", no_fields));
|
||||
|
Reference in New Issue
Block a user