Felix Li
Felix Li
> @Astralidea I test MySQL, it doesn't support `now()` as default value when executing `create table` statement. So I think we can only support `CURRENT_TIMESTAMP`. mysql 8 support now() as...
> > mysql 8 support now() as default value,but it will treated as CURRENT_TIMESTAMP. in my local environment mysql version is 8.0.23. > > @Astralidea I have another question. Does...
Is the parentheses necessary for now()? No. Mysql 8 will treated now() as CURRENT_TIMESTAMP. but you can use parentheses (now()) And regarding for StarRocks, what do we do? I think...
This will continue to support uuid
run starrocks_admit_test
run starrocks_fe_unittest
run starrocks_admit_test
run starrocks_admit_test
This close because we have a better solution in #11131
run starrocks_fe_unittest