mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
25e2d0a6bb
Assertion `table->field[0]->ptr >= table->record[0] &&
table->field[0]->ptr <= table->record[0] + table->s->reclength' failed in
handler::assert_icp_limitations.
table->move_fields has some limitations:
1. It cannot be used in cascade
2. It should always have a restoring pair.
Rule 1 is covered by assertions in handler::assert_icp_limitations
and handler::ptr_in_record (commit
|
||
---|---|---|
.. | ||
vcol_cleanup.inc | ||
vcol_column_def_options.inc | ||
vcol_dependancies_on_vcol.inc | ||
vcol_handler.inc | ||
vcol_init_vars.pre | ||
vcol_ins_upd.inc | ||
vcol_keys.inc | ||
vcol_non_stored_columns.inc | ||
vcol_partition.inc | ||
vcol_select.inc | ||
vcol_supported_sql_funcs.inc | ||
vcol_trigger_sp.inc | ||
vcol_unsupported_storage_engines.inc | ||
vcol_view.inc |