summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol/t/vcol_non_stored_columns_innodb.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-18650: Options deprecated in previous versions - storage_engineVicențiu Ciorbaru2020-02-131-1/+1
| | | | | | | Remove usage of deprecated variable storage_engine. It was deprecated in 5.5 but it never issued a deprecation warning. Make it issue a warning in 10.5.1. Replaced with default_storage_engine.
* fix lost vcol checks in sql_table.cc,Sergei Golubchik2013-07-121-1/+1
| | | | | remove unused FIELD_IS_xxx flags change vcol tests to use innodb, not xtradb.
* lots of post-merge changesSergei Golubchik2011-04-251-1/+1
|
* The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.Igor Babaev2009-10-161-0/+53
The original patch has been ameliorated by Sanja and Igor.