mariadb/storage
Marko Mäkelä e1d9a23797 MDEV-14023 10.1 InnoDB tables with virtual columns cannot be accessed in 10.2
MariaDB 10.1 introduced non-indexed virtual columns for InnoDB tables.
When MySQL 5.7 introduced virtual columns in InnoDB tables, it also
introduced the table SYS_VIRTUAL that stores metadata on virtual
columns. This table does not initially exist in data files that were
imported from 10.1. So, we do not always have virtual column metadata
inside InnoDB.

dict_index_contains_col_or_prefix(): In the clustered index records,
all non-virtual columns are present and no virtual columns are present.

ha_innobase::build_template(): In the clustered index, do not
include virtual columns in the query template. The SQL layer is
supposed to compute the virtual column values when needed.
2017-10-09 15:05:17 +03:00
..
archive MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
blackhole
cassandra Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
connect enable MongoDB support in CONNECT 2017-10-04 18:36:30 +02:00
csv Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
example
federated MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 2017-09-28 17:20:46 +00:00
federatedx MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 2017-09-28 17:20:46 +00:00
heap MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
innobase MDEV-14023 10.1 InnoDB tables with virtual columns cannot be accessed in 10.2 2017-10-09 15:05:17 +03:00
maria Merge 10.1 into 10.2 2017-10-02 11:16:53 +03:00
mroonga Merge 10.1 into 10.2 2017-09-25 13:46:54 +03:00
myisam Fix some conversion warnings. 2017-09-30 09:26:58 +00:00
myisammrg MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
oqgraph Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
perfschema MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
rocksdb MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
sequence Fix several compile warnings on Windows 2017-03-17 08:56:57 +00:00
sphinx MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
spider MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
test_sql_discovery MDEV-13712 Spelling errors in the error message 2017-09-18 10:12:23 +02:00
tokudb Merge branch '10.1' into 10.2 2017-09-19 12:43:02 +03:00
xtradb merge 10.1->10.2 2017-10-07 17:43:26 +00:00