mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -5118,6 +5118,9 @@ int handler::calculate_checksum()
|
||||
for (uint i= 0; i < table->s->fields; i++ )
|
||||
{
|
||||
Field *f= table->field[i];
|
||||
if (!f->stored_in_db())
|
||||
continue;
|
||||
|
||||
|
||||
if (! thd->variables.old_mode && f->is_real_null(0))
|
||||
{
|
||||
|
Reference in New Issue
Block a user