Re: [Maria-developers] b7aa15458db: MDEV-11117 CHECK constraint fails on intermediate step of ALTER

2017-04-06 Thread Sergei Golubchik
Hi, Jacob! On Apr 03, jacob.mat...@mariadb.com wrote: > revision-id: b7aa15458db95149af4f473a90009844a16e9db8 > (mariadb-10.2.4-103-gb7aa15458db) > parent(s): 3c422e60bbee79bb636e65910c26ac193de70a84 > author: Jacob Mathew > committer: Jacob Mathew > timestamp: 2017-04-03 17:54:32 -0700 > message

Re: [Maria-developers] b4a223e3381: MDEV-10355 Weird error message upon CREATE TABLE with DEFAULT

2017-04-06 Thread Jacob Mathew
Hi Sergei, After doing more testing with the recursive call to Item::cleanup_processor(), I have found problems with column default values that reference another column as an argument to a date/time function. At the point when fix_session_vcol_expr() is called, Item::check_vcol_func_processor() h

Re: [Maria-developers] b4a223e3381: MDEV-10355 Weird error message upon CREATE TABLE with DEFAULT

2017-04-06 Thread Sergei Golubchik
Hi, Jacob! On Apr 06, Jacob Mathew wrote: > Hi Sergei, > > After doing more testing with the recursive call to > Item::cleanup_processor(), I have found problems with column default values > that reference another column as an argument to a date/time function. At > the point when fix_session_vco