mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch 'bb-10.4-release' into bb-10.5-release
This commit is contained in:
@@ -3042,7 +3042,7 @@ int ha_sphinx::get_rec ( byte * buf, const byte *, uint )
|
||||
}
|
||||
|
||||
#if MYSQL_VERSION_ID>50100
|
||||
my_bitmap_map * org_bitmap = dbug_tmp_use_all_columns ( table, table->write_set );
|
||||
MY_BITMAP * org_bitmap = dbug_tmp_use_all_columns ( table, &table->write_set );
|
||||
#endif
|
||||
Field ** field = table->field;
|
||||
|
||||
@@ -3188,7 +3188,7 @@ int ha_sphinx::get_rec ( byte * buf, const byte *, uint )
|
||||
m_iCurrentPos++;
|
||||
|
||||
#if MYSQL_VERSION_ID > 50100
|
||||
dbug_tmp_restore_column_map ( table->write_set, org_bitmap );
|
||||
dbug_tmp_restore_column_map ( &table->write_set, org_bitmap );
|
||||
#endif
|
||||
|
||||
SPH_RET(0);
|
||||
|
Reference in New Issue
Block a user