mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.
The original patch has been ameliorated by Sanja and Igor.
This commit is contained in:
@ -666,6 +666,8 @@ retry:
|
||||
}
|
||||
goto ok;
|
||||
}
|
||||
/* Generate values for virtual fields */
|
||||
update_virtual_fields(table);
|
||||
if (cond && !cond->val_int())
|
||||
continue;
|
||||
if (num_rows >= offset_limit_cnt)
|
||||
|
Reference in New Issue
Block a user