mariadb/mysql-test/suite/vcol
Sergei Golubchik 37bfe32c6d try harder to reject not strictly deterministic vcols in indexes/stored
detect non-determinism in vcol of vcol, like:

create table t1 (a int, b real as (rand()), c real as (b) stored);
2022-12-02 16:19:13 +01:00
..
inc MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
r try harder to reject not strictly deterministic vcols in indexes/stored 2022-12-02 16:19:13 +01:00
t try harder to reject not strictly deterministic vcols in indexes/stored 2022-12-02 16:19:13 +01:00
disabled.def MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outside 2017-02-13 18:12:04 +01:00