~maria-captains/maria/5.2

Viewing all changes in revision 3161.

  • Committer: Igor Babaev
  • Date: 2012-06-19 05:32:17 UTC
  • Revision ID: igor@askmonty.org-20120619053217-96dihxdzr0r56iwp
Fixed bug mdev-354.
Virtual columns of ENUM and SET data types were not supported properly
in the original patch that introduced virtual columns into MariaDB 5.2.
The problem was that for any  virtual column the patch used the 
interval_id field of the definition of the column in the frm file as
a reference to the virtual column expression.
The fix stores the optional interval_id of the virtual column in the
extended header of the virtual column expression. 

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: