• Marko Mäkelä's avatar
    Make a test independent of the build options · 3b50cd24
    Marko Mäkelä authored
    The number of records in INFORMATION_SCHEMA.COLUMNS depends on the
    build options, and could easily change when features are added.
    We are not interested in the number of rows returned. The test was
    originally added because of problem 15 reported in MDEV-13900
    (testing for MDEV-11369 instant ADD COLUMN). The issue was an
    assertion failure ut_ad(!rec_is_default_row(rec, index))
    in lock_clust_rec_cons_read_sees(), because the 'default row' record
    was not being properly ignored by the b-tree cursor.
    3b50cd24
instant_alter_debug.test 5.4 KB